Searched refs:match (Results 451 - 475 of 1161) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/thunderbolt/
H A Dctl.h63 * @match: Function used to match the incoming packet
86 bool (*match)(const struct tb_cfg_request *req, member in struct:tb_cfg_request
/linux-master/include/linux/
H A Dtee_drv.h180 * @match: function to check TEE device
181 * @data: data for match function
187 * Returns a TEE context of the first TEE device matched by the match()
192 int (*match)(struct tee_ioctl_version_data *,
H A Dnvmem-consumer.h95 int (*match)(struct device *dev, const void *data));
239 int (*match)(struct device *dev, const void *data))
/linux-master/drivers/regulator/
H A Dtps62360-regulator.c344 const struct of_device_id *match; local
345 match = of_match_device(of_match_ptr(tps62360_of_match),
347 if (!match) {
348 dev_err(&client->dev, "Error: No device match found\n");
351 chip_id = (int)(long)match->data;
358 dev_err(&client->dev, "No device tree match or id table match found\n");
/linux-master/crypto/
H A Dcrypto_user.c42 int match = 0; local
51 match = !strcmp(q->cra_driver_name,
54 match = !strcmp(q->cra_name, p->cru_name);
56 if (!match)
/linux-master/include/media/
H A Dv4l2-async.h23 * in order to identify a match
29 * algorithm that will be used to match an asynchronous device.
37 * struct v4l2_async_match_desc - async connection match information
39 * @type: type of match that will be used
43 * Both @match.i2c.adapter_id and @match.i2c.address
68 * @match: struct of match type and per-bus type matching data sets
80 struct v4l2_async_match_desc match; member in struct:v4l2_async_connection
133 * @endpoint: Endpoint fwnode agains which to match th
[all...]
/linux-master/sound/soc/amd/
H A Dacp3x-rt5682-max9836.c476 const struct acpi_device_id *match; local
478 match = acpi_match_device(dev->driver->acpi_match_table, dev);
479 if (!match)
481 return (void *)match->driver_data;
/linux-master/sound/soc/sof/intel/
H A Dpci-cnl.c14 #include <sound/soc-acpi-intel-match.h>
/linux-master/sound/soc/intel/common/
H A Dsoc-acpi-intel-icl-match.c3 * soc-acpi-intel-icl-match.c - tables and support for ICL ACPI enumeration.
10 #include <sound/soc-acpi-intel-match.h>
/linux-master/arch/x86/kernel/cpu/
H A DMakefile24 obj-y += match.o
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c52 .match = vchiq_bus_type_match,
/linux-master/drivers/usb/typec/ucsi/
H A Ducsi_glink.c335 const struct of_device_id *match; local
362 match = of_match_device(pmic_glink_ucsi_of_quirks, dev->parent);
363 if (match)
364 ucsi->ucsi->quirks = *(unsigned long *)match->data;
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.h135 struct arm_cspmu_impl_match *match; member in struct:arm_cspmu_impl
/linux-master/net/netfilter/
H A Dxt_addrtype.c3 * iptables module to match inet_addr_type() of an ip.
28 MODULE_DESCRIPTION("Xtables: address type match");
205 .match = addrtype_mt_v0,
213 .match = addrtype_mt_v1,
H A Dxt_sctp.c16 MODULE_DESCRIPTION("Xtables: SCTP protocol packet match");
173 .match = sctp_mt,
182 .match = sctp_mt,
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay.c246 int (*match)(struct omap_dss_device *dssdev, void *data))
251 if (match(dssdev, data))
/linux-master/arch/arc/lib/
H A Dstrcmp-archs.S32 ;; A match is found, spot it out
/linux-master/scripts/
H A Dparse-maintainers.pl53 If <pattern match regexes> exist, then the sections that match the
/linux-master/drivers/net/ethernet/sfc/
H A Dtc.h51 * @do_nat: perform NAT/NPT with values returned by conntrack match
135 * match space is in use by another Outer Rule.
139 * @EFX_TC_EM_PSEUDO_MASK: registered by an encap match which includes a
140 * match on an optional field (currently ip_tos and/or udp_sport),
141 * to prevent an overlapping encap match _without_ optional fields.
142 * The pseudo encap match may be referenced again by an encap match
143 * with different values for these fields, but all masks must match the
147 * Only one reference to this encap match may exist.
167 u32 fw_id; /* index of this entry in firmware encap match tabl
201 struct efx_tc_match match; member in struct:efx_tc_flow_rule
209 struct efx_tc_match match; member in struct:efx_tc_lhs_rule
[all...]
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Ddw_hdmi-imx.c223 const struct of_device_id *match = of_match_node(dw_hdmi_imx_dt_ids, np); local
240 hdmi->hdmi = dw_hdmi_probe(pdev, match->data);
/linux-master/include/linux/spi/
H A Dspi-mem.h231 * @adjust_op_size: shrink the data xfer of an operation to match controller's
261 * @poll_status: poll memory device status until (status & mask) == match or
290 u16 mask, u16 match,
393 u16 mask, u16 match,
/linux-master/drivers/acpi/
H A Dbus.c731 * acpi_companion_match() - Can we match via ACPI companion device
767 * @adev: ACPI device object to match.
768 * @of_match_table: List of device IDs to match against.
773 * property to match against the given list of identifiers.
836 * @adev: ACPI device object to match
905 * Next, check ACPI_DT_NAMESPACE_HID and try to match the
921 * @ids: Array of struct acpi_device_id objects to match against.
922 * @adev: The ACPI device pointer to match.
941 * @ids: Array of struct acpi_device_id object to match against.
942 * @dev: The device structure to match
960 const struct of_device_id *match = NULL; local
971 const struct acpi_device_id *match; local
[all...]
/linux-master/include/acpi/
H A Dacpi_bus.h41 bool acpi_device_dep(acpi_handle target, acpi_handle match);
134 bool (*match)(const char *idstr, const struct acpi_device_id **matchid); member in struct:acpi_scan_handler
704 bool (*match)(struct device *dev); member in struct:acpi_bus_type
900 #define ACPI_STR_TYPES(match) \
901 TYPE_ENTRY(unsigned char *, match), \
902 TYPE_ENTRY(signed char *, match), \
903 TYPE_ENTRY(char *, match), \
904 TYPE_ENTRY(void *, match)
908 * @adev: ACPI device to match.
924 * @adev: ACPI device to match
[all...]
/linux-master/drivers/fpga/
H A Dfpga-region.c23 int (*match)(struct device *, const void *))
27 dev = class_find_device(&fpga_region_class, start, data, match);
/linux-master/lib/842/
H A D842_compress.c383 int i, match, b = 0; local
391 match = check_index(p, 2, b >> 1);
393 match = check_index(p, 4, b >> 2);
395 match = check_index(p, 8, 0);
398 if (!match)
513 /* make initial 'last' different so we don't match the first time */

Completed in 228 milliseconds

<<11121314151617181920>>