Home
last modified time | relevance | path

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

/arch/powerpc/platforms/ps3/
A Dsystem-bus.c68 __func__, __LINE__, dev->match_id, dev->match_sub_id, in ps3_open_hv_device_sb()
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()
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()
346 dev->match_id == drv->match_id; in ps3_system_bus_match()
352 drv->match_id, drv->match_sub_id, drv->core.name); in ps3_system_bus_match()
[all …]
A Ddevice-init.c38 dev->match_id = PS3_MATCH_ID_LPM; in ps3_register_lpm_devices()
136 p->dev.match_id = PS3_MATCH_ID_GELIC; in ps3_setup_gelic_device()
207 p->dev.match_id = match_id; in ps3_setup_uhc_device()
286 static int __init ps3_setup_vuart_device(enum ps3_match_id match_id, in ps3_setup_vuart_device() argument
295 match_id, port_number); in ps3_setup_vuart_device()
302 p->dev.match_id = match_id; in ps3_setup_vuart_device()
323 enum ps3_match_id match_id) in ps3_setup_storage_dev() argument
353 p->sbd.match_id = match_id; in ps3_setup_storage_dev()
454 p->dev.match_id = PS3_MATCH_ID_SOUND; in ps3_register_sound_devices()
489 p->dev.match_id = PS3_MATCH_ID_GPU; in ps3_register_graphics_devices()
[all …]
A Dos-area.c394 struct os_area_db_id match_id; member
417 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument
422 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64()
437 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64()
438 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64()
440 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64()
441 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
/arch/sh/drivers/
A 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/
A Dprobe_roms.c82 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() function
106 if (device && match_id(pdev, vendor, device)) in probe_list()
138 if (match_id(pdev, vendor, device)) { in find_oprom()
/arch/powerpc/include/asm/
A Dps3.h350 enum ps3_match_id match_id; member
379 enum ps3_match_id match_id; member

Completed in 17 milliseconds