/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-sf16fmr2.c | 308 .match = fmr2_isa_match,
|
H A D | radio-gemtek.c | 296 .match = radio_isa_match,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.h | 248 int mlen; /* bits to rewrite/match */ 250 int soffset; /* byte offset of spec for match */ 298 struct flow_match_basic *match, bool outer,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 310 ICE_FLOW_FLD_TYPE_SIZE, /* Value, mask, size of match */ 338 u64 match; /* Bitmask indicating header fields to be matched */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_debugfs.c | 242 switch (le16_to_cpu(f->cmd.match)) { in lif_filters_show()
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | lockd.h | 287 nlm_host_match_fn_t match);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 220 #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); global() member [all...] |
H A D | vfio.h | 94 * @match: Optional device name match callback (return: 0 for no-match, >0 for 95 * match, -errno for abort (ex. match with insufficient or incorrect 120 int (*match)(struct vfio_device *vdev, char *buf); member
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_flow_table.h | 48 struct nf_flow_match match; member
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | gbphy.c | 187 .match = gbphy_dev_match,
|
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | bus.c | 176 * @id: The device ID as potential match. 179 * Check if the given ID is a match for the given UID, i.e. if a device with 180 * the provided UID is compatible to the given ID following the match rules 183 * Return: Returns %true if the given UID is compatible to the match rule 230 * Find the first match for the provided device UID in the provided ID table 231 * and return it. Returns %NULL if no match could be found. 251 * Find the fist match for the UID of the device in the ID table of the 254 * %NULL), or there is no match in the driver's match_table. 259 * Return: Returns the first match for the UID of the device in the device 260 * driver's match tabl [all...] |
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | driver.c | 261 .match = pnp_bus_match,
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | ulpi.c | 45 * or provide an id_table so rely on OF match. in ulpi_match() 95 .match = ulpi_match, 225 /* Some ULPI devices don't have a vendor id so rely on OF match */ in ulpi_read_id()
|
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | bus.c | 309 * @svid: Standard or Vendor ID to match with 310 * @mode: Mode to match with 313 * match is found. 445 .match = typec_match,
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 47 if not re.match('[VIU]\([^)]*\)', value):
|
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.h | 204 bool match);
|
/kernel/linux/linux-6.6/drivers/net/phy/mscc/ |
H A D | mscc_macsec.h | 95 } match; member
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | core.c | 160 .match = greybus_match_device, 172 /* match id */ in greybus_probe()
|
/kernel/linux/linux-6.6/drivers/input/rmi4/ |
H A D | rmi_bus.c | 348 .match = rmi_bus_match,
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 69 speed = [ k for k, v in value.items() if v and speed_re.match(k) ]
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_TCPMSS.c | 255 if (strcmp(m->u.kernel.match->name, "tcp") == 0 && in find_syn_match()
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | soc-acpi-intel-tgl-match.c | 3 * soc-acpi-intel-tgl-match.c - tables and support for TGL ACPI enumeration. 10 #include <sound/soc-acpi-intel-match.h> 11 #include "soc-acpi-intel-sdw-mockup-match.h" 507 * on link2 since it will fail to match the above entry. 524 * on link2 since it will fail to match the above entry.
|
H A D | soc-acpi-intel-rpl-match.c | 3 * soc-apci-intel-rpl-match.c - tables and support for RPL ACPI enumeration. 9 #include <sound/soc-acpi-intel-match.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib_offload.sh | 65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l)
|
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688.c | 188 .match = snd_es1688_match,
|