Home
last modified time | relevance | path

Searched refs:cap_mode (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Dcaps.c52 __set_bit(AR5K_MODE_11A, caps->cap_mode); in ath5k_hw_set_capabilities()
76 __set_bit(AR5K_MODE_11A, caps->cap_mode); in ath5k_hw_set_capabilities()
94 caps->cap_mode); in ath5k_hw_set_capabilities()
99 caps->cap_mode); in ath5k_hw_set_capabilities()
105 __clear_bit(AR5K_MODE_11A, caps->cap_mode); in ath5k_hw_set_capabilities()
H A Dath5k.h1139 DECLARE_BITMAP(cap_mode, AR5K_MODE_MAX);
1364 #define ah_modes ah_capabilities.cap_mode
/linux/drivers/media/usb/gspca/
H A Dsq905c.c51 const struct v4l2_pix_format *cap_mode; member
258 dev->cap_mode = gspca_dev->cam.cam_mode; in sd_start()
263 dev->cap_mode++; in sd_start()
H A Djeilinj.c48 const struct v4l2_pix_format *cap_mode; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c299 enum mlx5_cap_mode cap_mode) in mlx5_core_get_caps_mode() argument
304 u16 opmod = (cap_type << 1) | (cap_mode & 0x01); in mlx5_core_get_caps_mode()
322 cap_type, cap_mode, err); in mlx5_core_get_caps_mode()
328 switch (cap_mode) { in mlx5_core_get_caps_mode()
340 cap_type, cap_mode); in mlx5_core_get_caps_mode()
H A Dmlx5_core.h219 enum mlx5_cap_mode cap_mode);
/linux/sound/soc/codecs/
H A Dmsm8916-wcd-analog.c388 int event, unsigned int cap_mode) in pm8916_wcd_analog_enable_micbias()
394 MICB_1_EN_BYP_CAP_MASK, cap_mode); in pm8916_wcd_analog_enable_micbias_int()
377 pm8916_wcd_analog_enable_micbias(struct snd_soc_component * component,int event,unsigned int cap_mode) pm8916_wcd_analog_enable_micbias() argument