Searched refs:list_first_entry (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | gadget.h | 68 return list_first_entry(list, struct dwc3_request, list); in next_request()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | uclass.c | 124 dev = list_first_entry(&uc->dev_head, struct udevice, in uclass_destroy() 216 *devp = list_first_entry(&uc->dev_head, struct udevice, uclass_node); in uclass_find_first_device()
|
| H A D | device.c | 716 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
|
| /rk3399_rockchip-uboot/drivers/dma/ |
| H A D | apbh_dma.c | 129 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | composite.c | 1071 c = list_first_entry(&cdev->configs, in composite_unbind() 1074 f = list_first_entry(&c->functions, in composite_unbind()
|
| H A D | ci_udc.c | 439 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in ci_ep_submit_next_request() 613 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in handle_ep_complete()
|
| H A D | fotg210.c | 484 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | list.h | 337 #define list_first_entry(ptr, type, member) \ macro
|
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 1788 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 250 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()
|