Home
last modified time | relevance | path

Searched refs:SW_MICROPHONE_INSERT (Results 1 – 6 of 6) sorted by relevance

/linux/include/dt-bindings/input/
H A Dlinux-event-codes.h937 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */
912 #define SW_MICROPHONE_INSERT global() macro
/linux/include/uapi/linux/
H A Dinput-event-codes.h937 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/linux/sound/core/
H A Djack.c32 SW_MICROPHONE_INSERT,
/linux/sound/usb/
H A Dmixer_quirks.c563 (me->id == SND_DUALSENSE_JACK_IN_TERM_ID && code == SW_MICROPHONE_INSERT)) { in snd_dualsense_ih_event()
669 test_bit(SW_MICROPHONE_INSERT, handle->dev->swbit)) in snd_dualsense_ih_start()
670 status = test_bit(SW_MICROPHONE_INSERT, handle->dev->sw); in snd_dualsense_ih_start()
757 idev_id->swbit[BIT_WORD(SW_MICROPHONE_INSERT)] = BIT_MASK(SW_MICROPHONE_INSERT); in snd_dualsense_jack_create()
/linux/drivers/hid/
H A Dhid-debug.c3564 [SW_MICROPHONE_INSERT] = "MicrophoneInsert",
H A Dhid-playstation.c974 input_set_capability(jack, EV_SW, SW_MICROPHONE_INSERT); in ps_headset_jack_create()
1395 input_report_switch(ds->jack, SW_MICROPHONE_INSERT, val); in dualsense_output_worker()