Home
last modified time | relevance | path

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

12

/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c193 * @match_id: The key ID we're looking for
198 const struct asymmetric_key_id *match_id, in asymmetric_match_key_ids() argument
204 if (!kids || !match_id) in asymmetric_match_key_ids()
207 if (match(kids->id[i], match_id)) in asymmetric_match_key_ids()
214 struct asymmetric_key_id *match_id, in __asymmetric_key_hex_to_key_id() argument
217 match_id->len = hexlen; in __asymmetric_key_hex_to_key_id()
218 return hex2bin(match_id->data, id, hexlen); in __asymmetric_key_hex_to_key_id()
227 struct asymmetric_key_id *match_id; in asymmetric_key_hex_to_key_id() local
237 match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2, in asymmetric_key_hex_to_key_id()
239 if (!match_id) in asymmetric_key_hex_to_key_id()
256 const struct asymmetric_key_id *match_id = match_data->preparsed; asymmetric_key_cmp() local
269 const struct asymmetric_key_id *match_id = match_data->preparsed; asymmetric_key_cmp_partial() local
282 const struct asymmetric_key_id *match_id = match_data->preparsed; asymmetric_key_cmp_name() local
303 struct asymmetric_key_id *match_id; asymmetric_key_match_preparse() local
[all...]
H A Dasymmetric_keys.h13 struct asymmetric_key_id *match_id,
/linux/drivers/cpuidle/
H A Ddt_idle_states.c21 const struct of_device_id *match_id, in init_state_node() argument
32 idle_state->enter = match_id->data; in init_state_node()
38 idle_state->enter_s2idle = match_id->data; in init_state_node()
150 const struct of_device_id *match_id; in dt_init_idle_driver() local
171 match_id = of_match_node(matches, state_node); in dt_init_idle_driver()
172 if (!match_id) { in dt_init_idle_driver()
195 err = init_state_node(idle_state, match_id, state_node); in dt_init_idle_driver()
H A Dcpuidle-big_little.c170 const struct of_device_id *match_id; in bl_idle_init() local
178 match_id = of_match_node(compatible_machine_match, root); in bl_idle_init()
182 if (!match_id) in bl_idle_init()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_mbx.c25 hdev->mbx_resp.match_id++; in hclgevf_reset_mbx_resp_status()
26 /* Update match_id and ensure the value of match_id is not zero */ in hclgevf_reset_mbx_resp_status()
27 if (hdev->mbx_resp.match_id == 0) in hclgevf_reset_mbx_resp_status()
28 hdev->mbx_resp.match_id = HCLGEVF_MBX_MATCH_ID_START; in hclgevf_reset_mbx_resp_status()
130 req->match_id = cpu_to_le16(hdev->mbx_resp.match_id); in hclgevf_send_mbx_msg()
172 u16 match_id = le16_to_cpu(req->match_id); in hclgevf_handle_mbx_response() local
188 if (match_id) { in hclgevf_handle_mbx_response()
[all...]
/linux/arch/powerpc/platforms/ps3/
H 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()
183 const struct ps3_repository_device *repo, enum ps3_match_id match_id, in ps3_setup_uhc_device() argument
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
294 pr_debug(" -> %s:%d: match_id %u, port %u\n", __func__, __LINE__, in ps3_setup_vuart_device()
295 match_id, port_number); in ps3_setup_vuart_device()
302 p->dev.match_id = match_id; in ps3_setup_vuart_device()
323 ps3_setup_storage_dev(const struct ps3_repository_device * repo,enum ps3_match_id match_id) ps3_setup_storage_dev() argument
[all...]
H 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()
/linux/arch/sh/drivers/
H 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()
/linux/drivers/nvme/common/
H A Dkeyring.c53 const char *match_id; in nvme_tls_psk_match() local
64 match_id = match_data->raw_data; in nvme_tls_psk_match()
65 match_len = strlen(match_id); in nvme_tls_psk_match()
67 __func__, match_id, key->description, match_len); in nvme_tls_psk_match()
68 return !memcmp(key->description, match_id, match_len); in nvme_tls_psk_match()
/linux/drivers/ps3/
H A Dps3stor_lib.c34 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) in ps3stor_open_hv_device()
37 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_open_hv_device()
47 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK in ps3stor_close_hv_device()
59 if (sbd->match_id == PS3_MATCH_ID_STOR_DISK) in ps3stor_close_hv_device()
62 if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) { in ps3stor_close_hv_device()
81 if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) { in ps3stor_probe_access()
H A Dps3-vuart.c1114 dev_dbg(&dev->core, " -> %s:%d: match_id %d\n", __func__, __LINE__, in ps3_vuart_remove()
1115 dev->match_id); in ps3_vuart_remove()
1164 dev_dbg(&dev->core, " -> %s:%d: match_id %d\n", __func__, __LINE__, in ps3_vuart_shutdown()
1165 dev->match_id); in ps3_vuart_shutdown()
1227 BUG_ON(!drv->core.match_id); in ps3_vuart_port_driver_register()
H A Dps3-sys-manager.c734 .core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h223 s32 match_id = pfdev->features.id; in panfrost_model_cmp() local
225 if (match_id & 0xf000) in panfrost_model_cmp()
226 match_id &= 0xf00f; in panfrost_model_cmp()
227 return match_id - id; in panfrost_model_cmp()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h105 u16 match_id; member
161 __le16 match_id; member
172 __le16 match_id; member
/linux/arch/x86/kernel/
H 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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h400 u64 match_id :16; member
408 u64 match_id :16;
458 u64 match_id :16; member
466 u64 match_id :16;
/linux/sound/ppc/
H A Dsnd_ps3.c1049 pr_info("%s:start id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1069 pr_info("%s:end id=%d\n", __func__, dev->match_id); in snd_ps3_driver_remove()
1073 .match_id = PS3_MATCH_ID_SOUND,
/linux/drivers/usb/host/
H A Dehci-ps3.c250 .match_id = PS3_MATCH_ID_EHCI,
H A Dohci-ps3.c235 .match_id = PS3_MATCH_ID_OHCI,
/linux/drivers/scsi/
H A Dps3rom.c414 .match_id = PS3_MATCH_ID_STOR_ROM,
/linux/drivers/char/
H A Dps3flash.c420 .match_id = PS3_MATCH_ID_STOR_FLASH,
/linux/drivers/perf/
H A Dxgene_pmu.c1526 const struct acpi_device_id *match_id = NULL; in xgene_pmu_acpi_match_type() local
1531 match_id = id; in xgene_pmu_acpi_match_type()
1532 else if (match_id) in xgene_pmu_acpi_match_type()
1536 return match_id; in xgene_pmu_acpi_match_type()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c344 req->match_id = mark & 0xFFFFULL; in otx2_tc_act_set_police()
525 req->match_id = mark & OTX2_RX_MATCH_ID_MASK; in otx2_tc_parse_actions()
1205 if (flow_node->req.match_id) in otx2_tc_del_flow()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c58 resp_pf_to_vf->match_id = vf_to_pf_req->match_id; in hclge_gen_resp_to_vf()
/linux/drivers/block/
H A Dps3disk.c510 .match_id = PS3_MATCH_ID_STOR_DISK,

12