HomeSort by relevance Sort by last modified time
    Searched refs:driver_info (Results 1 - 12 of 12) sorted by null

  /external/u-boot/include/dm/
platdata.h 16 * struct driver_info - Information required to instantiate a device
26 struct driver_info { struct
40 ll_entry_declare(struct driver_info, __name, driver_info)
42 /* Declare a list of devices. The argument is a driver_info[] array */
44 ll_entry_declare_list(struct driver_info, __name, driver_info)
device-internal.h 80 const struct driver_info *info, struct udevice **devp);
device.h 22 struct driver_info;
357 * For USB devices, this is the driver_info field in struct usb_device_id.
  /external/u-boot/drivers/core/
lists.c 53 struct driver_info *info =
54 ll_entry_start(struct driver_info, driver_info);
55 const int n_ents = ll_entry_count(struct driver_info, driver_info);
56 struct driver_info *entry;
root.c 32 static const struct driver_info root_info = {
139 struct driver_info *dev =
140 ll_entry_start(struct driver_info, driver_info);
141 const int n_ents = ll_entry_count(struct driver_info, driver_info);
142 struct driver_info *entry;
device.c 234 const struct driver_info *info, struct udevice **devp)
  /external/u-boot/drivers/usb/eth/
asix.c 882 { USB_DEVICE(0x05ac, 0x1402), .driver_info = FLAG_TYPE_AX88772 },
884 { USB_DEVICE(0x07d1, 0x3c05), .driver_info = FLAG_TYPE_AX88772 },
886 { USB_DEVICE(0x2001, 0x1a02), .driver_info = FLAG_TYPE_AX88772 },
888 { USB_DEVICE(0x0b95, 0x772a), .driver_info = FLAG_TYPE_AX88772 },
890 { USB_DEVICE(0x0b95, 0x7720), .driver_info = FLAG_TYPE_AX88772 },
892 { USB_DEVICE(0x0b95, 0x1720), .driver_info = FLAG_TYPE_AX88172 },
894 { USB_DEVICE(0x0db0, 0xa877), .driver_info = FLAG_TYPE_AX88772 },
896 { USB_DEVICE(0x13b1, 0x0018), .driver_info = FLAG_TYPE_AX88172 },
898 { USB_DEVICE(0x1557, 0x7720), .driver_info = FLAG_TYPE_AX88772 },
900 { USB_DEVICE(0x2001, 0x3c05), .driver_info = FLAG_TYPE_AX88772 }
    [all...]
asix88179.c 908 { USB_DEVICE(0x0b95, 0x1790), .driver_info = FLAG_TYPE_AX88179 },
909 { USB_DEVICE(0x0b95, 0x178a), .driver_info = FLAG_TYPE_AX88178a },
910 { USB_DEVICE(0x2001, 0x4a00), .driver_info = FLAG_TYPE_DLINK_DUB1312 },
911 { USB_DEVICE(0x0df6, 0x0072), .driver_info = FLAG_TYPE_SITECOM },
912 { USB_DEVICE(0x04e8, 0xa100), .driver_info = FLAG_TYPE_SAMSUNG },
913 { USB_DEVICE(0x17ef, 0x304b), .driver_info = FLAG_TYPE_LENOVO },
914 { USB_DEVICE(0x04b4, 0x3610), .driver_info = FLAG_TYPE_GX3 },
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
tusb.c 127 driver_info:(unsigned long)"keyboard"},
130 driver_info:(unsigned long)"mouse"},
  /external/u-boot/test/dm/
core.c 59 static struct driver_info driver_info_manual = {
64 static struct driver_info driver_info_pre_reloc = {
69 static struct driver_info driver_info_act_dma = {
  /external/u-boot/drivers/usb/host/
usb-uclass.c 532 dev->driver_data = id->driver_info;
  /external/u-boot/include/
usb.h 406 * match against new devices. Any field except for driver_info may be
409 * other fields in this structure except for driver_info.
433 * @driver_info: Holds information used by the driver. Usually it holds
447 * matches towards the beginning of your table, so that driver_info can
474 ulong driver_info; member in struct:usb_device_id
    [all...]

Completed in 805 milliseconds