Searched refs:fif (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | fan_hwmon.c | 50 if (fan->fif.fine_grain_ctrl) in acpi_fan_hwmon_is_visible() 68 if (fan->fif.fine_grain_ctrl) in acpi_fan_hwmon_is_visible()
|
| H A D | fan_attr.c | 70 return sysfs_emit(buf, "%d\n", fan->fif.fine_grain_ctrl); in show_fine_grain_control()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | mcu.c | 1477 int mt7921_mcu_set_rxfilter(struct mt792x_dev *dev, u32 fif, in mt7921_mcu_set_rxfilter() argument 1484 __le32 fif; in mt7921_mcu_set_rxfilter() member 1489 .mode = fif ? 1 : 2, in mt7921_mcu_set_rxfilter() 1490 .fif = cpu_to_le32(fif), in mt7921_mcu_set_rxfilter()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mt7925.h | 298 int mt7925_mcu_set_rxfilter(struct mt792x_dev *dev, u32 fif,
|
| H A D | mcu.c | 4116 int mt7925_mcu_set_rxfilter(struct mt792x_dev *dev, u32 fif, in mt7925_mcu_set_rxfilter() argument 4128 __le32 fif; in mt7925_mcu_set_rxfilter() member 4137 .mode = fif ? 0 : 1, in mt7925_mcu_set_rxfilter() 4138 .fif = cpu_to_le32(fif), in mt7925_mcu_set_rxfilter()
|