Searched refs:cdx_device_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/scripts/mod/
H A Ddevicetable-offsets.c265 DEVID(cdx_device_id);
266 DEVID_FIELD(cdx_device_id, vendor);
267 DEVID_FIELD(cdx_device_id, device);
268 DEVID_FIELD(cdx_device_id, subvendor);
269 DEVID_FIELD(cdx_device_id, subdevice);
270 DEVID_FIELD(cdx_device_id, class);
271 DEVID_FIELD(cdx_device_id, class_mask);
272 DEVID_FIELD(cdx_device_id, override_only);
H A Dfile2alias.c1459 DEF_FIELD(symval, cdx_device_id, vendor);
1460 DEF_FIELD(symval, cdx_device_id, device);
1461 DEF_FIELD(symval, cdx_device_id, subvendor);
1462 DEF_FIELD(symval, cdx_device_id, subdevice);
1463 DEF_FIELD(symval, cdx_device_id, class);
1464 DEF_FIELD(symval, cdx_device_id, class_mask);
1465 DEF_FIELD(symval, cdx_device_id, override_only);
/linux-master/include/linux/cdx/
H A Dcdx_bus.h61 * This macro is used to create a struct cdx_device_id that matches a
76 * This macro is used to create a struct cdx_device_id that matches only a
204 const struct cdx_device_id *match_id_table;
/linux-master/drivers/cdx/
H A Dcdx.c185 * Return: matching cdx_device_id structure or NULL if there is no match.
187 static inline const struct cdx_device_id *
188 cdx_match_one_device(const struct cdx_device_id *id,
207 * supported devices. Returns the matching cdx_device_id structure or
210 * Return: matching cdx_device_id structure or NULL if there is no match.
212 static inline const struct cdx_device_id *
213 cdx_match_id(const struct cdx_device_id *ids, struct cdx_device *dev)
269 const struct cdx_device_id *found_id = NULL;
270 const struct cdx_device_id *ids;
/linux-master/drivers/vfio/cdx/
H A Dmain.c267 static const struct cdx_device_id vfio_cdx_table[] = {
/linux-master/include/linux/
H A Dmod_devicetable.h935 * struct cdx_device_id - CDX device identifier
949 struct cdx_device_id { struct

Completed in 136 milliseconds