Searched refs:matches (Results 301 - 321 of 321) sorted by relevance

<<111213

/linux-master/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c116 .matches = {
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c975 /* Check string matches enabled mode */
1357 .matches = {
/linux-master/drivers/cpufreq/
H A Damd-pstate.c141 .matches = {
/linux-master/drivers/tty/serial/8250/
H A D8250_exar.c1375 .matches = {
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.c4158 .matches = {
4165 .matches = {
4172 .matches = {
/linux-master/drivers/pci/
H A Dpci.c265 * pci_dev_str_match_path - test if a path string matches a device
271 * path of device/function addresses matches a PCI device. The string must
280 * Returns 1 if the string matches the device, 0 if it does not and
348 * pci_dev_str_match - test if a string matches a device
353 * Test if a string (typically from a kernel parameter) matches a specified
367 * The second format matches devices using IDs in the configuration
374 * Returns 1 if the string matches the device, 0 if it does not and
2939 .matches = {
2950 .matches = {
2962 .matches
[all...]
H A Dquirks.c2095 .matches = {
4785 /* Filter out a few obvious non-matches first */
/linux-master/drivers/bluetooth/
H A Dbtusb.c782 .matches = {
789 .matches = {
796 .matches = {
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c138 kfree(adapter->nd_info->matches[i]);
H A Dcfg80211.c3610 kfree(adapter->nd_info->matches[i]);
/linux-master/sound/soc/amd/acp/
H A Dacp-mach-common.c45 .matches = {
/linux-master/sound/soc/codecs/
H A Dnau8821.c1856 .matches = {
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c4856 .matches = {
4863 .matches = {
/linux-master/drivers/scsi/
H A Dipr.c2659 int i, j, matches; local
2664 for (j = 0, matches = 0; j < IPR_PROD_ID_LEN; j++) {
2668 matches++;
2672 matches++;
2675 if (matches == IPR_PROD_ID_LEN)
4868 * 1 if command matches sdev / 0 if command does not match sdev
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h4697 matches[WCN36XX_HAL_MAX_NUM_FILTERS]; member in struct:wcn36xx_hal_rcv_flt_pkt_match_cnt_rsp_msg
/linux-master/tools/perf/
H A Dbuiltin-trace.c1932 goto matches;
1944 matches:
/linux-master/drivers/video/fbdev/aty/
H A Datyfb_base.c3948 .matches = {
/linux-master/drivers/hwmon/
H A Dit87.c3175 /* Set values based on DMI matches */
3701 .matches = { \
3736 * Don't register second chip if its ISA address matches
/linux-master/include/net/
H A Dcfg80211.h2096 * received packet with an FCS error matches the peer MAC address.
3592 * @matches. This value may be zero if the driver can't provide
3594 * @matches: Array of pointers to matches containing information about
3595 * the matches that triggered the wake up.
3599 struct cfg80211_wowlan_nd_match *matches[]; member in struct:cfg80211_wowlan_nd_info
4327 * other BSS matches the connect parameters. When such roaming is initiated
4328 * by the driver, the driver is expected to verify that the target matches
7567 * received frame. This matches with MLME-MICHAELMICFAILURE.indication()
/linux-master/net/wireless/
H A Dnl80211.c13233 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; local
13277 matches = nla_nest_start_noflag(msg,
13279 if (!matches)
13293 nla_nest_end(msg, matches);
19714 struct cfg80211_wowlan_nd_match *match = nd->matches[i];
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c417 * matches tag
4054 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd;

Completed in 518 milliseconds

<<111213