match_id          348 arch/powerpc/include/asm/ps3.h 	enum ps3_match_id match_id;
match_id          377 arch/powerpc/include/asm/ps3.h 	enum ps3_match_id match_id;
match_id           36 arch/powerpc/platforms/ps3/device-init.c 	dev->match_id = PS3_MATCH_ID_LPM;
match_id          134 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = PS3_MATCH_ID_GELIC;
match_id          181 arch/powerpc/platforms/ps3/device-init.c 	const struct ps3_repository_device *repo, enum ps3_match_id match_id,
match_id          205 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = match_id;
match_id          284 arch/powerpc/platforms/ps3/device-init.c static int __init ps3_setup_vuart_device(enum ps3_match_id match_id,
match_id          293 arch/powerpc/platforms/ps3/device-init.c 		match_id, port_number);
match_id          300 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = match_id;
match_id          321 arch/powerpc/platforms/ps3/device-init.c 				 enum ps3_match_id match_id)
match_id          328 arch/powerpc/platforms/ps3/device-init.c 	pr_debug(" -> %s:%u: match_id %u\n", __func__, __LINE__, match_id);
match_id          351 arch/powerpc/platforms/ps3/device-init.c 	p->sbd.match_id = match_id;
match_id          452 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = PS3_MATCH_ID_SOUND;
match_id          487 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = PS3_MATCH_ID_GPU;
match_id          522 arch/powerpc/platforms/ps3/device-init.c 	p->dev.match_id = PS3_MATCH_ID_GPU;
match_id          396 arch/powerpc/platforms/ps3/os-area.c 	struct os_area_db_id match_id;
match_id          419 arch/powerpc/platforms/ps3/os-area.c 	const struct os_area_db_id *match_id, struct db_iterator *i)
match_id          424 arch/powerpc/platforms/ps3/os-area.c 		i->match_id = match_id ? *match_id : os_area_db_id_any;
match_id          439 arch/powerpc/platforms/ps3/os-area.c 	if (i->match_id.owner != OS_AREA_DB_OWNER_ANY
match_id          440 arch/powerpc/platforms/ps3/os-area.c 		&& i->match_id.owner != (int)i->idx->owner)
match_id          442 arch/powerpc/platforms/ps3/os-area.c 	if (i->match_id.key != OS_AREA_DB_KEY_ANY
match_id          443 arch/powerpc/platforms/ps3/os-area.c 		&& i->match_id.key != (int)i->idx->key)
match_id          156 arch/powerpc/platforms/ps3/system-bus.c 	pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id);
match_id          158 arch/powerpc/platforms/ps3/system-bus.c 	switch (dev->match_id) {
match_id          174 arch/powerpc/platforms/ps3/system-bus.c 			__LINE__, dev->match_id);
match_id          185 arch/powerpc/platforms/ps3/system-bus.c 		dev->match_id);
match_id          194 arch/powerpc/platforms/ps3/system-bus.c 	pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id);
match_id          196 arch/powerpc/platforms/ps3/system-bus.c 	switch (dev->match_id) {
match_id          212 arch/powerpc/platforms/ps3/system-bus.c 			__LINE__, dev->match_id);
match_id          223 arch/powerpc/platforms/ps3/system-bus.c 		dev->match_id);
match_id          342 arch/powerpc/platforms/ps3/system-bus.c 		result = dev->match_id == drv->match_id;
match_id          345 arch/powerpc/platforms/ps3/system-bus.c 			dev->match_id == drv->match_id;
match_id          350 arch/powerpc/platforms/ps3/system-bus.c 			dev->match_id, dev->match_sub_id, dev_name(&dev->core),
match_id          351 arch/powerpc/platforms/ps3/system-bus.c 			drv->match_id, drv->match_sub_id, drv->core.name);
match_id          355 arch/powerpc/platforms/ps3/system-bus.c 			dev->match_id, dev->match_sub_id, dev_name(&dev->core),
match_id          356 arch/powerpc/platforms/ps3/system-bus.c 			drv->match_id, drv->match_sub_id, drv->core.name);
match_id          413 arch/powerpc/platforms/ps3/system-bus.c 		dev->match_id);
match_id          447 arch/powerpc/platforms/ps3/system-bus.c 	if (add_uevent_var(env, "MODALIAS=ps3:%d:%d", dev->match_id,
match_id          457 arch/powerpc/platforms/ps3/system-bus.c 	int len = snprintf(buf, PAGE_SIZE, "ps3:%d:%d\n", dev->match_id,
match_id          105 arch/x86/kernel/probe_roms.c 		if (device && match_id(pdev, vendor, device))
match_id          137 arch/x86/kernel/probe_roms.c 		if (match_id(pdev, vendor, device)) {
match_id           13 crypto/asymmetric_keys/asymmetric_keys.h 					  struct asymmetric_key_id *match_id,
match_id          193 crypto/asymmetric_keys/asymmetric_type.c 	const struct asymmetric_key_id *match_id,
match_id          199 crypto/asymmetric_keys/asymmetric_type.c 	if (!kids || !match_id)
match_id          202 crypto/asymmetric_keys/asymmetric_type.c 		if (match(kids->id[i], match_id))
match_id          209 crypto/asymmetric_keys/asymmetric_type.c 				   struct asymmetric_key_id *match_id,
match_id          212 crypto/asymmetric_keys/asymmetric_type.c 	match_id->len = hexlen;
match_id          213 crypto/asymmetric_keys/asymmetric_type.c 	return hex2bin(match_id->data, id, hexlen);
match_id          222 crypto/asymmetric_keys/asymmetric_type.c 	struct asymmetric_key_id *match_id;
match_id          232 crypto/asymmetric_keys/asymmetric_type.c 	match_id = kmalloc(sizeof(struct asymmetric_key_id) + asciihexlen / 2,
match_id          234 crypto/asymmetric_keys/asymmetric_type.c 	if (!match_id)
match_id          236 crypto/asymmetric_keys/asymmetric_type.c 	ret = __asymmetric_key_hex_to_key_id(id, match_id, asciihexlen / 2);
match_id          238 crypto/asymmetric_keys/asymmetric_type.c 		kfree(match_id);
match_id          241 crypto/asymmetric_keys/asymmetric_type.c 	return match_id;
match_id          251 crypto/asymmetric_keys/asymmetric_type.c 	const struct asymmetric_key_id *match_id = match_data->preparsed;
match_id          253 crypto/asymmetric_keys/asymmetric_type.c 	return asymmetric_match_key_ids(kids, match_id,
match_id          264 crypto/asymmetric_keys/asymmetric_type.c 	const struct asymmetric_key_id *match_id = match_data->preparsed;
match_id          266 crypto/asymmetric_keys/asymmetric_type.c 	return asymmetric_match_key_ids(kids, match_id,
match_id          285 crypto/asymmetric_keys/asymmetric_type.c 	struct asymmetric_key_id *match_id;
match_id          306 crypto/asymmetric_keys/asymmetric_type.c 	match_id = asymmetric_key_hex_to_key_id(id);
match_id          307 crypto/asymmetric_keys/asymmetric_type.c 	if (IS_ERR(match_id))
match_id          308 crypto/asymmetric_keys/asymmetric_type.c 		return PTR_ERR(match_id);
match_id          310 crypto/asymmetric_keys/asymmetric_type.c 	match_data->preparsed = match_id;
match_id         1467 drivers/base/platform.c 	int match_id;
match_id         1477 drivers/base/platform.c 			match_id = epdrv->requested_id;
match_id         1481 drivers/base/platform.c 			match_id = id;
match_id         1491 drivers/base/platform.c 					match_id = EARLY_PLATFORM_ID_UNSET;
match_id         1495 drivers/base/platform.c 		switch (match_id) {
match_id         1504 drivers/base/platform.c 			match = early_platform_match(epdrv, match_id);
match_id          534 drivers/block/ps3disk.c 	.match_id	= PS3_MATCH_ID_STOR_DISK,
match_id          827 drivers/block/ps3vram.c 	.match_id	= PS3_MATCH_ID_GPU,
match_id          421 drivers/char/ps3flash.c 	.match_id	= PS3_MATCH_ID_STOR_FLASH,
match_id          167 drivers/cpuidle/cpuidle-big_little.c 	const struct of_device_id *match_id;
match_id          175 drivers/cpuidle/cpuidle-big_little.c 	match_id = of_match_node(compatible_machine_match, root);
match_id          179 drivers/cpuidle/cpuidle-big_little.c 	if (!match_id)
match_id           22 drivers/cpuidle/dt_idle_states.c 			   const struct of_device_id *match_id,
match_id           33 drivers/cpuidle/dt_idle_states.c 	idle_state->enter = match_id->data;
match_id           39 drivers/cpuidle/dt_idle_states.c 	idle_state->enter_s2idle = match_id->data;
match_id          156 drivers/cpuidle/dt_idle_states.c 	const struct of_device_id *match_id;
match_id          177 drivers/cpuidle/dt_idle_states.c 		match_id = of_match_node(matches, state_node);
match_id          178 drivers/cpuidle/dt_idle_states.c 		if (!match_id) {
match_id          201 drivers/cpuidle/dt_idle_states.c 		err = init_state_node(idle_state, match_id, state_node);
match_id          127 drivers/gpu/drm/panfrost/panfrost_device.h 	s32 match_id = pfdev->features.id;
match_id          129 drivers/gpu/drm/panfrost/panfrost_device.h 	if (match_id & 0xf000)
match_id          130 drivers/gpu/drm/panfrost/panfrost_device.h 		match_id &= 0xf00f;
match_id          131 drivers/gpu/drm/panfrost/panfrost_device.h 	return match_id - id;
match_id          248 drivers/net/ethernet/marvell/octeontx2/af/npc.h 	u64	match_id	:16;
match_id          256 drivers/net/ethernet/marvell/octeontx2/af/npc.h 	u64	match_id	:16;
match_id         1849 drivers/net/ethernet/toshiba/ps3_gelic_net.c 	.match_id = PS3_MATCH_ID_GELIC,
match_id         1544 drivers/perf/xgene_pmu.c 	const struct acpi_device_id *match_id = NULL;
match_id         1549 drivers/perf/xgene_pmu.c 			match_id = id;
match_id         1550 drivers/perf/xgene_pmu.c 		else if (match_id)
match_id         1554 drivers/perf/xgene_pmu.c 	return match_id;
match_id         1215 drivers/ps3/ps3-lpm.c 	.match_id = PS3_MATCH_ID_LPM,
match_id          734 drivers/ps3/ps3-sys-manager.c 	.core.match_id = PS3_MATCH_ID_SYSTEM_MANAGER,
match_id         1116 drivers/ps3/ps3-vuart.c 		dev->match_id);
match_id         1167 drivers/ps3/ps3-vuart.c 		dev->match_id);
match_id         1230 drivers/ps3/ps3-vuart.c 	BUG_ON(!drv->core.match_id);
match_id         1020 drivers/ps3/ps3av.c 	.core.match_id = PS3_MATCH_ID_AV_SETTINGS,
match_id           34 drivers/ps3/ps3stor_lib.c 	if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH)
match_id           37 drivers/ps3/ps3stor_lib.c 	if (sbd->match_id == PS3_MATCH_ID_STOR_DISK)
match_id           47 drivers/ps3/ps3stor_lib.c 	if (sbd->match_id == PS3_MATCH_ID_STOR_DISK
match_id           59 drivers/ps3/ps3stor_lib.c 	if (sbd->match_id == PS3_MATCH_ID_STOR_DISK)
match_id           62 drivers/ps3/ps3stor_lib.c 	if (sbd->match_id == PS3_MATCH_ID_STOR_FLASH) {
match_id           81 drivers/ps3/ps3stor_lib.c 	if (dev->sbd.match_id == PS3_MATCH_ID_STOR_ROM) {
match_id          419 drivers/scsi/ps3rom.c 	.match_id	= PS3_MATCH_ID_STOR_ROM,
match_id          205 drivers/soc/qcom/spm.c 	const struct of_device_id *match_id;
match_id          231 drivers/soc/qcom/spm.c 		match_id = of_match_node(qcom_idle_state_match, state_node);
match_id          232 drivers/soc/qcom/spm.c 		if (!match_id)
match_id          235 drivers/soc/qcom/spm.c 		idle_fns[state_count] = match_id->data;
match_id          238 drivers/soc/qcom/spm.c 		if (match_id->data == qcom_cpu_spc)
match_id          324 drivers/soc/qcom/spm.c 	const struct of_device_id *match_id;
match_id          337 drivers/soc/qcom/spm.c 	match_id = of_match_node(spm_match_table, pdev->dev.of_node);
match_id          338 drivers/soc/qcom/spm.c 	if (!match_id)
match_id          341 drivers/soc/qcom/spm.c 	drv->reg_data = match_id->data;
match_id          252 drivers/usb/host/ehci-ps3.c 	.match_id = PS3_MATCH_ID_EHCI,
match_id          237 drivers/usb/host/ohci-ps3.c 	.match_id = PS3_MATCH_ID_OHCI,
match_id         1248 drivers/video/fbdev/ps3fb.c 	.match_id	= PS3_MATCH_ID_GPU,
match_id          920 sound/ppc/snd_ps3.c 	if (WARN_ON(dev->match_id != PS3_MATCH_ID_SOUND))
match_id         1074 sound/ppc/snd_ps3.c 	pr_info("%s:start id=%d\n", __func__,  dev->match_id);
match_id         1075 sound/ppc/snd_ps3.c 	if (dev->match_id != PS3_MATCH_ID_SOUND)
match_id         1098 sound/ppc/snd_ps3.c 	pr_info("%s:end id=%d\n", __func__, dev->match_id);
match_id         1103 sound/ppc/snd_ps3.c 	.match_id = PS3_MATCH_ID_SOUND,
match_id         5278 sound/soc/codecs/rt5677.c 		const struct of_device_id *match_id;
match_id         5280 sound/soc/codecs/rt5677.c 		match_id = of_match_device(rt5677_of_match, &i2c->dev);
match_id         5281 sound/soc/codecs/rt5677.c 		if (match_id)
match_id         5282 sound/soc/codecs/rt5677.c 			rt5677->type = (enum rt5677_type)match_id->data;