Searched refs:match (Results 276 - 300 of 1156) sorted by last modified time

<<11121314151617181920>>

/linux-master/drivers/mmc/core/
H A Dsdio_bus.c250 .match = sdio_bus_match,
/linux-master/drivers/mfd/
H A Dmfd-core.c57 const struct mfd_cell_acpi_match *match = cell->acpi_match; local
74 if (match) {
75 if (match->pnpid) {
82 strscpy(ids[0].id, match->pnpid, sizeof(ids[0].id));
86 adev = acpi_find_child_device(parent, match->adr, false);
113 /* No of_reg defined - allocate first free compatible match */
118 /* OF node does not contatin a 'reg' property to match to */
122 /* No match */
200 goto match;
210 match
[all...]
H A Dmcp-core.c46 .match = mcp_bus_match,
/linux-master/drivers/memstick/core/
H A Dmemstick.c170 .match = memstick_bus_match,
/linux-master/drivers/md/dm-vdo/
H A Dint-map.c360 struct bucket *match = search_hop_list(map, select_bucket(map, key), key, NULL); local
362 return ((match != NULL) ? match->value : NULL);
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c376 const struct of_device_id *match = local
379 return match ? IOMMU_DOMAIN_IDENTITY : 0;
559 const struct of_device_id *match; local
569 match = of_match_node(qcom_smmu_impl_of_match, np);
570 if (match)
571 return qcom_smmu_create(smmu, match->data);
/linux-master/drivers/hsi/
H A Dhsi_core.c54 .match = hsi_bus_match,
/linux-master/drivers/hid/
H A Dhid-input.c132 hid_usage_cmp_t match,
146 if (match(usage, cur_idx, value)) {
422 const struct hid_device_id *match; local
424 match = hid_match_id(hdev, hid_battery_quirks);
425 if (match != NULL)
426 quirks = match->driver_data;
1561 * When it's not, clamp the value to match Microsoft's input
131 hidinput_find_key(struct hid_device *hid, hid_usage_cmp_t match, unsigned int value, unsigned int *usage_idx) argument
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c542 struct component_match *match = NULL; local
551 ret = tilcdc_get_external_components(&pdev->dev, &match);
559 match);
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c700 const struct of_device_id *match; local
711 match = of_match_node(rockchip_lvds_dt_ids, dev->of_node);
712 if (!match)
714 lvds->soc_data = match->data;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c596 * importer versions match. All we can do from the
1055 struct component_match *match = NULL; local
1068 ret = add_components_mdp(master_dev, &match);
1073 ret = add_gpu_components(master_dev, &match);
1084 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match);
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c183 const struct meson_drm_match_data *match; local
196 match = of_device_get_match_data(dev);
197 if (!match)
212 priv->compat = match->compat;
213 priv->afbcd.ops = match->afbcd_ops;
479 struct component_match *match = NULL; local
492 component_match_add(&pdev->dev, &match, component_compare_of, remote);
494 dev_dbg(&pdev->dev, "parent %pOF remote match add %pOF parent %s\n",
503 if (count && !match)
512 match);
[all...]
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c806 struct component_match *match = NULL; local
842 component_match_add(dev, &match, compare_dev, &ovl_adaptor->dev);
903 dev_info(dev, "Adding component match for %pOF\n",
905 drm_of_component_match_add(dev, &match, component_compare_of,
926 ret = component_master_add_with_match(dev, &mtk_drm_ops, match);
H A Dmtk_disp_ovl_adaptor.c494 static int ovl_adaptor_comp_init(struct device *dev, struct component_match **match) argument
531 drm_of_component_match_add(dev, match, compare_of, node);
532 dev_dbg(dev, "Adding component match for %pOF\n", node);
535 if (!*match) {
536 dev_err(dev, "No match device for ovl_adaptor\n");
593 struct component_match *match = NULL; local
602 ret = ovl_adaptor_comp_init(dev, &match);
608 component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c602 struct component_match *match = NULL; local
611 drm_of_component_match_add(&pdev->dev, &match,
619 component_match_add(dev, &match, component_compare_dev_name, names[i]);
651 return component_master_add_with_match(dev, &etnaviv_master_ops, match);
/linux-master/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c22 * generic DMI data, so we match on a combination of DMI data, screen resolution
209 /* Above matches are too generic, add bios-date match */
225 }, { /* GPD MicroPC (generic strings, also match on bios date) */
258 }, { /* GPD Pocket 2 (generic strings, also match on bios date) */
266 }, { /* GPD Win (same note on DMI match as GPD Pocket) */
274 }, { /* GPD Win 2 (too generic strings, also match on bios date) */
366 /* Non exact match to match F + L versions */
374 * since that uses the same mainboard. The resolution match
381 /* Partial match o
463 const struct dmi_system_id *match; local
[all...]
H A Ddrm_mipi_dsi.c55 /* attempt OF style match */
94 .match = mipi_dsi_device_match,
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c31 * dp_aux_ep_match() - The match function for the dp_aux_bus.
32 * @dev: The device to match.
33 * @drv: The driver to try to match against.
35 * At the moment, we just match on device tree.
132 .match = dp_aux_ep_match,
186 * then it's expected that only one device will match all the "if" tests in
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.c75 .match = coreboot_bus_match,
/linux-master/drivers/cpufreq/
H A Dcpufreq-dt-platdev.c211 const struct of_device_id *match; local
217 match = of_match_node(allowlist, np);
218 if (match) {
219 data = match->data;
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c488 struct pi_device_match *match = data; local
490 return pi->pardev->port == match->parport && pi->proto == match->proto;
500 struct pi_device_match match = { .parport = parport, .proto = pr }; local
507 if (bus_for_each_dev(&pata_parport_bus_type, NULL, &match, pi_find_dev))
/linux-master/drivers/acpi/x86/
H A Dutils.c26 * driver bugs. We use DMI matching to match known cases of this.
106 * manufacturer has solved this :| The DMI match may not seem unique,
138 * See above remark about uniqueness of the DMI match.
173 bool match; local
178 match = strcmp((char *)path.pointer, override_status_ids[i].path) == 0;
181 if (!match)
341 /* Partial match on beginning of BIOS version */
362 /* Way too generic, also match on BIOS data */
393 /* Above strings are too generic, also match on BIOS version */
443 /* to not match o
[all...]
/linux-master/drivers/acpi/
H A Dutils.c456 * @match: ACPI handle to look up in the target's _DEP list.
458 * Return true if @match is present in the list returned by _DEP for
461 bool acpi_device_dep(acpi_handle target, acpi_handle match) argument
476 if (dep_devices.handles[i] == match) {
906 const struct acpi_dev_match_info *match = data; local
910 if (acpi_match_device_ids(adev, match->hid))
913 if (match->uid && !acpi_dev_uid_match(adev, match->uid))
916 if (match->hrv == -1)
923 return hrv == match
948 struct acpi_dev_match_info match = {}; local
981 struct acpi_dev_match_info match = {}; local
[all...]
H A Dbus.c715 * acpi_companion_match() - Can we match via ACPI companion device
751 * @adev: ACPI device object to match.
752 * @of_match_table: List of device IDs to match against.
757 * property to match against the given list of identifiers.
820 * @adev: ACPI device object to match
889 * Next, check ACPI_DT_NAMESPACE_HID and try to match the
905 * @ids: Array of struct acpi_device_id objects to match against.
906 * @adev: The ACPI device pointer to match.
925 * @ids: Array of struct acpi_device_id object to match against.
926 * @dev: The device structure to match
944 const struct of_device_id *match = NULL; local
955 const struct acpi_device_id *match; local
[all...]
/linux-master/arch/sparc/mm/
H A Dinit_64.c819 * by version mis-match tests in mmu_context.h).
917 unsigned long match; member in struct:node_mem_mask
927 u64 match; member in struct:mdesc_mlgroup
971 if ((start & p->mask) == p->match) {
980 WARN_ONCE(1, "addr[%Lx] doesn't match a NUMA node rule. Some memory will be owned by node 0.",
1019 if ((pa_start & m->mask) == m->match) {
1020 m_match = m->match;
1036 if ((pa_start & m->mask) == m->match) {
1037 m_match = m->match;
1053 * Each latency group has match an
[all...]

Completed in 430 milliseconds

<<11121314151617181920>>