| /drivers/misc/lkdtm/ |
| A D | cfi.c | 116 void *labels[] = { NULL, &&normal, &&redirected, &&check_normal, &&check_redirected }; in lkdtm_CFI_BACKWARD() 145 set_return_addr_unchecked(&&normal, &&redirected); in lkdtm_CFI_BACKWARD() 148 normal: in lkdtm_CFI_BACKWARD()
|
| /drivers/net/wireless/intersil/p54/ |
| A D | fwio.c | 438 body = skb_put(skb, sizeof(body->normal)); in p54_scan() 455 body->normal.val_barker = 0x38; in p54_scan() 456 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan() 458 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan() 460 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan() 462 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan() 482 struct p54_scan_body *chan = &body->normal; in p54_scan()
|
| A D | lmac.h | 267 } __packed normal; member 384 struct p54_scan_body normal; member
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | queue.c | 69 skb_queue_head_init(&wvif->tx_queue[i].normal); in wfx_tx_queues_init() 78 return skb_queue_empty_lockless(&queue->normal) && in wfx_tx_queue_empty() 109 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 125 skb_queue_tail(&queue->normal, skb); in wfx_tx_queues_put() 297 skb = skb_dequeue(&queues[i]->normal); in wfx_tx_queues_get_skb()
|
| A D | queue.h | 18 struct sk_buff_head normal; member
|
| /drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic_ethtool.c | 763 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 765 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 769 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 771 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 774 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce() 775 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce() 796 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce() 797 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce() 799 adapter->coal.normal.data.rx_packets; in netxen_get_intr_coalesce() 801 adapter->coal.normal.data.tx_packets; in netxen_get_intr_coalesce()
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | testmode.c | 41 bool testmode = false, normal = false; in mt7921_tm_set() local 50 normal = true; in mt7921_tm_set() 73 if (normal) { in mt7921_tm_set()
|
| /drivers/net/wireless/mediatek/mt76/mt7925/ |
| A D | testmode.c | 39 bool testmode = false, normal = false; in mt7925_tm_set() local 51 normal = true; in mt7925_tm_set() 75 if (normal) { in mt7925_tm_set()
|
| /drivers/md/dm-vdo/ |
| A D | admin-state.c | 17 .normal = true, 22 .normal = true, 44 .normal = true, 336 if (!code->normal) { in vdo_start_draining()
|
| A D | admin-state.h | 15 bool normal; member 89 return vdo_get_admin_state_code(state)->normal; in vdo_is_state_normal()
|
| /drivers/tty/serial/8250/ |
| A D | 8250_uniphier.c | 98 bool normal = false; in uniphier_serial_out() local 118 normal = true; in uniphier_serial_out() 122 if (normal) { in uniphier_serial_out()
|
| /drivers/power/reset/ |
| A D | reboot-mode.c | 25 const char *normal = "normal"; in get_reboot_mode_magic() local 30 cmd = normal; in get_reboot_mode_magic()
|
| /drivers/tty/serial/ |
| A D | serial_core.c | 2763 struct tty_driver *normal; in uart_register_driver() local 2778 if (IS_ERR(normal)) { in uart_register_driver() 2779 retval = PTR_ERR(normal); in uart_register_driver() 2783 drv->tty_driver = normal; in uart_register_driver() 2786 normal->name = drv->dev_name; in uart_register_driver() 2787 normal->major = drv->major; in uart_register_driver() 2788 normal->minor_start = drv->minor; in uart_register_driver() 2793 normal->init_termios.c_ispeed = normal->init_termios.c_ospeed = 9600; in uart_register_driver() 2794 normal->driver_state = drv; in uart_register_driver() 2808 retval = tty_register_driver(normal); in uart_register_driver() [all …]
|
| /drivers/hv/ |
| A D | Kconfig | 34 the normal VTL0, which currently is only VTL2. This option 38 not run as a normal guest.
|
| /drivers/media/dvb-core/ |
| A D | Kconfig | 65 Should not be enabled on normal cases, as logs can 77 Should not be enabled on normal cases, as logs can
|
| /drivers/mtd/nand/onenand/ |
| A D | onenand_samsung.c | 636 goto normal; in s5pc110_read_bufferram() 644 goto normal; in s5pc110_read_bufferram() 647 goto normal; in s5pc110_read_bufferram() 663 goto normal; in s5pc110_read_bufferram() 676 normal: in s5pc110_read_bufferram()
|
| /drivers/net/wireless/virtual/ |
| A D | Kconfig | 7 needed for normal wireless LAN usage and is only for testing. See
|
| /drivers/firmware/arm_scmi/ |
| A D | Kconfig | 49 bool "Allow SCMI Raw mode coexistence with normal SCMI stack" 52 Allow SCMI Raw transmission mode to coexist with normal SCMI stack.
|
| /drivers/iio/dummy/ |
| A D | Kconfig | 30 a normal driver talking to hardware.
|
| /drivers/pinctrl/spacemit/ |
| A D | pinctrl-k1.c | 665 u32 normal, strong; in spacemit_pinconf_dbg_pull() local 675 normal = FIELD_GET(PAD_PULLUP, value); in spacemit_pinconf_dbg_pull() 678 if (normal && strong) in spacemit_pinconf_dbg_pull() 680 else if (normal) in spacemit_pinconf_dbg_pull()
|
| /drivers/mtd/ |
| A D | Kconfig | 83 512-byte sectors, on top of which you put a 'normal' file system. 100 512-byte sectors, on top of which you put a 'normal' file system. 125 a 'normal' file system.
|
| /drivers/memstick/core/ |
| A D | Kconfig | 13 normal behaviour is to remove them at suspend and
|
| /drivers/staging/ |
| A D | Kconfig | 6 not of the "normal" Linux kernel quality level. These drivers
|
| /drivers/net/arcnet/ |
| A D | Kconfig | 74 tristate "ARCnet COM90xx (normal) chipset driver" 88 the normal driver. Only use it if your card doesn't support shared
|
| /drivers/staging/media/ |
| A D | Kconfig | 7 don't have the "normal" Linux kernel quality level.
|