Searched refs:idx_off (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer.h | 85 unsigned int idx_off; /* Control index offset */ member
|
H A D | mixer_scarlett.c | 462 int wValue = (elem->control << 8) | elem->idx_off; in scarlett_ctl_meter_get() 556 elem->idx_off = num; in add_new_ctl()
|
H A D | mixer_quirks.c | 59 unsigned int idx_off, in snd_create_std_mono_ctl_offset() 75 cval->idx_off = idx_off; in snd_create_std_mono_ctl_offset() 54 snd_create_std_mono_ctl_offset(struct usb_mixer_interface *mixer, unsigned int unitid, unsigned int control, unsigned int cmask, int val_type, unsigned int idx_off, const char *name, snd_kcontrol_tlv_rw_t *tlv_callback) snd_create_std_mono_ctl_offset() argument
|
H A D | mixer_us16x08.c | 1062 elem->idx_off = 0; in add_new_ctl()
|
H A D | mixer.c | 404 validx += cval->idx_off; in get_ctl_value() 459 validx += cval->idx_off; in snd_usb_mixer_set_ctl_value()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer.h | 85 unsigned int idx_off; /* Control index offset */ member
|
H A D | mixer_scarlett.c | 462 int wValue = (elem->control << 8) | elem->idx_off; in scarlett_ctl_meter_get() 556 elem->idx_off = num; in add_new_ctl()
|
H A D | mixer_quirks.c | 60 unsigned int idx_off, in snd_create_std_mono_ctl_offset() 76 cval->idx_off = idx_off; in snd_create_std_mono_ctl_offset() 55 snd_create_std_mono_ctl_offset(struct usb_mixer_interface *mixer, unsigned int unitid, unsigned int control, unsigned int cmask, int val_type, unsigned int idx_off, const char *name, snd_kcontrol_tlv_rw_t *tlv_callback) snd_create_std_mono_ctl_offset() argument
|
H A D | mixer_us16x08.c | 1062 elem->idx_off = 0; in add_new_ctl()
|
H A D | mixer.c | 409 validx += cval->idx_off; in get_ctl_value() 464 validx += cval->idx_off; in snd_usb_mixer_set_ctl_value()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 5383 u32 idx_off, syn_off; in cnic_stop_bnx2x_hw() local 5388 idx_off = offsetof(struct hc_status_block_e2, index_values) + in cnic_stop_bnx2x_hw() 5393 idx_off = offsetof(struct hc_status_block_e1x, index_values) + in cnic_stop_bnx2x_hw() 5400 idx_off, 0); in cnic_stop_bnx2x_hw()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 5380 u32 idx_off, syn_off; in cnic_stop_bnx2x_hw() local 5385 idx_off = offsetof(struct hc_status_block_e2, index_values) + in cnic_stop_bnx2x_hw() 5390 idx_off = offsetof(struct hc_status_block_e1x, index_values) + in cnic_stop_bnx2x_hw() 5397 idx_off, 0); in cnic_stop_bnx2x_hw()
|
Completed in 49 milliseconds