Home
last modified time | relevance | path

Searched refs:match_id (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/platforms/ps3/
Dsystem-bus.c68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb()
157 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device()
159 switch (dev->match_id) { in ps3_open_hv_device()
175 __LINE__, dev->match_id); in ps3_open_hv_device()
186 dev->match_id); in ps3_open_hv_device()
195 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device()
197 switch (dev->match_id) { in ps3_close_hv_device()
213 __LINE__, dev->match_id); in ps3_close_hv_device()
224 dev->match_id); in ps3_close_hv_device()
343 result = dev->match_id == drv->match_id; in ps3_system_bus_match()
[all …]
Ddevice-init.c37 dev->match_id = PS3_MATCH_ID_LPM; in ps3_register_lpm_devices()
135 p->dev.match_id = PS3_MATCH_ID_GELIC; in ps3_setup_gelic_device()
182 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device() argument
206 p->dev.match_id = match_id; in ps3_setup_uhc_device()
285 static int __init ps3_setup_vuart_device(enum ps3_match_id match_id, in ps3_setup_vuart_device() argument
294 match_id, port_number); in ps3_setup_vuart_device()
301 p->dev.match_id = match_id; in ps3_setup_vuart_device()
322 enum ps3_match_id match_id) in ps3_setup_storage_dev() argument
329 pr_debug(" -> %s:%u: match_id %u\n", __func__, __LINE__, match_id); in ps3_setup_storage_dev()
352 p->sbd.match_id = match_id; in ps3_setup_storage_dev()
[all …]
Dos-area.c396 struct os_area_db_id match_id; member
419 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument
424 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64()
439 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64()
440 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64()
442 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64()
443 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
/arch/sh/drivers/
Dplatform_early.c217 int match_id; in sh_early_platform_driver_probe_id() local
227 match_id = epdrv->requested_id; in sh_early_platform_driver_probe_id()
231 match_id = id; in sh_early_platform_driver_probe_id()
241 match_id = EARLY_PLATFORM_ID_UNSET; in sh_early_platform_driver_probe_id()
245 switch (match_id) { in sh_early_platform_driver_probe_id()
254 match = sh_early_platform_match(epdrv, match_id); in sh_early_platform_driver_probe_id()
/arch/x86/kernel/
Dprobe_roms.c81 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() function
105 if (device && match_id(pdev, vendor, device)) in probe_list()
137 if (match_id(pdev, vendor, device)) { in find_oprom()
/arch/powerpc/include/asm/
Dps3.h350 enum ps3_match_id match_id; member
379 enum ps3_match_id match_id; member