/linux-4.1.27/drivers/media/i2c/ |
D | ir-kbd-i2c.c | 69 int start, range, toggle, dev, code, ircode; in get_key_haup_common() local 78 toggle = (buf[offset] >> 5) & 1; in get_key_haup_common() 91 ircode = (start << 12) | (toggle << 11) | (dev << 6) | code; in get_key_haup_common() 99 start, range, toggle, dev, code); in get_key_haup_common() 103 *ptoggle = toggle; in get_key_haup_common() 108 u32 *scancode, u8 *toggle) in get_key_haup() argument 110 return get_key_haup_common (ir, protocol, scancode, toggle, 3, 0); in get_key_haup() 114 u32 *scancode, u8 *toggle) in get_key_haup_xvr() argument 129 return get_key_haup_common(ir, protocol, scancode, toggle, 6, 3); in get_key_haup_xvr() 133 u32 *scancode, u8 *toggle) in get_key_pixelview() argument [all …]
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-rc6-decoder.c | 71 if (!data->toggle) in rc6_mode() 90 u8 toggle; in ir_rc6_decode() local 168 data->toggle = ev.pulse; in ir_rc6_decode() 236 toggle = data->toggle; in ir_rc6_decode() 239 scancode, toggle); in ir_rc6_decode() 253 toggle = 0; in ir_rc6_decode() 257 toggle = 0; in ir_rc6_decode() 262 toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK); in ir_rc6_decode() 266 toggle = 0; in ir_rc6_decode() 275 protocol, scancode, toggle); in ir_rc6_decode() [all …]
|
D | ir-rc5-decoder.c | 52 u8 toggle; in ir_rc5_decode() local 137 toggle = (data->bits & 0x20000) ? 1 : 0; in ir_rc5_decode() 151 toggle = (data->bits & 0x00800) ? 1 : 0; in ir_rc5_decode() 165 toggle = (data->bits & 0x01000) ? 1 : 0; in ir_rc5_decode() 173 scancode, protocol, toggle); in ir_rc5_decode() 175 rc_keydown(dev, protocol, scancode, toggle); in ir_rc5_decode()
|
D | ir-jvc-decoder.c | 77 data->toggle = !data->toggle; in ir_jvc_decode() 143 rc_keydown(dev, RC_TYPE_JVC, scancode, data->toggle); in ir_jvc_decode()
|
D | ir-xmp-decoder.c | 86 u8 addr, subaddr, subaddr2, toggle, oem, obc1, obc2, sum1, sum2; in ir_xmp_decode() local 129 toggle = n[10]; in ir_xmp_decode() 146 if (toggle == 0) { in ir_xmp_decode()
|
D | rc-core-priv.h | 63 bool toggle; member 78 bool toggle; member
|
D | rc-main.c | 635 u32 scancode, u32 keycode, u8 toggle) in ir_do_keydown() argument 640 dev->last_toggle != toggle); in ir_do_keydown() 652 dev->last_toggle = toggle; in ir_do_keydown() 677 void rc_keydown(struct rc_dev *dev, enum rc_type protocol, u32 scancode, u8 toggle) in rc_keydown() argument 683 ir_do_keydown(dev, protocol, scancode, keycode, toggle); in rc_keydown() 706 u32 scancode, u8 toggle) in rc_keydown_notimeout() argument 712 ir_do_keydown(dev, protocol, scancode, keycode, toggle); in rc_keydown_notimeout()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-input.c | 112 u32 *scancode, u8 *toggle) in get_key_flydvb_trio() argument 160 *toggle = 0; in get_key_flydvb_trio() 165 u32 *scancode, u8 *toggle) in get_key_msi_tvanywhere_plus() argument 208 *toggle = 0; in get_key_msi_tvanywhere_plus() 214 u32 *scancode, u8 *toggle) in get_key_kworld_pc150u() argument 257 *toggle = 0; in get_key_kworld_pc150u() 262 u32 *scancode, u8 *toggle) in get_key_purpletv() argument 282 *toggle = 0; in get_key_purpletv() 287 u32 *scancode, u8 *toggle) in get_key_hvr1110() argument 312 *toggle = !!(buf[3] & 0x40); in get_key_hvr1110() [all …]
|
/linux-4.1.27/drivers/tty/ |
D | nozomi.c | 244 struct toggles toggle; member 309 struct toggles toggle; member 615 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table() 616 DBG3("toggle up_mdm: %d", dc->config_table.toggle.mdm_ul); in dump_table() 617 DBG3("toggle dl_mdm: %d", dc->config_table.toggle.mdm_dl); in dump_table() 618 DBG3("toggle dl_dbg: %d", dc->config_table.toggle.diag_dl); in dump_table() 670 || (dc->config_table.toggle.enabled == TOGGLE_VALID)) { in nozomi_read_config_table() 676 dc->port[PORT_MDM].toggle_ul = dc->config_table.toggle.mdm_ul; in nozomi_read_config_table() 677 dc->port[PORT_MDM].toggle_dl = dc->config_table.toggle.mdm_dl; in nozomi_read_config_table() 678 dc->port[PORT_DIAG].toggle_dl = dc->config_table.toggle.diag_dl; in nozomi_read_config_table() [all …]
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | nova-t-usb2.c | 77 u8 key[5],cmd[2] = { DIBUSB_REQ_POLL_REMOTE, 0x35 }, data,toggle,custom; in nova_t_rc_query() local 88 toggle = !!(raw & 0x800); in nova_t_rc_query() 92 …e 0x%02x, 0x%02x, 0x%02x to c: %02x d: %02x toggle: %d\n",key[1],key[2],key[3],custom,data,toggle); in nova_t_rc_query() 103 if (st->old_toggle == toggle) { in nova_t_rc_query() 108 st->old_toggle = toggle; in nova_t_rc_query()
|
D | dib0700_core.c | 681 u8 toggle; in dib0700_rc_urb_completion() local 714 toggle = 0; in dib0700_rc_urb_completion() 747 toggle = poll_reply->report_id; in dib0700_rc_urb_completion() 761 rc_keydown(d->rc_dev, protocol, keycode, toggle); in dib0700_rc_urb_completion()
|
D | dib0700_devices.c | 523 u8 toggle; in dib0700_rc_query_old_firmware() local 560 toggle = 0; in dib0700_rc_query_old_firmware() 567 toggle = key[3-1]; in dib0700_rc_query_old_firmware() 571 rc_keydown(d->rc_dev, protocol, scancode, toggle); in dib0700_rc_query_old_firmware()
|
/linux-4.1.27/drivers/input/misc/ |
D | keyspan_remote.c | 97 u8 toggle; member 126 int toggle; member 300 message.toggle = 0; in keyspan_check_data() 304 message.toggle = 1; in keyspan_check_data() 326 __func__, message.system, message.button, message.toggle); in keyspan_check_data() 328 if (message.toggle != remote->toggle) { in keyspan_check_data() 331 remote->toggle = message.toggle; in keyspan_check_data() 472 …remote->toggle = -1; /* Set to -1 so we will always not match the toggle from the first remote mes… in keyspan_probe()
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | gpio-wdt.txt | 8 - toggle: Either a high-to-low or a low-to-high transition clears 19 to toggle the signal when the device is open and the timeout elapsed. 26 hw_algo = "toggle";
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-mem.c | 91 enum fhci_ta_type type, int toggle, u8 *data, u32 len, in fhci_td_fill() argument 102 td->toggle = toggle; in fhci_td_fill()
|
D | fhci-sched.c | 92 td->toggle = !td->toggle; in fhci_transaction_confirm() 114 td->toggle = !td->toggle; in fhci_transaction_confirm() 166 if (td->toggle == USB_TD_TOGGLE_CARRY) in add_packet() 167 td->toggle = ed->toggle_carry; in add_packet() 244 ed->ep_addr, ed->mode, ed->speed, td->toggle)) { in add_packet() 707 int toggle = 0; in fhci_queue_urb() local 756 toggle = USB_TD_TOGGLE_CARRY; in fhci_queue_urb() 758 toggle = USB_TD_TOGGLE_DATA0; in fhci_queue_urb() 783 toggle, in fhci_queue_urb() 792 cnt ? USB_TD_TOGGLE_CARRY : toggle, in fhci_queue_urb()
|
D | uhci-q.c | 378 unsigned int toggle = qh->initial_toggle; in uhci_fixup_toggles() local 389 toggle = 2; in uhci_fixup_toggles() 400 if (toggle > 1 || uhci_toggle(td_token(uhci, td)) == toggle) { in uhci_fixup_toggles() 403 toggle = uhci_toggle(td_token(uhci, td)) ^ 1; in uhci_fixup_toggles() 410 toggle ^= 1; in uhci_fixup_toggles() 418 usb_pipeout(pipe), toggle); in uhci_fixup_toggles() 927 unsigned int toggle; in uhci_submit_common() local 936 toggle = usb_gettoggle(urb->dev, usb_pipeendpoint(urb->pipe), in uhci_submit_common() 983 (toggle << TD_TOKEN_TOGGLE_SHIFT), in uhci_submit_common() 988 toggle ^= 1; in uhci_submit_common() [all …]
|
D | ohci-dbg.c | 265 const char *toggle, *pid; in ohci_dump_td() local 269 case TD_T_DATA0: toggle = data0; break; in ohci_dump_td() 270 case TD_T_DATA1: toggle = data1; break; in ohci_dump_td() 271 case TD_T_TOGGLE: toggle = "(CARRY)"; break; in ohci_dump_td() 272 default: toggle = "(?)"; break; in ohci_dump_td() 281 TD_CC_GET(tmp), /* EC, */ toggle, in ohci_dump_td()
|
D | fhci.h | 350 u8 toggle; /* toggle for next trans. within this TD */ member 525 enum fhci_ta_type type, int toggle, u8 *data, u32 len,
|
D | r8a66597-hcd.c | 506 struct r8a66597_pipe *pipe, int toggle) in r8a66597_pipe_toggle() argument 508 if (toggle) in r8a66597_pipe_toggle() 579 unsigned short *toggle = get_toggle_pointer(dev, urb->pipe); in pipe_toggle_set() local 581 if (!toggle) in pipe_toggle_set() 585 *toggle |= 1 << endpoint; in pipe_toggle_set() 587 *toggle &= ~(1 << endpoint); in pipe_toggle_set() 608 unsigned short *toggle = get_toggle_pointer(dev, urb->pipe); in pipe_toggle_restore() local 610 if (!toggle) in pipe_toggle_restore() 613 r8a66597_pipe_toggle(r8a66597, pipe, *toggle & (1 << endpoint)); in pipe_toggle_restore()
|
D | isp116x-hcd.c | 238 u16 toggle = 0, dir = PTD_DIR_SETUP; in preproc_atl_queue() local 250 toggle = usb_gettoggle(urb->dev, ep->epnum, 0); in preproc_atl_queue() 254 toggle = usb_gettoggle(urb->dev, ep->epnum, 1); in preproc_atl_queue() 262 toggle = 1; in preproc_atl_queue() 274 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in preproc_atl_queue()
|
D | fhci-q.c | 158 ed->toggle_carry = td->toggle; in fhci_move_td_from_ed_to_done_list()
|
D | isp1362-hcd.c | 263 int toggle; in prepare_ptd() local 276 toggle = usb_gettoggle(urb->dev, ep->epnum, 0); in prepare_ptd() 289 toggle = usb_gettoggle(urb->dev, ep->epnum, 1); in prepare_ptd() 304 toggle = 0; in prepare_ptd() 311 toggle = 1; in prepare_ptd() 318 toggle = dir = len = 0; in prepare_ptd() 327 ptd->count = PTD_CC_MSK | PTD_ACTIVE_MSK | PTD_TOGGLE(toggle); in prepare_ptd()
|
D | ohci-q.c | 836 __hc32 toggle = ed->hwHeadP & cpu_to_hc32 (ohci, ED_C); in ed_halted() local 868 ed->hwHeadP = next->hwNextTD | toggle; in ed_halted()
|
/linux-4.1.27/include/media/ |
D | ir-kbd-i2c.h | 24 u32 *scancode, u8 *toggle); 49 u32 *scancode, u8 *toggle);
|
D | rc-core.h | 195 void rc_keydown(struct rc_dev *dev, enum rc_type protocol, u32 scancode, u8 toggle); 196 void rc_keydown_notimeout(struct rc_dev *dev, enum rc_type protocol, u32 scancode, u8 toggle);
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_ir.c | 109 u16 toggle; in av7110_emit_key() local 117 toggle = ircom & 0x0800; in av7110_emit_key() 123 toggle = ircom & 0x8000; in av7110_emit_key() 132 toggle = ircom & 0x0800; in av7110_emit_key() 160 if (ir->last_key != keycode || toggle != ir->last_toggle) { in av7110_emit_key() 176 ir->last_toggle = toggle; in av7110_emit_key()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 199 u8 toggle, command, system; in bttv_rc5_timer_end() local 230 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end() 245 rc_keydown(ir->dev, RC_TYPE_RC5, scancode, toggle); in bttv_rc5_timer_end() 246 dprintk("scancode %x, toggle %x\n", scancode, toggle); in bttv_rc5_timer_end() 340 u32 *scancode, u8 *toggle) in get_key_pv951() argument 369 *toggle = 0; in get_key_pv951()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-input.c | 28 u32 *pscancode, u8 *toggle) in get_key_isdbt() argument 56 *toggle = 0; in get_key_isdbt()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_cppi41.c | 62 u8 toggle; in save_rx_toggle() local 70 toggle = csr & MUSB_RXCSR_H_DATATOGGLE ? 1 : 0; in save_rx_toggle() 72 cppi41_channel->usb_toggle = toggle; in save_rx_toggle() 80 u8 toggle; in update_rx_toggle() local 89 toggle = csr & MUSB_RXCSR_H_DATATOGGLE ? 1 : 0; in update_rx_toggle() 96 if (!toggle && toggle == cppi41_channel->usb_toggle) { in update_rx_toggle() 103 cppi41_channel->usb_toggle = toggle; in update_rx_toggle()
|
D | blackfin.c | 240 static u8 toggle; in musb_conn_timer_handler() local 298 if (toggle) { in musb_conn_timer_handler() 302 toggle = 0; in musb_conn_timer_handler() 307 toggle = 1; in musb_conn_timer_handler()
|
D | musb_host.c | 1966 u8 toggle; in musb_schedule() local 2021 toggle = usb_gettoggle(urb->dev, qh->epnum, !is_in); in musb_schedule() 2025 toggle && (txtype == USB_ENDPOINT_XFER_ISOC)) in musb_schedule()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_tty.c | 368 int toggle; in sclp_switch_cases() local 371 toggle = 0; in sclp_switch_cases() 389 toggle = ~toggle; in sclp_switch_cases() 394 if (toggle) in sclp_switch_cases()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | pxa168fb.h | 229 #define CFG_GRA_FTOGGLE(toggle) ((toggle) << 15) argument 246 #define CFG_DMA_FTOGGLE(toggle) ((toggle) << 7) argument
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 480 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) 481 #define usb_dotoggle(dev, ep, out) ((dev)->toggle[out] ^= (1 << (ep))) 483 ((dev)->toggle[out] = ((dev)->toggle[out] & ~(1 << (ep))) | \
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | img-ir-rc5.c | 38 request->toggle = tgl; in img_ir_rc5_scancode()
|
D | img-ir-rc6.c | 59 request->toggle = trl2; in img_ir_rc6_scancode()
|
D | img-ir-hw.h | 146 u8 toggle; member
|
D | img-ir-hw.c | 824 request.toggle = 0; in img_ir_handle_data() 836 request.scancode, request.toggle); in img_ir_handle_data() 838 request.toggle); in img_ir_handle_data()
|
/linux-4.1.27/scripts/ |
D | get_maintainer.pl | 1577 my $toggle = 0; 1578 $toggle = 1 if ($sel eq '*'); 1580 $selected{$i} = $toggle; 1612 my $toggle = 0; 1613 $toggle = 1 if ($str eq '*'); 1615 $authored{$i} = $toggle; 1622 my $toggle = 0; 1623 $toggle = 1 if ($str eq '*'); 1625 $signed{$i} = $toggle;
|
/linux-4.1.27/drivers/bluetooth/ |
D | bfusb.c | 569 data->udev->toggle[0] = data->udev->toggle[1] = 0; in bfusb_load_firmware() 606 data->udev->toggle[0] = data->udev->toggle[1] = 0; in bfusb_load_firmware()
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-sched.c | 578 void *data, int len, int pid, int toggle, in c67x00_create_td() argument 618 if (toggle) in c67x00_create_td() 662 int toggle; in c67x00_add_data_urb() local 668 toggle = usb_gettoggle(urb->dev, usb_pipeendpoint(urb->pipe), in c67x00_add_data_urb() 688 ret = c67x00_create_td(c67x00, urb, td_buf, len, pid, toggle, in c67x00_add_data_urb() 693 toggle ^= 1; in c67x00_add_data_urb()
|
/linux-4.1.27/arch/blackfin/mach-bf609/include/mach/ |
D | gpio.h | 146 unsigned long toggle; member
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | gpio.h | 93 unsigned short toggle; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-platform-docg3 | 27 Entering the correct value toggle the lock, and can be observed
|
D | sysfs-platform-msi-laptop | 49 only possible to toggle turbo mode state by pressing Fn+F10,
|
D | sysfs-devices-memory | 48 root can toggle the the online/offline state of a removable
|
/linux-4.1.27/sound/ppc/ |
D | Kconfig | 28 Say Y here to enable the automatic toggle of DRC (dynamic
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | tps65217.txt | 15 - ti,pmic-shutdown-controller: Telling the PMIC to shutdown on PWR_EN toggle.
|
/linux-4.1.27/drivers/net/ethernet/ibm/ |
D | ibmveth.h | 129 u64 toggle; member
|
D | ibmveth.c | 119 return ibmveth_rxq_toggle(adapter) == adapter->rx_queue.toggle; in ibmveth_rxq_pending_buffer() 442 adapter->rx_queue.toggle = !adapter->rx_queue.toggle; in ibmveth_rxq_recycle_buffer() 455 adapter->rx_queue.toggle = !adapter->rx_queue.toggle; in ibmveth_rxq_harvest_buffer() 602 adapter->rx_queue.toggle = 1; in ibmveth_open()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ipz_pt_fn.h | 237 const u8 lowbyte, const u8 toggle,
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | cmd.c | 427 (mlx4_priv(dev)->cmd.toggle == in cmd_pending() 492 (cmd->toggle << HCR_T_BIT) | in mlx4_cmd_post() 503 cmd->toggle = cmd->toggle ^ 1; in mlx4_cmd_post() 2053 u16 param, u8 toggle) in mlx4_master_do_cmd() argument 2064 if (toggle != slave_state[slave].comm_toggle) { in mlx4_master_do_cmd() 2066 toggle, slave); in mlx4_master_do_cmd() 2205 int toggle; in mlx4_master_comm_channel() local 2222 toggle = comm_cmd >> 31; in mlx4_master_comm_channel() 2223 if (toggle != slt) { in mlx4_master_comm_channel() 2234 comm_cmd & 0xffff, toggle); in mlx4_master_comm_channel() [all …]
|
D | mlx4.h | 622 u8 toggle; member
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7-3level.S | 91 eor ip, rh, #1 << (55 - 32) @ toggle L_PTE_DIRTY in temp reg to
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | qca-qca7000-spi.txt | 21 In this mode the SPI master must toggle the chip select between each data
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-isp1301-omap.c | 580 # define toggle(OTG,ISP) do { \ in otg_update_isp() macro 613 toggle(OTG_DRV_VBUS, OTG1_VBUS_DRV); in otg_update_isp() 616 toggle(OTG_PU_VBUS, OTG1_VBUS_CHRG); in otg_update_isp() 617 toggle(OTG_PD_VBUS, OTG1_VBUS_DISCHRG); in otg_update_isp() 619 # undef toggle in otg_update_isp()
|
/linux-4.1.27/drivers/scsi/arcmsr/ |
D | arcmsr_hba.c | 1177 uint32_t doneq_index, index_stripped, addressLow, residual, toggle; in arcmsr_done4abort_postqueue() local 1188 toggle = doneq_index & 0x4000; in arcmsr_done4abort_postqueue() 1191 pmu->doneq_index = index_stripped ? (index_stripped | toggle) : in arcmsr_done4abort_postqueue() 1192 ((toggle ^ 0x4000) + 1); in arcmsr_done4abort_postqueue() 1444 u16 postq_index, toggle; in arcmsr_post_ccb() local 1455 toggle = postq_index & 0x4000; in arcmsr_post_ccb() 1458 pmu->postq_index = index_stripped ? (index_stripped | toggle) : in arcmsr_post_ccb() 1459 (toggle ^ 0x4000); in arcmsr_post_ccb() 1974 u32 outbound_write_pointer, doneq_index, index_stripped, toggle; in arcmsr_hbaD_postqueue_isr() local 1988 toggle = doneq_index & 0x4000; in arcmsr_hbaD_postqueue_isr() [all …]
|
/linux-4.1.27/arch/arm/lib/ |
D | bitops.h | 48 \instr r2, r2, r3 @ toggle bit
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 453 #define CFG_GRA_FTOGGLE(toggle) ((toggle)<<15) argument 474 #define CFG_DMA_FTOGGLE(toggle) ((toggle)<<7) argument
|
/linux-4.1.27/Documentation/ |
D | VGA-softcursor.txt | 32 including it in both the set mask and the toggle mask.
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 46 - devbus,badr-skew-ps: Defines the time delay from from A[2:0] toggle, 97 DEV_A[2:0] and Data are kept valid (do not toggle) for
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-input.c | 559 u32 *scancode, u8 *toggle) in get_key_pvr2000() argument 585 *toggle = 0; in get_key_pvr2000()
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 266 This toggle indicates whether unprivileged users are prevented 346 A toggle indicating if the kexec_load syscall has been disabled. This 349 the toggle cannot be set back to false. This allows a kexec image to be 358 This toggle indicates whether restrictions are placed on 396 A toggle value indicating if modules are allowed to be loaded 397 in an otherwise modular kernel. This toggle defaults to off 399 neither loaded nor unloaded, and the toggle cannot be set back 400 to false. Generally used with the "kexec_load_disabled" toggle.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 27 KeyPad-Minus Park reading cursor (toggle)
|
D | spkguide.txt | 125 to work. If you toggle the numlock on, the keypad will produce numbers, 185 insert, from now on called speakup, and keypad enter will toggle the 242 will toggle the alternate j k l keypad on and off.
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | dvbsky.c | 203 u8 obuf[2], ibuf[2], toggle; in dvbsky_rc_query() local 216 toggle = (code & 0x800) ? 1 : 0; in dvbsky_rc_query() 218 rc_keydown(d->rc_dev, RC_TYPE_RC5, scancode, toggle); in dvbsky_rc_query()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-i2c.c | 152 u32 *scancode, u8 *toggle) in get_key_adaptec() argument 173 *toggle = 0; in get_key_adaptec()
|
/linux-4.1.27/drivers/usb/image/ |
D | microtek.c | 215 (int)desc->usb_dev->toggle[1],(int)desc->usb_dev->toggle[0] in mts_debug_dump()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_ethtool.c | 1254 u32 i, toggle; in igb_reg_test() local 1260 toggle = 0x7FEFF3FF; in igb_reg_test() 1265 toggle = 0x7FEFF3FF; in igb_reg_test() 1269 toggle = 0x7FEFF3FF; in igb_reg_test() 1273 toggle = 0x7FFFF3FF; in igb_reg_test() 1277 toggle = 0x7FFFF3FF; in igb_reg_test() 1287 value = (rd32(E1000_STATUS) & toggle); in igb_reg_test() 1288 wr32(E1000_STATUS, toggle); in igb_reg_test() 1289 after = rd32(E1000_STATUS) & toggle; in igb_reg_test()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000_ethtool.c | 741 u32 i, toggle; in e1000_reg_test() local 749 toggle = 0xFFFFF833; in e1000_reg_test() 752 value = (er32(STATUS) & toggle); in e1000_reg_test() 753 ew32(STATUS, toggle); in e1000_reg_test() 754 after = er32(STATUS) & toggle; in e1000_reg_test()
|
/linux-4.1.27/Documentation/spi/ |
D | butterfly | 8 sensors, LCD, flash, toggle stick, and more. You can use AVR-GCC to
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
D | ethtool.c | 831 u32 toggle; in e1000_reg_test() local 843 toggle = 0x7FFFF3FF; in e1000_reg_test() 846 toggle = 0x7FFFF033; in e1000_reg_test() 851 value = (er32(STATUS) & toggle); in e1000_reg_test() 852 ew32(STATUS, toggle); in e1000_reg_test() 853 after = er32(STATUS) & toggle; in e1000_reg_test()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 115 pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device() 120 pr_debug(" %2u", (udev->toggle[1] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device()
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | dmtimer.c | 620 int toggle, int trigger) in omap_dm_timer_set_pwm() argument 633 if (toggle) in omap_dm_timer_set_pwm()
|
/linux-4.1.27/arch/arm/plat-omap/include/plat/ |
D | dmtimer.h | 149 int omap_dm_timer_set_pwm(struct omap_dm_timer *timer, int def_on, int toggle, int trigger);
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 85 dat1. The MMC driver will then toggle between idle and default state during
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 1091 unsigned toggle; in fill_bitmap_rle_bits() local 1113 toggle = 2; in fill_bitmap_rle_bits() 1118 tmp = (toggle == 0) ? _drbd_bm_find_next_zero(device, c->bit_offset) in fill_bitmap_rle_bits() 1124 if (toggle == 2) { /* first iteration */ in fill_bitmap_rle_bits() 1130 toggle = !toggle; in fill_bitmap_rle_bits() 1140 "t:%u bo:%lu\n", toggle, c->bit_offset); in fill_bitmap_rle_bits() 1152 toggle = !toggle; in fill_bitmap_rle_bits()
|
D | drbd_receiver.c | 4313 int toggle = dcbp_get_start(p); in recv_bm_rle_bits() local 4323 for (have = bits; have > 0; s += rl, toggle = !toggle) { in recv_bm_rle_bits() 4328 if (toggle) { in recv_bm_rle_bits()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 148 u32 toggle; member 598 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl() 1148 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds() 1160 qh->toggle = FROM_DW3_DATA_TOGGLE(ptd.dw3); in handle_done_ptds() 1176 qh->toggle = 0; in handle_done_ptds()
|
/linux-4.1.27/Documentation/scsi/ |
D | aic7xxx.txt | 211 This is a toggle. If the driver is compiled 217 Possible Values: This option is a toggle 230 Possible Values: This option is a toggle
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 228 u16 toggle) in restore_usb_toggle() argument 230 if (toggle) in restore_usb_toggle() 603 u16 tmp, toggle; in change_bfre_mode() local 617 toggle = save_usb_toggle(r8a66597, pipenum); in change_bfre_mode() 629 restore_usb_toggle(r8a66597, pipenum, toggle); in change_bfre_mode()
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | boost.txt | 51 To allow the user to toggle the boosting functionality, the cpufreq core
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_gpio.c | 400 gpio_array[gpio_bank(gpio)]->toggle = gpio_bit(gpio); 402 AWA_DUMMY_READ(toggle);
|
D | debug-mmrs.c | 374 __PORT(TOGGLE, toggle); in bfin_debug_mmrs_port()
|
/linux-4.1.27/security/selinux/ |
D | Kconfig | 65 can interactively toggle the kernel between enforcing mode and
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1399 u32 i, toggle; in ixgbe_reg_test() local 1408 toggle = 0x7FFFF3FF; in ixgbe_reg_test() 1415 toggle = 0x7FFFF30F; in ixgbe_reg_test() 1430 value = (ixgbe_read_reg(&adapter->hw, IXGBE_STATUS) & toggle); in ixgbe_reg_test() 1431 ixgbe_write_reg(&adapter->hw, IXGBE_STATUS, toggle); in ixgbe_reg_test() 1432 after = ixgbe_read_reg(&adapter->hw, IXGBE_STATUS) & toggle; in ixgbe_reg_test()
|
/linux-4.1.27/Documentation/hwmon/ |
D | ds1621 | 53 toggle. On the one hand ("heater"), the thermostat output of the chip,
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 142 a platform that can toggle the RF-Kill GPIO.
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
D | aic94xx_sas.h | 725 u8 toggle; /* bit 0 */ member
|
D | aic94xx_hwi.c | 740 if ((dl->toggle & DL_TOGGLE_MASK) != seq->dl_toggle) in asd_dl_tasklet_handler()
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 72 Indicate clock speed (used to calculate toggle delays).
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 423 0x1008 0x07 FN+F8 IBM: toggle screen expand 425 or toggle screen expand 457 0x1012 0x11 FN+PGUP ThinkLight toggle. This key is 712 11 - Related to "toggle screen expansion" key press/function 715 14 - Related to "ThinkLight" key press (toggle ThinkLight) 1072 mute-toggle solution found on normal consumer laptops: you can be
|
/linux-4.1.27/include/linux/ |
D | usb.h | 548 unsigned int toggle[2]; member
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 171 NOTE: If you enable the SW based RF kill and then toggle the HW
|
D | README.ipw2200 | 301 NOTE: If you enable the SW based RF kill and then toggle the HW
|
D | phy.txt | 162 handle (phy_start and phy_stop toggle between some of the states, so you
|
D | ip-sysctl.txt | 711 invalidated when required when means you can safely toggle this on and
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 201 the input area to toggle between "Linux More..." and "Linux Holding",
|
D | Debugging390.txt | 1155 int cnt1,cnt2,len,toggle=0; 1174 switch(toggle) 1178 toggle=1; 1195 toggle=0;
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 57 2.2 Via the 'enable' toggle
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 411 * We carefully toggle SPIOEN to allow us to return the
|
/linux-4.1.27/init/ |
D | Kconfig | 1333 Allows arches to define/use @unaligned_enabled to runtime toggle
|