Home
last modified time | relevance | path

Searched refs:get_switch_state (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dctmixer.c267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state() function
506 get_switch_state(mixer, MIXER_SPDIFO_P_S)); in do_digit_io_switch()
512 if (get_switch_state(mixer, MIXER_LINEIN_C_S)) in do_digit_io_switch()
514 else if (get_switch_state(mixer, MIXER_MIC_C_S)) in do_digit_io_switch()
585 ucontrol->value.integer.value[0] = get_switch_state(mixer, type); in ct_alsa_mix_switch_get()
598 if (get_switch_state(mixer, type) == state) in ct_alsa_mix_switch_put()
1133 state = get_switch_state(mixer, i); in mixer_resume()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/pci/ctxfi/
H A Dctmixer.c267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state() function
506 get_switch_state(mixer, MIXER_SPDIFO_P_S)); in do_digit_io_switch()
512 if (get_switch_state(mixer, MIXER_LINEIN_C_S)) in do_digit_io_switch()
514 else if (get_switch_state(mixer, MIXER_MIC_C_S)) in do_digit_io_switch()
585 ucontrol->value.integer.value[0] = get_switch_state(mixer, type); in ct_alsa_mix_switch_get()
598 if (get_switch_state(mixer, type) == state) in ct_alsa_mix_switch_put()
1133 state = get_switch_state(mixer, i); in mixer_resume()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/pci/ctxfi/
H A Dctmixer.c267 get_switch_state(struct ct_mixer *mixer, enum CTALSA_MIXER_CTL type) in get_switch_state() function
506 get_switch_state(mixer, MIXER_SPDIFO_P_S)); in do_digit_io_switch()
512 if (get_switch_state(mixer, MIXER_LINEIN_C_S)) in do_digit_io_switch()
514 else if (get_switch_state(mixer, MIXER_MIC_C_S)) in do_digit_io_switch()
585 ucontrol->value.integer.value[0] = get_switch_state(mixer, type); in ct_alsa_mix_switch_get()
598 if (get_switch_state(mixer, type) == state) in ct_alsa_mix_switch_put()
1133 state = get_switch_state(mixer, i); in mixer_resume()
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet-pad.c522 .get_switch_state = NULL,
H A Devdev.h309 (*get_switch_state)(struct evdev_dispatch *dispatch, member
H A Devdev.c142 assert(dispatch->interface->get_switch_state); in evdev_device_switch_get_state()
144 return dispatch->interface->get_switch_state(dispatch, sw); in evdev_device_switch_get_state()
H A Devdev-fallback.c1407 .get_switch_state = fallback_interface_get_switch_state,
H A Devdev-tablet.c1939 .get_switch_state = NULL,
H A Devdev-mt-touchpad.c2732 .get_switch_state = NULL,
/dports/archivers/arj/arj-3.10.22/
H A Darj_proc.c1058 static int get_switch_state(char *sw) in get_switch_state() function
1279 sw_tail=get_switch_state(swptr); in analyze_arg()