Home
last modified time | relevance | path

Searched refs:ids (Results 1 – 25 of 80) sorted by relevance

1234

/linux-4.19.296/drivers/pci/
Dpci-stub.c22 static char ids[1024] __initdata; variable
24 module_param_string(ids, ids, sizeof(ids), 0);
25 MODULE_PARM_DESC(ids, "Initial PCI IDs to add to the stub driver, format is "
51 if (ids[0] == '\0') in pci_stub_init()
55 p = ids; in pci_stub_init()
Dsearch.c379 int pci_dev_present(const struct pci_device_id *ids) in pci_dev_present() argument
384 while (ids->vendor || ids->subvendor || ids->class_mask) { in pci_dev_present()
385 found = pci_get_dev_by_id(ids, NULL); in pci_dev_present()
390 ids++; in pci_dev_present()
Dpci-driver.c102 const struct pci_device_id *ids = pdrv->id_table; in new_id_store() local
137 if (ids) { in new_id_store()
139 while (ids->vendor || ids->subvendor || ids->class_mask) { in new_id_store()
140 if (driver_data == ids->driver_data) { in new_id_store()
144 ids++; in new_id_store()
221 const struct pci_device_id *pci_match_id(const struct pci_device_id *ids, in pci_match_id() argument
224 if (ids) { in pci_match_id()
225 while (ids->vendor || ids->subvendor || ids->class_mask) { in pci_match_id()
226 if (pci_match_one_device(ids, dev)) in pci_match_id()
227 return ids; in pci_match_id()
[all …]
/linux-4.19.296/drivers/regulator/
Dmax8907-regulator.c49 #define REG_LDO(ids, supply, base, min, max, step) \ argument
50 [MAX8907_##ids] = { \
51 .name = #ids, \
53 .id = MAX8907_##ids, \
66 #define REG_FIXED(ids, supply, voltage) \ argument
67 [MAX8907_##ids] = { \
68 .name = #ids, \
70 .id = MAX8907_##ids, \
78 #define REG_OUT5V(ids, supply, base, voltage) \ argument
79 [MAX8907_##ids] = { \
[all …]
Daat2870-regulator.c117 #define AAT2870_LDO(ids) \ argument
120 .name = #ids, \
121 .id = AAT2870_ID_##ids, \
/linux-4.19.296/drivers/sh/superhyway/
Dsuperhyway.c124 superhyway_match_id(const struct superhyway_device_id *ids, in superhyway_match_id() argument
127 while (ids->id) { in superhyway_match_id()
128 if (ids->id == dev->id.id) in superhyway_match_id()
129 return ids; in superhyway_match_id()
131 ids++; in superhyway_match_id()
198 const struct superhyway_device_id *ids = shyway_drv->id_table; in superhyway_bus_match() local
200 if (!ids) in superhyway_bus_match()
202 if (superhyway_match_id(ids, shyway_dev)) in superhyway_bus_match()
/linux-4.19.296/drivers/xen/
Dxen-stub.c45 .ids = memory_device_ids,
80 .ids = processor_device_ids,
/linux-4.19.296/drivers/misc/mic/bus/
Dvop_bus.c80 const struct vop_device_id *ids; in vop_dev_match() local
82 ids = drv_to_vop(dr)->id_table; in vop_dev_match()
83 for (i = 0; ids[i].device; i++) in vop_dev_match()
84 if (vop_id_match(dev, &ids[i])) in vop_dev_match()
Dmic_bus.c78 const struct mbus_device_id *ids; in mbus_dev_match() local
80 ids = drv_to_mbus(dr)->id_table; in mbus_dev_match()
81 for (i = 0; ids[i].device; i++) in mbus_dev_match()
82 if (mbus_id_match(dev, &ids[i])) in mbus_dev_match()
Dscif_bus.c77 const struct scif_hw_dev_id *ids; in scif_dev_match() local
79 ids = drv_to_scif(dr)->id_table; in scif_dev_match()
80 for (i = 0; ids[i].device; i++) in scif_dev_match()
81 if (scif_id_match(dev, &ids[i])) in scif_dev_match()
/linux-4.19.296/drivers/misc/
Dtifm_core.c50 struct tifm_device_id *ids = fm_drv->id_table; in tifm_bus_match() local
52 if (ids) { in tifm_bus_match()
53 while (ids->type) { in tifm_bus_match()
54 if (tifm_dev_match(sock, ids)) in tifm_bus_match()
56 ++ids; in tifm_bus_match()
/linux-4.19.296/include/linux/
Dsh_intc.h39 #define INTC_GROUP(enum_id, ids...) { enum_id, { ids } } argument
Dadb.h57 int adb_register(int default_id,int handler_id,struct adb_ids *ids,
/linux-4.19.296/include/uapi/linux/netfilter_ipv6/
Dip6t_frag.h8 __u32 ids[2]; /* Identification range */ member
/linux-4.19.296/drivers/thunderbolt/
Ddomain.c54 const struct tb_service_id *ids; in __tb_service_match() local
65 for (ids = driver->id_table; ids->match_flags != 0; ids++) { in __tb_service_match()
66 if (match_service_id(ids, svc)) in __tb_service_match()
67 return ids; in __tb_service_match()
/linux-4.19.296/drivers/virtio/
Dvirtio.c86 const struct virtio_device_id *ids; in virtio_dev_match() local
88 ids = drv_to_virtio(_dr)->id_table; in virtio_dev_match()
89 for (i = 0; ids[i].device; i++) in virtio_dev_match()
90 if (virtio_id_match(dev, &ids[i])) in virtio_dev_match()
Dvirtio_input.c246 u.ids.bustype, &vi->idev->id.bustype); in virtinput_probe()
248 u.ids.vendor, &vi->idev->id.vendor); in virtinput_probe()
250 u.ids.product, &vi->idev->id.product); in virtinput_probe()
252 u.ids.version, &vi->idev->id.version); in virtinput_probe()
/linux-4.19.296/drivers/eisa/
DMakefile21 $(obj)/devlist.h: $(src)/eisa.ids include/linux/device.h
/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_cex2a.c147 .ids = zcrypt_cex2a_card_ids,
210 .ids = zcrypt_cex2a_queue_ids,
Dzcrypt_pcixcc.c225 .ids = zcrypt_pcixcc_card_ids,
288 .ids = zcrypt_pcixcc_queue_ids,
/linux-4.19.296/include/uapi/linux/
Dvirtio_input.h66 struct virtio_input_devids ids; member
/linux-4.19.296/drivers/memstick/core/
Dmemstick.c52 struct memstick_device_id *ids = ms_drv->id_table; in memstick_bus_match() local
54 if (ids) { in memstick_bus_match()
55 while (ids->match_flags) { in memstick_bus_match()
56 if (memstick_dev_match(card, ids)) in memstick_bus_match()
58 ++ids; in memstick_bus_match()
/linux-4.19.296/fs/squashfs/
Dsquashfs_fs_sb.h80 unsigned int ids; member
Did.c55 if (index >= msblk->ids) in squashfs_get_id()
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_scsi.c695 struct fc_rport_identifiers ids; in zfcp_scsi_rport_register() local
701 ids.node_name = port->wwnn; in zfcp_scsi_rport_register()
702 ids.port_name = port->wwpn; in zfcp_scsi_rport_register()
703 ids.port_id = port->d_id; in zfcp_scsi_rport_register()
704 ids.roles = FC_RPORT_ROLE_FCP_TARGET; in zfcp_scsi_rport_register()
709 rport = fc_remote_port_add(port->adapter->scsi_host, 0, &ids); in zfcp_scsi_rport_register()

1234