Home
last modified time | relevance | path

Searched full:toggle (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-dac5 Toggle enable. Write 1 to enable toggle or 0 to disable it. This
9 - disable toggle operation;
11 - enable toggle operation.
18 specific to toggle enabled channels and refers to the DAC output
27 is specific to toggle enabled channels and allows switching between
36 Toggle enable. Write 1 to enable toggle or 0 to disable it. This
40 - disable toggle operation;
42 - enable toggle operation.
49 specific to toggle enabled channels and refers to the DAC output
58 is specific to toggle enabled channels and allows switching between
/linux/drivers/media/rc/
H A Dir-rc6-decoder.c12 * RC6-0-16 (standard toggle bit in header)
13 * RC6-6A-20 (no toggle bit)
14 * RC6-6A-24 (no toggle bit)
15 * RC6-6A-32 (MCE version with toggle bit in body)
19 #define RC6_HEADER_NBITS 4 /* not including toggle bit */
65 if (!data->toggle) in rc6_mode()
84 u8 toggle; in ir_rc6_decode() local
154 data->toggle = ev.pulse; in ir_rc6_decode()
215 toggle = data->toggle; in ir_rc6_decode()
217 dev_dbg(&dev->dev, "RC6(0) scancode 0x%04x (toggle: %u)\n", in ir_rc6_decode()
[all …]
H A Dir-rc5-decoder.c43 u8 toggle; in ir_rc5_decode() local
122 toggle = (data->bits & 0x20000) ? 1 : 0; in ir_rc5_decode()
136 toggle = (data->bits & 0x00800) ? 1 : 0; in ir_rc5_decode()
150 toggle = (data->bits & 0x01000) ? 1 : 0; in ir_rc5_decode()
158 scancode, protocol, toggle); in ir_rc5_decode()
160 rc_keydown(dev, protocol, scancode, toggle); in ir_rc5_decode()
H A Dir-rcmm-decoder.c63 u8 toggle; in ir_rcmm_decode() local
151 toggle = !!(0x8000 & data->bits); in ir_rcmm_decode()
154 toggle = 0; in ir_rcmm_decode()
159 rc_keydown(dev, RC_PROTO_RCMM32, scancode, toggle); in ir_rcmm_decode()
H A Dir-xmp-decoder.c7 * - Ignore Toggle=9 frames
76 u8 addr, subaddr, subaddr2, toggle, oem, obc1, obc2, sum1, sum2; in ir_xmp_decode() local
120 toggle = n[10]; in ir_xmp_decode()
137 if (toggle == 0) { in ir_xmp_decode()
/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2688.yaml58 adi,toggle-mode:
60 Set the channel as a toggle enabled channel. Toggle operation enables
88 adi,toggle-dither-input:
91 only makes sense for toggle or dither enabled channels. If
92 @adi,toggle-mode is not set and this property is given, the channel is
104 adi,toggle-dither-input: [ clocks ]
133 adi,toggle-mode;
142 adi,toggle-dither-input = <2>;
H A Dadi,ltc2672.yaml99 adi,toggle-mode:
101 Set the channel as a toggle enabled channel. Toggle operation enables
150 adi,toggle-mode;
/linux/drivers/tty/
H A Dnozomi.c144 /* Two different toggle channels exist */
175 * Toggle fields are valid if enabled is 0,
190 struct toggles toggle; member
239 /* This represents the toggle information */
245 * Toggle fields are valid if enabled is 0,
255 struct toggles toggle; member
552 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table()
553 DBG3("toggle up_mdm: %d", dc->config_table.toggle in dump_table()
728 const u8 toggle = port->toggle_ul; send_data() local
996 handle_data_dl(struct nozomi * dc,enum port_type port,u8 * toggle,u16 read_iir,u16 mask1,u16 mask2) handle_data_dl() argument
1038 u8 *toggle = &(dc->port[port].toggle_ul); handle_data_ul() local
[all...]
/linux/include/dt-bindings/pinctrl/
H A Dk210-fpioa.h204 #define K210_PCF_TIMER0_TOGGLE1 190 /* TIMER0 Toggle Output 1 */
205 #define K210_PCF_TIMER0_TOGGLE2 191 /* TIMER0 Toggle Output 2 */
206 #define K210_PCF_TIMER0_TOGGLE3 192 /* TIMER0 Toggle Output 3 */
207 #define K210_PCF_TIMER0_TOGGLE4 193 /* TIMER0 Toggle Output 4 */
208 #define K210_PCF_TIMER1_TOGGLE1 194 /* TIMER1 Toggle Output 1 */
209 #define K210_PCF_TIMER1_TOGGLE2 195 /* TIMER1 Toggle Output 2 */
210 #define K210_PCF_TIMER1_TOGGLE3 196 /* TIMER1 Toggle Output 3 */
211 #define K210_PCF_TIMER1_TOGGLE4 197 /* TIMER1 Toggle Output 4 */
212 #define K210_PCF_TIMER2_TOGGLE1 198 /* TIMER2 Toggle Output 1 */
213 #define K210_PCF_TIMER2_TOGGLE2 199 /* TIMER2 Toggle Output 2 */
[all …]
/linux/drivers/input/misc/
H A Dkeyspan_remote.c89 u8 toggle; member
118 int toggle; member
243 * toggle code, and stop. in keyspan_check_data()
292 message.toggle = 0; in keyspan_check_data()
296 message.toggle = 1; in keyspan_check_data()
301 "%s - Error in message, invalid toggle.\n", in keyspan_check_data()
317 "%s found valid message: system: %d, button: %d, toggle: %d\n", in keyspan_check_data()
318 __func__, message.system, message.button, message.toggle); in keyspan_check_data()
320 if (message.toggle != remote->toggle) { in keyspan_check_data()
[all...]
/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
20 toggle bit will invert from one IR message to the next.
63 - Toggle bit
113 - Toggle bit
158 - Toggle bit
357 toggle bit.
365 as in the protocol. There is also a toggle bit.
373 as in the protocol. There is also a toggle bit.
390 for the Microsoft MCE variant (vendor = 0x800f). The toggle bit in the
391 protocol itself is ignored, and the 16th bit should be takes as the toggle
H A Dlirc-dev-intro.rst53 .. _lirc-scancode-flag-toggle:
71 The ``flags`` can have ``LIRC_SCANCODE_FLAG_TOGGLE`` set if the toggle
83 pressing the same button". The rc-5 and rc-6 protocols have a toggle bit.
84 When a button is released and pressed again, the toggle bit is inverted.
85 If the toggle bit is set, the ``LIRC_SCANCODE_FLAG_TOGGLE`` is set.
/linux/drivers/staging/media/av7110/
H A Dav7110_ir.c26 u32 toggle; in av7110_ir_handler() local
36 toggle = ircom & 0x0800; in av7110_ir_handler()
42 toggle = ircom & 0x8000; in av7110_ir_handler()
58 toggle = ircom & 0x0800; in av7110_ir_handler()
66 rc_keydown(rcdev, proto, scancode, toggle != 0); in av7110_ir_handler()
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-input.c106 u32 *scancode, u8 *toggle) in get_key_flydvb_trio() argument
156 *toggle = 0; in get_key_flydvb_trio()
162 u32 *scancode, u8 *toggle) in get_key_msi_tvanywhere_plus() argument
207 *toggle = 0; in get_key_msi_tvanywhere_plus()
213 u32 *scancode, u8 *toggle) in get_key_kworld_pc150u() argument
259 *toggle = 0; in get_key_kworld_pc150u()
264 u32 *scancode, u8 *toggle) in get_key_purpletv() argument
288 *toggle = 0; in get_key_purpletv()
293 u32 *scancode, u8 *toggle) in get_key_beholdm6xx() argument
325 *toggle in get_key_beholdm6xx()
333 get_key_pinnacle(struct IR_i2c * ir,enum rc_proto * protocol,u32 * scancode,u8 * toggle,int parity_offset,int marker,int code_modulo) get_key_pinnacle() argument
391 get_key_pinnacle_grey(struct IR_i2c * ir,enum rc_proto * protocol,u32 * scancode,u8 * toggle) get_key_pinnacle_grey() argument
403 get_key_pinnacle_color(struct IR_i2c * ir,enum rc_proto * protocol,u32 * scancode,u8 * toggle) get_key_pinnacle_color() argument
[all...]
/linux/Documentation/devicetree/bindings/watchdog/
H A Dlinux,wdt-gpio.yaml28 const: toggle
46 It will only cease to toggle the signal when the device is open and the
66 hw_algo = "toggle";
/linux/drivers/platform/x86/
H A Dmsi-wmi.c43 WIND_KEY_TOUCHPAD = 0x08, /* Fn+F3 touchpad toggle */
44 WIND_KEY_BLUETOOTH = 0x56, /* Fn+F11 Bluetooth toggle */
45 WIND_KEY_CAMERA, /* Fn+F6 webcam toggle */
46 WIND_KEY_WLAN = 0x5f, /* Fn+F11 Wi-Fi toggle */
47 WIND_KEY_TURBO, /* Fn+F10 turbo mode toggle */
48 WIND_KEY_ECO = 0x69, /* Fn+F10 ECO mode toggle */
/linux/drivers/iio/dac/
H A Dltc2688.c220 * If in dither/toggle mode the dac should be updated by an in ltc2688_dac_code_write()
221 * external signal (or sw toggle) and not here. in ltc2688_dac_code_write()
590 * For toggle mode we only expose the symbol attr (sw_toggle) in case a TGPx is
761 if (fwnode_property_read_bool(child, "adi,toggle-mode")) { in ltc2688_channel_config()
763 /* assume sw toggle ABI */ in ltc2688_channel_config()
766 * Clear IIO_CHAN_INFO_RAW bit as toggle channels expose in ltc2688_channel_config()
786 ret = fwnode_property_read_u32(child, "adi,toggle-dither-input", in ltc2688_channel_config()
791 "toggle-dither-input inv value(%d)\n", in ltc2688_channel_config()
800 * 0 means software toggle which is the default mode. in ltc2688_channel_config()
807 * capable channel (unless toggle is already enabled). in ltc2688_channel_config()
[all …]
/linux/drivers/usb/musb/
H A Dmusb_cppi41.c57 u8 toggle; in save_rx_toggle() local
65 toggle = csr & MUSB_RXCSR_H_DATATOGGLE ? 1 : 0; in save_rx_toggle()
67 cppi41_channel->usb_toggle = toggle; in save_rx_toggle()
75 u8 toggle; in update_rx_toggle() local
84 toggle = csr & MUSB_RXCSR_H_DATATOGGLE ? 1 : 0; in update_rx_toggle()
88 * data toggle may reset from DATA1 to DATA0 during receiving data from in update_rx_toggle()
91 if (!toggle && toggle == cppi41_channel->usb_toggle) { in update_rx_toggle()
94 musb_dbg(musb, "Restoring DATA1 toggle."); in update_rx_toggle()
97 cppi41_channel->usb_toggle = toggle; in update_rx_toggle()
[all...]
/linux/arch/sparc/include/uapi/asm/
H A Ddisplay7seg.h23 * POINT - Toggle decimal point (0=absent 1=present)
24 * ALARM - Toggle alarm LED (0=green 1=red)
25 * FLIP - Toggle inverted mode (0=normal 1=flipped)
/linux/drivers/media/pci/bt8xx/
H A Dbttv-input.c177 dprintk("code=%x, rc5=%x, start=%x, toggle=%x, address=%x, instr=%x\n", in bttv_rc5_decode()
188 u8 toggle, command, system; in bttv_rc5_timer_end() local
216 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end()
231 rc_keydown(ir->dev, RC_PROTO_RC5, scancode, toggle); in bttv_rc5_timer_end()
232 dprintk("scancode %x, toggle %x\n", scancode, toggle); in bttv_rc5_timer_end()
282 /* toggle GPIO pin 4 to reset the irq */ in bttv_rc5_irq()
324 u32 *scancode, u8 *toggle) in get_key_pv951() argument
357 *toggle = 0; in get_key_pv951()
/linux/drivers/usb/host/
H A Dfhci-mem.c87 enum fhci_ta_type type, int toggle, u8 *data, u32 len, in fhci_td_fill() argument
98 td->toggle = toggle; in fhci_td_fill()
H A Duhci-q.c310 * save its toggle value (if it is first and is currently executing).
332 * of the last TD in the previous URB. The toggle doesn't need in uhci_cleanup_queue()
358 /* Save the next toggle value */ in uhci_cleanup_queue()
377 unsigned int toggle = qh->initial_toggle; in uhci_fixup_toggles() local
388 toggle = 2; in uhci_fixup_toggles()
390 /* Fix up the toggle for the URBs in the queue. Normally this in uhci_fixup_toggles()
396 /* If the first TD has the right toggle value, we don't in uhci_fixup_toggles()
399 if (toggle > 1 || uhci_toggle(td_token(uhci, td)) == toggle) { in uhci_fixup_toggles()
402 toggle = uhci_toggle(td_token(uhci, td)) ^ 1; in uhci_fixup_toggles()
409 toggle ^= 1; in uhci_fixup_toggles()
[all …]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat.txt32 *b*:: toggle events by guests (debugfs only, honors filters)
44 *o*:: toggle sorting order (Total vs CurAvg/s)
54 *x*:: toggle reporting of stats for child trace events
/linux/sound/ppc/
H A DKconfig25 bool "Toggle DRC automatically at headphone/line plug-in"
29 Say Y here to enable the automatic toggle of DRC (dynamic
/linux/drivers/clk/qcom/
H A Dlpasscc-sc7280.c35 /* CLK_OFF would not toggle until LPASS is out of reset */
49 /* CLK_OFF would not toggle until LPASS is out of reset */
63 /* CLK_OFF would not toggle until LPASS is out of reset */

12345678910>>...25