| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | keystone_nav.c | 101 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push() argument 105 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4); in qm_push() 106 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1); in qm_push() 110 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push() argument 113 hd->orig_buff_len = buff_len; in qm_buff_push() 114 hd->buff_len = buff_len; in qm_buff_push() 115 hd->orig_buff_ptr = (u32)buff_ptr; in qm_buff_push() 116 hd->buff_ptr = (u32)buff_ptr; in qm_buff_push() 117 qm_push(hd, qnum); in qm_buff_push() 138 struct qm_host_desc *hd; in queue_close() local [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | core.c | 459 urb_link *first_urb_link (urb_link * hd) in first_urb_link() argument 462 if (NULL != hd && NULL != (nx = hd->next) && nx != hd) { in first_urb_link() 475 struct urb *first_urb (urb_link * hd) in first_urb() argument 478 if (NULL == (nx = first_urb_link (hd))) { in first_urb() 490 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() argument 493 if ((urb = first_urb (hd))) { in first_urb_detached() 505 void urb_append (urb_link * hd, struct urb *urb) in urb_append() argument 507 if (hd && urb) { in urb_append() 514 urb_link *pul = hd->prev; in urb_append() 515 new->prev->next = hd; in urb_append() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ti-common/ |
| H A D | keystone_nav.h | 95 void qm_push(struct qm_host_desc *hd, u32 qnum); 98 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, 189 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | keystone_net.c | 111 void *hd; member 652 void *hd; in keystone2_eth_rcv_packet() local 656 hd = ksnav_recv(&netcp_pktdma, &pkt, &pkt_size); in keystone2_eth_rcv_packet() 657 if (hd == NULL) in keystone2_eth_rcv_packet() 662 ksnav_release_rxhd(&netcp_pktdma, hd); in keystone2_eth_rcv_packet() 818 priv->hd = ksnav_recv(priv->netcp_pktdma, &pkt, &pkt_size); in ks2_eth_recv() 819 if (priv->hd == NULL) in ks2_eth_recv() 832 ksnav_release_rxhd(priv->netcp_pktdma, priv->hd); in ks2_eth_free_pkt()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | usbdevice.h | 629 urb_link *first_urb_link (urb_link * hd); 630 struct urb *first_urb (urb_link * hd); 631 struct urb *first_urb_detached (urb_link * hd); 632 void urb_append (urb_link * hd, struct urb *urb);
|
| H A D | edid.h | 55 #define DRM_MODE(t, c, hd, hss, hse, ht, vd, vss, vse, vt, vs, f) \ argument 57 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \
|
| /rk3399_rockchip-uboot/common/ |
| H A D | dlmalloc.c | 1515 INTERNAL_SIZE_T hd; /* its head field */ local 1535 hd = p->size; 1538 if (hd & IS_MMAPPED) /* release mmapped memory. */ 1547 sz = hd & ~PREV_INUSE; 1555 if (!(hd & PREV_INUSE)) /* consolidate backward */ 1574 if (!(hd & PREV_INUSE)) /* consolidate backward */
|
| H 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 */
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.chromium | 134 hd u-boot-chromium.fit |head -20 138 hd b/nyan-big/u-boot.bin |head
|
| H A D | README.android-fastboot | 79 * IDE, ATAPI and SATA disks: hd
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H 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()
|