Home
last modified time | relevance | path

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

12

/Linux-v4.19/crypto/asymmetric_keys/
Dasymmetric_type.c196 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument
202 if (!kids || !match_id) in asymmetric_match_key_ids()
205 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids()
212 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument
215 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id()
216 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()
225 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local
235 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id()
237 if (!match_id) in asymmetric_key_hex_to_key_id()
239 ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2); in asymmetric_key_hex_to_key_id()
[all …]
Dasymmetric_keys.h17 struct asymmetric_key_id *match_id,
/Linux-v4.19/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.c408 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-v4.19/drivers/soc/qcom/
Dspm.c213 const struct of_device_id *match_id; in qcom_cpuidle_init() local
236 match_id = of_match_node(qcom_idle_state_match, state_node); in qcom_cpuidle_init()
237 if (!match_id) in qcom_cpuidle_init()
240 idle_fns[state_count] = match_id->data; in qcom_cpuidle_init()
243 if (match_id->data == qcom_cpu_spc) in qcom_cpuidle_init()
329 const struct of_device_id *match_id; in spm_dev_probe() local
342 match_id = of_match_node(spm_match_table, pdev->dev.of_node); in spm_dev_probe()
343 if (!match_id) in spm_dev_probe()
346 drv->reg_data = match_id->data; in spm_dev_probe()
/Linux-v4.19/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()
46 idle_state->enter_s2idle = match_id->data; in init_state_node()
/Linux-v4.19/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.c1128 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()
Dps3-sys-manager.c746 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
Dps3-lpm.c1227 .match_id = PS3_MATCH_ID_LPM,
Dps3av.c1032 .core.match_id = PS3_MATCH_ID_AV_SETTINGS,
/Linux-v4.19/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()
/Linux-v4.19/sound/ppc/
Dsnd_ps3.c937 if (WARN_ON(dev->match_id != PS3_MATCH_ID_SOUND)) in snd_ps3_driver_probe()
1095 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1096 if (dev->match_id != PS3_MATCH_ID_SOUND) in snd_ps3_driver_remove()
1119 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1124 .match_id = PS3_MATCH_ID_SOUND,
/Linux-v4.19/drivers/base/
Dplatform.c1364 int match_id; in early_platform_driver_probe_id() local
1374 match_id = epdrv->requested_id; in early_platform_driver_probe_id()
1378 match_id = id; in early_platform_driver_probe_id()
1388 match_id = EARLY_PLATFORM_ID_UNSET; in early_platform_driver_probe_id()
1392 switch (match_id) { in early_platform_driver_probe_id()
1401 match = early_platform_match(epdrv, match_id); in early_platform_driver_probe_id()
/Linux-v4.19/arch/powerpc/include/asm/
Dps3.h360 enum ps3_match_id match_id; member
389 enum ps3_match_id match_id; member
/Linux-v4.19/drivers/usb/host/
Dehci-ps3.c252 .match_id = PS3_MATCH_ID_EHCI,
Dohci-ps3.c237 .match_id = PS3_MATCH_ID_OHCI,
/Linux-v4.19/drivers/scsi/
Dps3rom.c432 .match_id = PS3_MATCH_ID_STOR_ROM,
/Linux-v4.19/drivers/char/
Dps3flash.c433 .match_id = PS3_MATCH_ID_STOR_FLASH,
/Linux-v4.19/drivers/perf/
Dxgene_pmu.c1559 const struct acpi_device_id *match_id = NULL; in xgene_pmu_acpi_match_type() local
1564 match_id = id; in xgene_pmu_acpi_match_type()
1565 else if (match_id) in xgene_pmu_acpi_match_type()
1569 return match_id; in xgene_pmu_acpi_match_type()
/Linux-v4.19/drivers/block/
Dps3disk.c544 .match_id = PS3_MATCH_ID_STOR_DISK,
Dps3vram.c826 .match_id = PS3_MATCH_ID_GPU,
/Linux-v4.19/sound/soc/codecs/
Drt5677.c5141 const struct of_device_id *match_id; in rt5677_i2c_probe() local
5143 match_id = of_match_device(rt5677_of_match, &i2c->dev); in rt5677_i2c_probe()
5144 if (match_id) in rt5677_i2c_probe()
5145 rt5677->type = (enum rt5677_type)match_id->data; in rt5677_i2c_probe()
/Linux-v4.19/drivers/video/fbdev/
Dps3fb.c1248 .match_id = PS3_MATCH_ID_GPU,

12