Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 82) sorted by relevance

1234

/drivers/misc/lkdtm/
A Dcfi.c116 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 Dfwio.c438 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 Dlmac.h267 } __packed normal; member
384 struct p54_scan_body normal; member
/drivers/net/wireless/silabs/wfx/
A Dqueue.c69 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 Dqueue.h18 struct sk_buff_head normal; member
/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic_ethtool.c763 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 Dtestmode.c41 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 Dtestmode.c39 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 Dadmin-state.c17 .normal = true,
22 .normal = true,
44 .normal = true,
336 if (!code->normal) { in vdo_start_draining()
A Dadmin-state.h15 bool normal; member
89 return vdo_get_admin_state_code(state)->normal; in vdo_is_state_normal()
/drivers/tty/serial/8250/
A D8250_uniphier.c98 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 Dreboot-mode.c25 const char *normal = "normal"; in get_reboot_mode_magic() local
30 cmd = normal; in get_reboot_mode_magic()
/drivers/tty/serial/
A Dserial_core.c2763 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 DKconfig34 the normal VTL0, which currently is only VTL2. This option
38 not run as a normal guest.
/drivers/media/dvb-core/
A DKconfig65 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 Donenand_samsung.c636 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 DKconfig7 needed for normal wireless LAN usage and is only for testing. See
/drivers/firmware/arm_scmi/
A DKconfig49 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 DKconfig30 a normal driver talking to hardware.
/drivers/pinctrl/spacemit/
A Dpinctrl-k1.c665 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 DKconfig83 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 DKconfig13 normal behaviour is to remove them at suspend and
/drivers/staging/
A DKconfig6 not of the "normal" Linux kernel quality level. These drivers
/drivers/net/arcnet/
A DKconfig74 tristate "ARCnet COM90xx (normal) chipset driver"
88 the normal driver. Only use it if your card doesn't support shared
/drivers/staging/media/
A DKconfig7 don't have the "normal" Linux kernel quality level.

Completed in 75 milliseconds

1234