Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/asymmetric_keys/
Dasymmetric_type.c93 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument
99 if (!kids || !match_id) in asymmetric_match_key_ids()
102 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids()
109 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument
112 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id()
113 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()
122 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local
132 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id()
134 if (!match_id) in asymmetric_key_hex_to_key_id()
136 ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2); in asymmetric_key_hex_to_key_id()
[all …]
Dasymmetric_keys.h15 struct asymmetric_key_id *match_id,
/linux-4.1.27/arch/powerpc/platforms/ps3/
Dsystem-bus.c168 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device()
170 switch (dev->match_id) { in ps3_open_hv_device()
186 __LINE__, dev->match_id); in ps3_open_hv_device()
197 dev->match_id); in ps3_open_hv_device()
206 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device()
208 switch (dev->match_id) { in ps3_close_hv_device()
224 __LINE__, dev->match_id); in ps3_close_hv_device()
235 dev->match_id); in ps3_close_hv_device()
354 result = dev->match_id == drv->match_id; in ps3_system_bus_match()
357 dev->match_id == drv->match_id; in ps3_system_bus_match()
[all …]
Ddevice-init.c48 dev->match_id = PS3_MATCH_ID_LPM; in ps3_register_lpm_devices()
146 p->dev.match_id = PS3_MATCH_ID_GELIC; in ps3_setup_gelic_device()
193 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device() argument
217 p->dev.match_id = match_id; in ps3_setup_uhc_device()
296 static int __init ps3_setup_vuart_device(enum ps3_match_id match_id, in ps3_setup_vuart_device() argument
305 match_id, port_number); in ps3_setup_vuart_device()
312 p->dev.match_id = match_id; in ps3_setup_vuart_device()
333 enum ps3_match_id match_id) in ps3_setup_storage_dev() argument
340 pr_debug(" -> %s:%u: match_id %u\n", __func__, __LINE__, match_id); in ps3_setup_storage_dev()
365 p->sbd.match_id = match_id; in ps3_setup_storage_dev()
[all …]
Dos-area.c413 struct os_area_db_id match_id; member
436 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument
441 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64()
456 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64()
457 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64()
459 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64()
460 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-me.c77 lnet_process_id_t match_id, in LNetMEAttach() argument
92 mtable = lnet_mt_of_attach(portal, match_id, in LNetMEAttach()
104 me->me_match_id = match_id; in LNetMEAttach()
115 head = lnet_mt_match_head(mtable, match_id, match_bits); in LNetMEAttach()
149 lnet_process_id_t match_id, in LNetMEInsert() argument
193 new_me->me_match_id = match_id; in LNetMEInsert()
Dlib-ptl.c47 lnet_ptl_match_type(unsigned int index, lnet_process_id_t match_id, in lnet_ptl_match_type() argument
54 match_id.nid != LNET_NID_ANY && in lnet_ptl_match_type()
55 match_id.pid != LNET_PID_ANY; in lnet_ptl_match_type()
/linux-4.1.27/drivers/cpuidle/
Ddt_idle_states.c29 const struct of_device_id *match_id; in init_state_node() local
32 match_id = of_match_node(matches, state_node); in init_state_node()
33 if (!match_id) in init_state_node()
40 idle_state->enter = match_id->data; in init_state_node()
/linux-4.1.27/drivers/ps3/
Dps3stor_lib.c46 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) in ps3stor_open_hv_device()
49 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_open_hv_device()
59 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK in ps3stor_close_hv_device()
71 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_close_hv_device()
74 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) { in ps3stor_close_hv_device()
93 if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) { in ps3stor_probe_access()
Dps3-vuart.c1129 dev->match_id); in ps3_vuart_remove()
1180 dev->match_id); in ps3_vuart_shutdown()
1243 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
Dps3-sys-manager.c745 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
Dps3-lpm.c1227 .match_id = PS3_MATCH_ID_LPM,
Dps3av.c1039 .core.match_id = PS3_MATCH_ID_AV_SETTINGS,
/linux-4.1.27/drivers/s390/cio/
Dcio.c905 struct sch_match_id *match_id = data; in __reipl_subchannel_match() local
910 (schib.pmcw.dev == match_id->devid.devno) && in __reipl_subchannel_match()
911 (schid.ssid == match_id->devid.ssid)) { in __reipl_subchannel_match()
912 match_id->schid = schid; in __reipl_subchannel_match()
913 match_id->rc = 0; in __reipl_subchannel_match()
922 struct sch_match_id match_id; in reipl_find_schid() local
924 match_id.devid = *devid; in reipl_find_schid()
925 match_id.rc = -ENODEV; in reipl_find_schid()
926 for_each_subchannel(__reipl_subchannel_match, &match_id); in reipl_find_schid()
927 if (match_id.rc == 0) in reipl_find_schid()
[all …]
/linux-4.1.27/arch/x86/kernel/
Dprobe_roms.c80 static bool match_id(struct pci_dev *pdev, unsigned short vendor, unsigned short device) in match_id() function
104 if (device && match_id(pdev, vendor, device)) in probe_list()
136 if (match_id(pdev, vendor, device)) { in find_oprom()
/linux-4.1.27/drivers/base/
Dplatform.c1202 int match_id; in early_platform_driver_probe_id() local
1212 match_id = epdrv->requested_id; in early_platform_driver_probe_id()
1216 match_id = id; in early_platform_driver_probe_id()
1226 match_id = EARLY_PLATFORM_ID_UNSET; in early_platform_driver_probe_id()
1230 switch (match_id) { in early_platform_driver_probe_id()
1239 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
/linux-4.1.27/sound/ppc/
Dsnd_ps3.c938 if (WARN_ON(dev->match_id != PS3_MATCH_ID_SOUND)) in snd_ps3_driver_probe()
1092 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1093 if (dev->match_id != PS3_MATCH_ID_SOUND) in snd_ps3_driver_remove()
1116 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1121 .match_id = PS3_MATCH_ID_SOUND,
/linux-4.1.27/arch/powerpc/include/asm/
Dps3.h360 enum ps3_match_id match_id; member
389 enum ps3_match_id match_id; member
/linux-4.1.27/drivers/usb/host/
Dohci-ps3.c247 .match_id = PS3_MATCH_ID_OHCI,
Dehci-ps3.c262 .match_id = PS3_MATCH_ID_EHCI,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c686 static lnet_process_id_t match_id = {LNET_NID_ANY, LNET_PID_ANY}; in ptlrpc_register_rqbd() local
701 match_id, 0, ~0, LNET_UNLINK, in ptlrpc_register_rqbd()
/linux-4.1.27/drivers/scsi/
Dps3rom.c433 .match_id = PS3_MATCH_ID_STOR_ROM,
/linux-4.1.27/drivers/char/
Dps3flash.c433 .match_id = PS3_MATCH_ID_STOR_FLASH,
/linux-4.1.27/drivers/block/
Dps3disk.c543 .match_id = PS3_MATCH_ID_STOR_DISK,
Dps3vram.c832 .match_id = PS3_MATCH_ID_GPU,
/linux-4.1.27/drivers/video/fbdev/
Dps3fb.c1248 .match_id = PS3_MATCH_ID_GPU,
/linux-4.1.27/drivers/net/ethernet/toshiba/
Dps3_gelic_net.c1870 .match_id = PS3_MATCH_ID_GELIC,