/linux/sound/pcmcia/vx/ |
H A D | vxp_mixer.c | 32 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_get() local 33 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_level_get() 40 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_level_put() local 41 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_level_put() 46 mutex_lock(&_chip->mixer_mutex); in vx_mic_level_put() 48 vx_set_mic_level(_chip, ucontrol->value.integer.value[0]); in vx_mic_level_put() 50 mutex_unlock(&_chip->mixer_mutex); in vx_mic_level_put() 53 mutex_unlock(&_chip->mixer_mutex); in vx_mic_level_put() 77 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); in vx_mic_boost_get() local 78 struct snd_vxpocket *chip = to_vxpocket(_chip); in vx_mic_boost_get() 85 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_boost_put() local 108 vxp_add_mic_controls(struct vx_core * _chip) vxp_add_mic_controls() argument [all...] |
/linux/sound/pci/vx222/ |
H A D | vx222_ops.c | 74 static inline unsigned long vx2_reg_addr(struct vx_core *_chip, int reg) in vx2_reg_addr() argument 76 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr() 147 static void vx2_reset_dsp(struct vx_core *_chip) in vx2_reset_dsp() argument 149 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_dsp() 162 static int vx2_test_xilinx(struct vx_core *_chip) in vx2_test_xilinx() argument 164 struct snd_vx222 *chip = to_vx222(_chip); in vx2_test_xilinx() 167 dev_dbg(_chip->card->dev, "testing xilinx...\n"); in vx2_test_xilinx() 177 dev_dbg(_chip->card->dev, "bad!\n"); in vx2_test_xilinx() 186 dev_dbg(_chip->card->dev, "bad! #2\n"); in vx2_test_xilinx() 190 if (_chip in vx2_test_xilinx() 469 vx2_validate_irq(struct vx_core * _chip,int enable) vx2_validate_irq() argument 720 vx2_reset_codec(struct vx_core * _chip) vx2_reset_codec() argument 762 vx2_change_audio_source(struct vx_core * _chip,int src) vx2_change_audio_source() argument 781 vx2_set_clock_source(struct vx_core * _chip,int source) vx2_set_clock_source() argument 795 vx2_reset_board(struct vx_core * _chip,int cold_reset) vx2_reset_board() argument 869 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_input_level_get() local 880 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_input_level_put() local 913 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_get() local 921 struct vx_core *_chip = snd_kcontrol_chip(kcontrol); vx_mic_level_put() local 963 vx2_add_mic_controls(struct vx_core * _chip) vx2_add_mic_controls() argument [all...] |
/linux/drivers/regulator/ |
H A D | pfuze100-regulator.c | 220 #define PFUZE100_FIXED_REG(_chip, _name, base, voltage) \ argument 221 [_chip ## _ ## _name] = { \ 227 .id = _chip ## _ ## _name, \ 235 #define PFUZE100_SW_REG(_chip, _name, base, min, max, step) \ argument 236 [_chip ## _ ## _name] = { \ 242 .id = _chip ## _ ## _name, \ 256 #define PFUZE100_SWB_REG(_chip, _name, base, mask, voltages) \ argument 257 [_chip ## _ ## _name] = { \ 263 .id = _chip ## _ ## _name, \ 273 #define PFUZE100_VGEN_REG(_chip, _nam argument 293 PFUZE100_COIN_REG(_chip,_name,base,mask,voltages) global() argument 310 PFUZE3000_VCC_REG(_chip,_name,base,min,max,step) global() argument 330 PFUZE3000_SW_REG(_chip,_name,base,mask,voltages) global() argument 352 PFUZE3000_SW3_REG(_chip,_name,base,min,max,step) global() argument [all...] |
/linux/include/linux/gpio/ |
H A D | driver.h | 576 * @_chip: Chip to iterate over. 583 #define for_each_hwgpio_in_range(_chip, _i, _base, _size, _label) \ argument 587 for_each_if(!IS_ERR(_label = gpiochip_dup_line_label(_chip, _base + _i))) 591 * @_chip: Chip to iterate over. 596 #define for_each_hwgpio(_chip, _i, _label) \ argument 597 for_each_hwgpio_in_range(_chip, _i, 0, _chip->ngpio, _label) 601 * @_chip: the chip to query 607 #define for_each_requested_gpio_in_range(_chip, _i, _base, _size, _label) \ argument 608 for_each_hwgpio_in_range(_chip, _ [all...] |
/linux/drivers/gpio/ |
H A D | gpio-msc313.c | 199 #define MSC313_GPIO_CHIPDATA(_chip) \ argument 200 static const struct msc313_gpio_data _chip##_data = { \ 201 .names = _chip##_names, \ 202 .offsets = _chip##_offsets, \ 203 .num = ARRAY_SIZE(_chip##_offsets), \
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mtk-common.h | 41 #define MTK_PIN(_pin, _pad, _chip, _eint, ...) \ argument
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-dbg-g-register.rst | 136 .. _chip-match-types:
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 806 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 808 .chip_id = _chip, \
|