Searched refs:match (Results 751 - 775 of 1163) sorted by relevance

<<31323334353637383940>>

/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.h95 } match; member in struct:macsec_flow
/linux-master/drivers/xen/xen-pciback/
H A Dpci_stub.c323 * any of the device's parent bridges match.
562 int err = 0, match; local
567 match = pcistub_match(dev);
571 match) {
582 if (!match) {
/linux-master/drivers/clk/
H A Dclk-stm32f4.c1689 const struct of_device_id *match; local
1706 match = of_match_node(stm32f4_of_match, np);
1707 if (WARN_ON(!match))
1710 data = match->data;
/linux-master/sound/pci/hda/
H A Dhda_bind.c190 drv->core.match = hda_codec_match;
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_acpi.c32 #include <sound/soc-acpi-intel-match.h>
/linux-master/drivers/mmc/host/
H A Dsdhci-of-esdhc.c1344 const struct of_device_id *match; local
1374 match = of_match_node(sdhci_esdhc_of_match, pdev->dev.of_node);
1375 if (match)
1376 esdhc->clk_fixup = match->data;
/linux-master/tools/cgroup/
H A Diocost_monitor.py259 if filter_re and not filter_re.match(path):
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c72 const struct of_device_id *match; local
90 match = of_match_node(vin->dev->driver->of_match_table,
94 strscpy(mdev->model, match->compatible, sizeof(mdev->model));
725 to_of_node(vin->parallel.asc->match.fwnode));
/linux-master/sound/isa/es1688/
H A Des1688.c188 .match = snd_es1688_match,
/linux-master/sound/soc/codecs/
H A Dtlv320aic31xx.c863 int match = -1; local
886 match = i;
893 if (match == -1) {
910 i = match;
1001 * params. So it must be updated here to match the input frequency.
/linux-master/drivers/dma/qcom/
H A Dbam_dma.c1239 const struct of_device_id *match; local
1248 match = of_match_node(bam_of_match, pdev->dev.of_node);
1249 if (!match) {
1254 bdev->layout = match->data;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h246 int mlen; /* bits to rewrite/match */
248 int soffset; /* byte offset of spec for match */
296 struct flow_match_basic *match, bool outer,
/linux-master/drivers/platform/surface/aggregator/
H A Dbus.c178 * @id: The device ID as potential match.
181 * Check if the given ID is a match for the given UID, i.e. if a device with
182 * the provided UID is compatible to the given ID following the match rules
185 * Return: Returns %true if the given UID is compatible to the match rule
232 * Find the first match for the provided device UID in the provided ID table
233 * and return it. Returns %NULL if no match could be found.
253 * Find the fist match for the UID of the device in the ID table of the
256 * %NULL), or there is no match in the driver's match_table.
261 * Return: Returns the first match for the UID of the device in the device
262 * driver's match tabl
[all...]
/linux-master/drivers/usb/common/
H A Dulpi.c45 * or provide an id_table so rely on OF match.
95 .match = ulpi_match,
225 /* Some ULPI devices don't have a vendor id so rely on OF match */
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c1322 const struct of_device_id *match; local
1344 match = of_match_device(qcom_battmgr_of_variants, dev->parent);
1345 if (match)
1346 battmgr->variant = (unsigned long)match->data;
/linux-master/net/can/j1939/
H A Dsocket.c224 * - all packages that match our bind() address
242 * - all packages that match our connect() name or address
341 bool match = false; local
345 match = j1939_sk_recv_match_one(jsk, skcb);
346 if (match)
351 return match;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_debugfs.c242 switch (le16_to_cpu(f->cmd.match)) {
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flow.h366 ICE_FLOW_FLD_TYPE_SIZE, /* Value, mask, size of match */
394 u64 match; /* Bitmask indicating header fields to be matched */ member in struct:ice_flow_seg_info
/linux-master/net/wireless/
H A Dmlme.c584 u8 match[]; member in struct:cfg80211_mgmt_registration
701 if (memcmp(reg->match, match_data, mlen) == 0) {
719 memcpy(nreg->match, match_data, match_len);
976 if (memcmp(reg->match, data, reg->match_len))
979 /* found match! */
/linux-master/include/linux/lockd/
H A Dlockd.h287 nlm_host_match_fn_t match);
/linux-master/drivers/i2c/busses/
H A Di2c-imx.c1404 const struct imx_i2c_hwdata *match; local
1423 match = device_get_match_data(&pdev->dev);
1424 if (match)
1425 i2c_imx->hwdata = match;
/linux-master/include/linux/
H A Dinput.h220 #error "EV_MAX and INPUT_DEVICE_ID_EV_MAX do not match"
224 #error "KEY_MIN_INTERESTING and INPUT_DEVICE_ID_KEY_MIN_INTERESTING do not match"
228 #error "KEY_MAX and INPUT_DEVICE_ID_KEY_MAX do not match"
232 #error "REL_MAX and INPUT_DEVICE_ID_REL_MAX do not match"
236 #error "ABS_MAX and INPUT_DEVICE_ID_ABS_MAX do not match"
240 #error "MSC_MAX and INPUT_DEVICE_ID_MSC_MAX do not match"
244 #error "LED_MAX and INPUT_DEVICE_ID_LED_MAX do not match"
248 #error "SND_MAX and INPUT_DEVICE_ID_SND_MAX do not match"
252 #error "FF_MAX and INPUT_DEVICE_ID_FF_MAX do not match"
256 #error "SW_MAX and INPUT_DEVICE_ID_SW_MAX do not match"
318 bool (*match)(struct input_handler *handler, struct input_dev *dev); member in struct:input_handler
[all...]
/linux-master/drivers/input/rmi4/
H A Drmi_bus.c348 .match = rmi_bus_match,
/linux-master/drivers/greybus/
H A Dcore.c190 .match = greybus_match_device,
202 /* match id */
/linux-master/drivers/staging/greybus/
H A Dgbphy.c187 .match = gbphy_dev_match,

Completed in 537 milliseconds

<<31323334353637383940>>