Home
last modified time | relevance | path

Searched refs:devs (Results 1 – 25 of 49) sorted by relevance

12

/u-boot/drivers/core/
A Ddump.c35 struct udevice **devs) in show_devices() argument
64 if (devs) { in show_devices()
70 devs[count++] = child; in show_devices()
71 qsort(devs, count, sizeof(struct udevice *), h_cmp_uclass_id); in show_devices()
74 show_devices(devs[i], depth + 1, in show_devices()
76 devs + count); in show_devices()
95 struct udevice **devs = NULL; in dm_dump_tree() local
102 devs = calloc(dev_count, sizeof(struct udevice *)); in dm_dump_tree()
103 if (!devs) { in dm_dump_tree()
108 show_devices(root, -1, 0, devs); in dm_dump_tree()
[all …]
/u-boot/common/
A Dstdio.c27 static struct stdio_dev devs; variable
136 return &devs.list; in stdio_get_list()
178 sdev = list_empty(&devs.list) ? NULL : in stdio_probe_device()
179 list_last_entry(&devs.list, struct stdio_dev, list); in stdio_probe_device()
198 list_for_each(pos, &devs.list) { in stdio_get_by_name()
247 list_add_tail(&_dev->list, &devs.list); in stdio_register_dev()
283 list_for_each(pos, &devs.list) { in stdio_deregister_dev()
309 INIT_LIST_HEAD(&devs.list); in stdio_init_tables()
/u-boot/fs/erofs/
A Dsuper.c42 sbi->devs = calloc(ondisk_extradevs, sizeof(*sbi->devs)); in erofs_init_devices()
52 sbi->devs[i].mapped_blkaddr = dis.mapped_blkaddr; in erofs_init_devices()
A Dinternal.h61 struct erofs_device_info *devs; member
A Ddata.c134 dif = sbi->devs + id; in erofs_map_dev()
/u-boot/drivers/usb/host/
A Dxhci-mem.c159 virt_dev = ctrl->devs[slot_id]; in xhci_free_virt_devices()
176 ctrl->devs[slot_id] = NULL; in xhci_free_virt_devices()
474 if (ctrl->devs[slot_id]) { in xhci_alloc_virt_device()
479 ctrl->devs[slot_id] = malloc(sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
481 if (!ctrl->devs[slot_id]) { in xhci_alloc_virt_device()
486 memset(ctrl->devs[slot_id], 0, sizeof(struct xhci_virt_device)); in xhci_alloc_virt_device()
487 virt_dev = ctrl->devs[slot_id]; in xhci_alloc_virt_device()
620 ctrl->devs[i] = NULL; in xhci_mem_init()
761 virt_dev = ctrl->devs[slot_id]; in xhci_setup_addressable_virt_dev()
A Dxhci.c447 virt_dev = ctrl->devs[udev->slot_id]; in xhci_configure_endpoints()
497 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_set_configuration()
634 virt_dev = ctrl->devs[slot_id]; in xhci_address_device()
767 out_ctx = ctrl->devs[slot_id]->out_ctx; in xhci_check_maxpacket()
780 xhci_endpoint_copy(ctrl, ctrl->devs[slot_id]->in_ctx, in xhci_check_maxpacket()
781 ctrl->devs[slot_id]->out_ctx, ep_index); in xhci_check_maxpacket()
782 in_ctx = ctrl->devs[slot_id]->in_ctx; in xhci_check_maxpacket()
1327 virt_dev = ctrl->devs[slot_id]; in xhci_update_hub_device()
A Dxhci-ring.c506 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in reset_ep()
539 struct xhci_ring *ring = ctrl->devs[udev->slot_id]->eps[ep_index].ring; in abort_td()
640 virt_dev = ctrl->devs[slot_id]; in xhci_bulk_tx()
820 struct xhci_virt_device *virt_dev = ctrl->devs[slot_id]; in xhci_ctrl_tx()
/u-boot/drivers/power/domain/
A Dti-power-domain.c125 data->devs = pdata->devs; in ti_power_domain_probe()
341 if (data->devs[idx].id == id) in lpsc_lookup()
342 return data->devs[idx].lpsc; in lpsc_lookup()
/u-boot/include/
A Dk3-dev.h66 struct ti_dev *devs; member
/u-boot/arch/arm/mach-k3/am62ax/
A Ddev-data.c68 .devs = soc_dev_list,
/u-boot/arch/arm/mach-k3/am62x/
A Ddev-data.c73 .devs = soc_dev_list,
/u-boot/arch/arm/mach-k3/j721e/
A Ddev-data.c74 .devs = soc_dev_list,
/u-boot/arch/arm/mach-k3/j7200/
A Ddev-data.c76 .devs = soc_dev_list,
/u-boot/arch/arm/mach-k3/j721s2/
A Ddev-data.c80 .devs = soc_dev_list,
/u-boot/arch/arm/dts/
A Dmeson-sm1-bananapi-m2-pro.dts19 audio-aux-devs = <&tdmout_b>;
A Dmeson-g12b-gsking-x.dts39 audio-aux-devs = <&tdmout_a>;
A Dmeson-g12b-gtking-pro.dts48 audio-aux-devs = <&tdmout_b>;
A Dmeson-g12b-gtking.dts32 audio-aux-devs = <&tdmout_b>;
A Dmeson-g12b-odroid-n2l.dts19 audio-aux-devs = <&tdmout_b>, <&tdmin_a>, <&tdmin_b>,
A Dmeson-g12b-bananapi-cm4-cm4io.dts67 audio-aux-devs = <&tdmout_b>;
A Dsun50i-a64-sopine-baseboard.dts159 simple-audio-card,aux-devs = <&codec_analog>;
A Dmeson-sm1-bananapi-m5.dts32 audio-aux-devs = <&tdmout_b>, <&tdmout_c>,
A Dsun50i-a64-pine64.dts260 simple-audio-card,aux-devs = <&codec_analog>;
/u-boot/tools/dtoc/
A Ddtb_platdata.py880 self.list_head('dev_head', 'uclass_node', uc_drv.devs, None)
968 node.uclass_seq = len(node.uclass.devs)
969 node.uclass.devs.append(node)
1003 uclass.node_refs[len(uclass.devs)] = ref

Completed in 53 milliseconds

12