| /u-boot/drivers/dma/ |
| A D | keystone_nav.c | 114 hd->buff_len = buff_len; in qm_buff_push() 117 qm_push(hd, qnum); in qm_buff_push() 138 struct qm_host_desc *hd; in queue_close() local 207 struct qm_host_desc *hd; in ksnav_init() local 221 if (hd == NULL) in ksnav_init() 283 struct qm_host_desc *hd; in ksnav_send() local 286 if (hd == NULL) in ksnav_send() 290 hd->swinfo[2] = swinfo2; in ksnav_send() 300 struct qm_host_desc *hd; in ksnav_recv() local 303 if (!hd) in ksnav_recv() [all …]
|
| /u-boot/drivers/usb/gadget/ |
| A D | core.c | 423 urb_link *first_urb_link (urb_link * hd) in first_urb_link() argument 426 if (NULL != hd && NULL != (nx = hd->next) && nx != hd) { in first_urb_link() 439 struct urb *first_urb (urb_link * hd) in first_urb() argument 442 if (NULL == (nx = first_urb_link (hd))) { in first_urb() 454 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() argument 457 if ((urb = first_urb (hd))) { in first_urb_detached() 469 void urb_append (urb_link * hd, struct urb *urb) in urb_append() argument 471 if (hd && urb) { in urb_append() 478 urb_link *pul = hd->prev; in urb_append() 479 new->prev->next = hd; in urb_append() [all …]
|
| /u-boot/arch/arm/include/asm/ti-common/ |
| A D | keystone_nav.h | 94 void qm_push(struct qm_host_desc *hd, u32 qnum); 97 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, 188 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
|
| /u-boot/include/ |
| A D | usbdevice.h | 613 urb_link *first_urb_link (urb_link * hd); 614 struct urb *first_urb (urb_link * hd); 615 struct urb *first_urb_detached (urb_link * hd); 616 void urb_append (urb_link * hd, struct urb *urb);
|
| /u-boot/doc/device-tree-bindings/sound/ |
| A D | intel-hda.txt | 10 - compatible: "intel,hd-audio"
|
| /u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/ |
| A D | fsp-s.txt | 135 - fsps,hd-audio-io-buffer-ownership: HD-Audio I/O Buffer Ownership 139 - fsps,hd-audio-io-buffer-voltage: HD-Audio I/O Buffer Voltage 142 - fsps,hd-audio-vc-type: HD-Audio Virtual Channel Type 145 - fsps,hd-audio-link-frequency: HD-Audio Link Frequency 152 - fsps,hd-audio-i-disp-link-frequency: HD-Audio iDisp-Link Frequency 159 - fsps,hd-audio-i-disp-link-tmode: HD-Audio iDisp-Link T-Mode 177 - fsps,hd-audio-pwr-gate: HD-Audio Power Gating 178 - fsps,hd-audio-clk-gate: HD-Audio Clock Gating 453 - fsps,hd-audio-dsp-uaa-compliance: Universal Audio Architecture
|
| /u-boot/drivers/net/ti/ |
| A D | keystone_net.c | 99 void *hd; member 464 priv->hd = ksnav_recv(priv->netcp_pktdma, &pkt, &pkt_size); in ks2_eth_recv() 465 if (priv->hd == NULL) in ks2_eth_recv() 478 ksnav_release_rxhd(priv->netcp_pktdma, priv->hd); in ks2_eth_free_pkt()
|
| /u-boot/doc/usage/ |
| A D | partitions.rst | 47 A device type like ``mmcsd`` or ``hd``. See the
|
| /u-boot/common/ |
| A D | dlmalloc.c | 1552 INTERNAL_SIZE_T hd; /* its head field */ local 1572 hd = p->size; 1575 if (hd & IS_MMAPPED) /* release mmapped memory. */ 1584 sz = hd & ~PREV_INUSE; 1592 if (!(hd & PREV_INUSE)) /* consolidate backward */ 1611 if (!(hd & PREV_INUSE)) /* consolidate backward */
|
| A D | dlmalloc.src | 2369 INTERNAL_SIZE_T hd; /* its head field */ 2383 hd = p->size; 2386 if (hd & IS_MMAPPED) /* release mmapped memory. */ 2395 sz = hd & ~PREV_INUSE; 2403 if (!(hd & PREV_INUSE)) /* consolidate backward */ 2422 if (!(hd & PREV_INUSE)) /* consolidate backward */
|
| /u-boot/doc/board/emulation/ |
| A D | qemu-riscv.rst | 113 -device ide-hd,drive=mydisk,bus=ahci.0
|
| /u-boot/doc/ |
| A D | README.chromium-chainload | 121 hd u-boot-chromium.fit |head -20 125 hd b/nyan-big/u-boot.bin |head
|
| /u-boot/doc/board/intel/ |
| A D | slimbootloader.rst | 103 …f=none,file=/path/to/core-image-sato-intel-corei7-64.hddimg,format=raw -device ide-hd,drive=mydrive
|
| /u-boot/doc/android/ |
| A D | fastboot.rst | 148 * IDE, ATAPI and SATA disks: ``hd``
|
| /u-boot/arch/x86/dts/ |
| A D | chromebook_coral.dts | 843 fsps,hd-audio-clk-gate = <1>; 844 fsps,hd-audio-pwr-gate = <1>;
|
| /u-boot/drivers/video/ |
| A D | stb_truetype.h | 3161 stbtt_uint32 nm,hd; in stbtt__matches() local 3166 hd = stbtt__find_table(fc, offset, "head"); in stbtt__matches() 3167 if ((ttUSHORT(fc+hd+44) & 7) != (flags & 7)) return 0; in stbtt__matches()
|