Symbol: match_id
arch/powerpc/include/asm/ps3.h
350
enum ps3_match_id match_id;
arch/powerpc/include/asm/ps3.h
379
enum ps3_match_id match_id;
arch/powerpc/platforms/ps3/device-init.c
136
p->dev.match_id = PS3_MATCH_ID_GELIC;
arch/powerpc/platforms/ps3/device-init.c
183
const struct ps3_repository_device *repo, enum ps3_match_id match_id,
arch/powerpc/platforms/ps3/device-init.c
207
p->dev.match_id = match_id;
arch/powerpc/platforms/ps3/device-init.c
286
static int __init ps3_setup_vuart_device(enum ps3_match_id match_id,
arch/powerpc/platforms/ps3/device-init.c
295
match_id, port_number);
arch/powerpc/platforms/ps3/device-init.c
302
p->dev.match_id = match_id;
arch/powerpc/platforms/ps3/device-init.c
323
enum ps3_match_id match_id)
arch/powerpc/platforms/ps3/device-init.c
330
pr_debug(" -> %s:%u: match_id %u\n", __func__, __LINE__, match_id);
arch/powerpc/platforms/ps3/device-init.c
353
p->sbd.match_id = match_id;
arch/powerpc/platforms/ps3/device-init.c
38
dev->match_id = PS3_MATCH_ID_LPM;
arch/powerpc/platforms/ps3/device-init.c
454
p->dev.match_id = PS3_MATCH_ID_SOUND;
arch/powerpc/platforms/ps3/device-init.c
489
p->dev.match_id = PS3_MATCH_ID_GPU;
arch/powerpc/platforms/ps3/device-init.c
524
p->dev.match_id = PS3_MATCH_ID_GPU;
arch/powerpc/platforms/ps3/os-area.c
394
struct os_area_db_id match_id;
arch/powerpc/platforms/ps3/os-area.c
417
const struct os_area_db_id *match_id, struct db_iterator *i)
arch/powerpc/platforms/ps3/os-area.c
422
i->match_id = match_id ? *match_id : os_area_db_id_any;
arch/powerpc/platforms/ps3/os-area.c
437
if (i->match_id.owner != OS_AREA_DB_OWNER_ANY
arch/powerpc/platforms/ps3/os-area.c
438
&& i->match_id.owner != (int)i->idx->owner)
arch/powerpc/platforms/ps3/os-area.c
440
if (i->match_id.key != OS_AREA_DB_KEY_ANY
arch/powerpc/platforms/ps3/os-area.c
441
&& i->match_id.key != (int)i->idx->key)
arch/powerpc/platforms/ps3/system-bus.c
157
pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
159
switch (dev->match_id) {
arch/powerpc/platforms/ps3/system-bus.c
175
__LINE__, dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
186
dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
195
pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
197
switch (dev->match_id) {
arch/powerpc/platforms/ps3/system-bus.c
213
__LINE__, dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
224
dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
343
result = dev->match_id == drv->match_id;
arch/powerpc/platforms/ps3/system-bus.c
346
dev->match_id == drv->match_id;
arch/powerpc/platforms/ps3/system-bus.c
351
dev->match_id, dev->match_sub_id, dev_name(&dev->core),
arch/powerpc/platforms/ps3/system-bus.c
352
drv->match_id, drv->match_sub_id, drv->core.name);
arch/powerpc/platforms/ps3/system-bus.c
356
dev->match_id, dev->match_sub_id, dev_name(&dev->core),
arch/powerpc/platforms/ps3/system-bus.c
357
drv->match_id, drv->match_sub_id, drv->core.name);
arch/powerpc/platforms/ps3/system-bus.c
412
dev->match_id);
arch/powerpc/platforms/ps3/system-bus.c
446
if (add_uevent_var(env, "MODALIAS=ps3:%d:%d", dev->match_id,
arch/powerpc/platforms/ps3/system-bus.c
457
return sysfs_emit(buf, "ps3:%d:%d\n", dev->match_id,
arch/powerpc/platforms/ps3/system-bus.c
68
__func__, __LINE__, dev->match_id, dev->match_sub_id,
arch/sh/drivers/platform_early.c
213
int match_id;
arch/sh/drivers/platform_early.c
223
match_id = epdrv->requested_id;
arch/sh/drivers/platform_early.c
227
match_id = id;
arch/sh/drivers/platform_early.c
237
match_id = EARLY_PLATFORM_ID_UNSET;
arch/sh/drivers/platform_early.c
241
switch (match_id) {
arch/sh/drivers/platform_early.c
250
match = sh_early_platform_match(epdrv, match_id);
arch/x86/kernel/probe_roms.c
106
if (device && match_id(pdev, vendor, device))
arch/x86/kernel/probe_roms.c
138
if (match_id(pdev, vendor, device)) {
crypto/asymmetric_keys/asymmetric_keys.h
13
struct asymmetric_key_id *match_id,
crypto/asymmetric_keys/asymmetric_type.c
205
const struct asymmetric_key_id *match_id,
crypto/asymmetric_keys/asymmetric_type.c
211
if (!kids || !match_id)
crypto/asymmetric_keys/asymmetric_type.c
214
if (match(kids->id[i], match_id))
crypto/asymmetric_keys/asymmetric_type.c
221
struct asymmetric_key_id *match_id,
crypto/asymmetric_keys/asymmetric_type.c
224
match_id->len = hexlen;
crypto/asymmetric_keys/asymmetric_type.c
225
return hex2bin(match_id->data, id, hexlen);
crypto/asymmetric_keys/asymmetric_type.c
234
struct asymmetric_key_id *match_id;
crypto/asymmetric_keys/asymmetric_type.c
244
match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2,
crypto/asymmetric_keys/asymmetric_type.c
246
if (!match_id)
crypto/asymmetric_keys/asymmetric_type.c
248
ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2);
crypto/asymmetric_keys/asymmetric_type.c
250
kfree(match_id);
crypto/asymmetric_keys/asymmetric_type.c
253
return match_id;
crypto/asymmetric_keys/asymmetric_type.c
263
const struct asymmetric_key_id *match_id = match_data->preparsed;
crypto/asymmetric_keys/asymmetric_type.c
265
return asymmetric_match_key_ids(kids, match_id,
crypto/asymmetric_keys/asymmetric_type.c
276
const struct asymmetric_key_id *match_id = match_data->preparsed;
crypto/asymmetric_keys/asymmetric_type.c
278
return asymmetric_match_key_ids(kids, match_id,
crypto/asymmetric_keys/asymmetric_type.c
289
const struct asymmetric_key_id *match_id = match_data->preparsed;
crypto/asymmetric_keys/asymmetric_type.c
291
return kids && asymmetric_key_id_same(kids->id[2], match_id);
crypto/asymmetric_keys/asymmetric_type.c
310
struct asymmetric_key_id *match_id;
crypto/asymmetric_keys/asymmetric_type.c
336
match_id = asymmetric_key_hex_to_key_id(id);
crypto/asymmetric_keys/asymmetric_type.c
337
if (IS_ERR(match_id))
crypto/asymmetric_keys/asymmetric_type.c
338
return PTR_ERR(match_id);
crypto/asymmetric_keys/asymmetric_type.c
340
match_data->preparsed = match_id;
drivers/block/ps3disk.c
514
.match_id = PS3_MATCH_ID_STOR_DISK,
drivers/block/ps3vram.c
805
.match_id = PS3_MATCH_ID_GPU,
drivers/char/ps3flash.c
420
.match_id = PS3_MATCH_ID_STOR_FLASH,
drivers/cpuidle/dt_idle_states.c
150
const struct of_device_id *match_id;
drivers/cpuidle/dt_idle_states.c
171
match_id = of_match_node(matches, state_node);
drivers/cpuidle/dt_idle_states.c
172
if (!match_id) {
drivers/cpuidle/dt_idle_states.c
195
err = init_state_node(idle_state, match_id, state_node);
drivers/cpuidle/dt_idle_states.c
21
const struct of_device_id *match_id,
drivers/cpuidle/dt_idle_states.c
32
idle_state->enter = match_id->data;
drivers/cpuidle/dt_idle_states.c
38
idle_state->enter_s2idle = match_id->data;
drivers/gpu/drm/panfrost/panfrost_device.h
232
s32 match_id = pfdev->features.id;
drivers/gpu/drm/panfrost/panfrost_device.h
234
if (match_id & 0xf000)
drivers/gpu/drm/panfrost/panfrost_device.h
235
match_id &= 0xf00f;
drivers/gpu/drm/panfrost/panfrost_device.h
236
return match_id - id;
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
105
u16 match_id;
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
161
__le16 match_id;
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
172
__le16 match_id;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c
58
resp_pf_to_vf->match_id = vf_to_pf_req->match_id;
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
130
req->match_id = cpu_to_le16(hdev->mbx_resp.match_id);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
172
u16 match_id = le16_to_cpu(req->match_id);
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
188
if (match_id) {
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
194
if (match_id == resp->match_id)
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
25
hdev->mbx_resp.match_id++;
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
27
if (hdev->mbx_resp.match_id == 0)
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c
28
hdev->mbx_resp.match_id = HCLGEVF_MBX_MATCH_ID_START;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1753
u16 match_id;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
400
u64 match_id :16;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
408
u64 match_id :16;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
458
u64 match_id :16;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
466
u64 match_id :16;
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
1025
u16 rq_idx, u16 match_id);
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
391
u16 *match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5765
ipolicer->match_id = devm_kcalloc(rvu->dev,
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5768
if (!ipolicer->match_id)
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5943
ipolicer->match_id[prof_idx])
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5947
ipolicer->match_id[prof_idx] = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5993
ipolicer->match_id[prof_idx])
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5997
ipolicer->match_id[prof_idx] = 0;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
6048
u16 rq_idx, u16 match_id)
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
6082
ipolicer->match_id[leaf_prof] = match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
6088
if (ipolicer->match_id[idx] != match_id)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
651
req.match_id = action.match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
739
req.match_id = action.match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
907
req.match_id = action.match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1156
action.match_id = req->match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1172
if (req->match_id)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1173
action.match_id = req->match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1218
action.match_id = req->match_id;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1384
if (is_npc_intf_rx(req->intf) && req->match_id &&
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1387
req->index, req->match_id);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_struct.h
130
u64 match_id : 16;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
1205
if (flow_node->req.match_id)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
344
req->match_id = mark & 0xFFFFULL;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
525
req->match_id = mark & OTX2_RX_MATCH_ID_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
384
skb->mark = parse->match_id;
drivers/net/ethernet/toshiba/ps3_gelic_net.c
1892
.match_id = PS3_MATCH_ID_GELIC,
drivers/nvme/common/keyring.c
53
const char *match_id;
drivers/nvme/common/keyring.c
64
match_id = match_data->raw_data;
drivers/nvme/common/keyring.c
65
match_len = strlen(match_id);
drivers/nvme/common/keyring.c
67
__func__, match_id, key->description, match_len);
drivers/nvme/common/keyring.c
68
return !memcmp(key->description, match_id, match_len);
drivers/perf/xgene_pmu.c
1526
const struct acpi_device_id *match_id = NULL;
drivers/perf/xgene_pmu.c
1531
match_id = id;
drivers/perf/xgene_pmu.c
1532
else if (match_id)
drivers/perf/xgene_pmu.c
1536
return match_id;
drivers/ps3/ps3-lpm.c
1212
.match_id = PS3_MATCH_ID_LPM,
drivers/ps3/ps3-sys-manager.c
734
.core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
drivers/ps3/ps3-vuart.c
1114
dev->match_id);
drivers/ps3/ps3-vuart.c
1164
dev->match_id);
drivers/ps3/ps3-vuart.c
1226
BUG_ON(!drv->core.match_id);
drivers/ps3/ps3av.c
1021
.core.match_id = PS3_MATCH_ID_AV_SETTINGS,
drivers/ps3/ps3stor_lib.c
35
if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH)
drivers/ps3/ps3stor_lib.c
38
if (sbd->match_id == PS3_MATCH_ID_STOR_DISK)
drivers/ps3/ps3stor_lib.c
48
if (sbd->match_id == PS3_MATCH_ID_STOR_DISK
drivers/ps3/ps3stor_lib.c
60
if (sbd->match_id == PS3_MATCH_ID_STOR_DISK)
drivers/ps3/ps3stor_lib.c
63
if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) {
drivers/ps3/ps3stor_lib.c
82
if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) {
drivers/scsi/ps3rom.c
414
.match_id = PS3_MATCH_ID_STOR_ROM,
drivers/soc/qcom/spm.c
510
const struct of_device_id *match_id;
drivers/soc/qcom/spm.c
522
match_id = of_match_node(spm_match_table, pdev->dev.of_node);
drivers/soc/qcom/spm.c
523
if (!match_id)
drivers/soc/qcom/spm.c
526
drv->reg_data = match_id->data;
drivers/usb/host/ehci-ps3.c
250
.match_id = PS3_MATCH_ID_EHCI,
drivers/usb/host/ohci-ps3.c
235
.match_id = PS3_MATCH_ID_OHCI,
drivers/video/fbdev/ps3fb.c
1245
.match_id = PS3_MATCH_ID_GPU,
drivers/virt/coco/tsm-core.c
25
struct device *dev = class_find_device(tsm_class, NULL, &id, match_id);
sound/ppc/snd_ps3.c
1038
pr_info("%s:start id=%d\n", __func__, dev->match_id);
sound/ppc/snd_ps3.c
1058
pr_info("%s:end id=%d\n", __func__, dev->match_id);
sound/ppc/snd_ps3.c
1062
.match_id = PS3_MATCH_ID_SOUND,