/linux-4.4.14/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 104 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument 110 if (!kids || !match_id) in asymmetric_match_key_ids() 113 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids() 120 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument 123 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id() 124 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id() 133 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local 143 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id() 145 if (!match_id) in asymmetric_key_hex_to_key_id() 147 ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2); in asymmetric_key_hex_to_key_id() [all …]
|
D | asymmetric_keys.h | 15 struct asymmetric_key_id *match_id,
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 168 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 …]
|
D | device-init.c | 48 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 …]
|
D | os-area.c | 408 struct os_area_db_id match_id; member 431 const struct os_area_db_id *match_id, struct db_iterator *i) in db_for_each_64() argument 436 i->match_id = match_id ? *match_id : os_area_db_id_any; in db_for_each_64() 451 if (i->match_id.owner != OS_AREA_DB_OWNER_ANY in db_for_each_64() 452 && i->match_id.owner != (int)i->idx->owner) in db_for_each_64() 454 if (i->match_id.key != OS_AREA_DB_KEY_ANY in db_for_each_64() 455 && i->match_id.key != (int)i->idx->key) in db_for_each_64()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | spm.c | 212 const struct of_device_id *match_id; in qcom_cpuidle_init() local 235 match_id = of_match_node(qcom_idle_state_match, state_node); in qcom_cpuidle_init() 236 if (!match_id) in qcom_cpuidle_init() 239 idle_fns[state_count] = match_id->data; in qcom_cpuidle_init() 242 if (match_id->data == qcom_cpu_spc) in qcom_cpuidle_init() 328 const struct of_device_id *match_id; in spm_dev_probe() local 341 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe() 342 if (!match_id) in spm_dev_probe() 345 drv->reg_data = match_id->data; in spm_dev_probe()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-me.c | 77 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()
|
D | lib-ptl.c | 47 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.4.14/drivers/cpuidle/ |
D | dt_idle_states.c | 29 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.4.14/drivers/ps3/ |
D | ps3stor_lib.c | 46 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()
|
D | ps3-vuart.c | 1128 dev->match_id); in ps3_vuart_remove() 1179 dev->match_id); in ps3_vuart_shutdown() 1242 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
|
D | ps3-sys-manager.c | 745 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
|
D | ps3-lpm.c | 1227 .match_id = PS3_MATCH_ID_LPM,
|
D | ps3av.c | 1039 .core.match_id = PS3_MATCH_ID_AV_SETTINGS,
|
/linux-4.4.14/drivers/s390/cio/ |
D | cio.c | 886 struct sch_match_id *match_id = data; in __reipl_subchannel_match() local 891 (schib.pmcw.dev == match_id->devid.devno) && in __reipl_subchannel_match() 892 (schid.ssid == match_id->devid.ssid)) { in __reipl_subchannel_match() 893 match_id->schid = schid; in __reipl_subchannel_match() 894 match_id->rc = 0; in __reipl_subchannel_match() 903 struct sch_match_id match_id; in reipl_find_schid() local 905 match_id.devid = *devid; in reipl_find_schid() 906 match_id.rc = -ENODEV; in reipl_find_schid() 907 for_each_subchannel(__reipl_subchannel_match, &match_id); in reipl_find_schid() 908 if (match_id.rc == 0) in reipl_find_schid() [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | probe_roms.c | 80 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.4.14/drivers/base/ |
D | platform.c | 1280 int match_id; in early_platform_driver_probe_id() local 1290 match_id = epdrv->requested_id; in early_platform_driver_probe_id() 1294 match_id = id; in early_platform_driver_probe_id() 1304 match_id = EARLY_PLATFORM_ID_UNSET; in early_platform_driver_probe_id() 1308 switch (match_id) { in early_platform_driver_probe_id() 1317 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
|
/linux-4.4.14/sound/ppc/ |
D | snd_ps3.c | 938 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.4.14/arch/powerpc/include/asm/ |
D | ps3.h | 360 enum ps3_match_id match_id; member 389 enum ps3_match_id match_id; member
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-ps3.c | 247 .match_id = PS3_MATCH_ID_OHCI,
|
D | ehci-ps3.c | 262 .match_id = PS3_MATCH_ID_EHCI,
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | niobuf.c | 682 static lnet_process_id_t match_id = {LNET_NID_ANY, LNET_PID_ANY}; in ptlrpc_register_rqbd() local 697 match_id, 0, ~0, LNET_UNLINK, in ptlrpc_register_rqbd()
|
/linux-4.4.14/drivers/scsi/ |
D | ps3rom.c | 432 .match_id = PS3_MATCH_ID_STOR_ROM,
|
/linux-4.4.14/drivers/char/ |
D | ps3flash.c | 433 .match_id = PS3_MATCH_ID_STOR_FLASH,
|
/linux-4.4.14/drivers/block/ |
D | ps3disk.c | 543 .match_id = PS3_MATCH_ID_STOR_DISK,
|
D | ps3vram.c | 837 .match_id = PS3_MATCH_ID_GPU,
|
/linux-4.4.14/drivers/video/fbdev/ |
D | ps3fb.c | 1248 .match_id = PS3_MATCH_ID_GPU,
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 1870 .match_id = PS3_MATCH_ID_GELIC,
|