Home
last modified time | relevance | path

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

12345678910>>...24

/Linux-v4.19/Documentation/driver-api/usb/
Ddwc3.rst275 000000002c754000,481,normal,1,0,1,0,0,0
276 000000002c75c000,481,normal,1,0,1,0,0,0
277 000000002c780000,481,normal,1,0,1,0,0,0
278 000000002c788000,481,normal,1,0,1,0,0,0
279 000000002c78c000,481,normal,1,0,1,0,0,0
280 000000002c754000,481,normal,1,0,1,0,0,0
281 000000002c75c000,481,normal,1,0,1,0,0,0
282 000000002c784000,481,normal,1,0,1,0,0,0
283 000000002c788000,481,normal,1,0,1,0,0,0
284 000000002c78c000,481,normal,1,0,1,0,0,0
[all …]
/Linux-v4.19/fs/btrfs/
Dasync-thread.c50 struct __btrfs_workqueue *normal; member
84 if (wq->normal->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested()
87 return atomic_read(&wq->normal->pending) > wq->normal->thresh * 2; in btrfs_workqueue_normal_congested()
175 ret->normal = __btrfs_alloc_workqueue(fs_info, name, in btrfs_alloc_workqueue()
178 if (!ret->normal) { in btrfs_alloc_workqueue()
187 __btrfs_destroy_workqueue(ret->normal); in btrfs_alloc_workqueue()
370 dest_wq = wq->normal; in btrfs_queue_work()
388 __btrfs_destroy_workqueue(wq->normal); in btrfs_destroy_workqueue()
396 wq->normal->limit_active = limit_active; in btrfs_workqueue_set_max()
/Linux-v4.19/include/trace/events/
Dwbt.h91 unsigned int normal, unsigned int max),
93 TP_ARGS(bdi, msg, step, window, bg, normal, max),
101 __field(unsigned int, normal)
111 __entry->normal = normal;
117 __entry->bg, __entry->normal, __entry->max)
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-enable-high-lnb-voltage.rst12 FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages or higher LNBf - v…
31 - 0 - normal 13V and 18V.
40 Select output DC level between normal LNBf voltages or higher LNBf
41 voltages between 0 (normal) or a value grater than 0 for higher
Dfe-set-frontend-tune-mode.rst31 - 0 - normal tune mode
34 zigzagging or other "normal" tuning behaviour. Additionally,
44 Allow setting tuner mode flags to the frontend, between 0 (normal) or
Dvideo-command.rst77 /* 0 or 1000 specifies normal speed,
80 >1: playback at speed/1000 of the normal speed,
81 <-1: reverse playback at (-speed/1000) of the normal speed. */
/Linux-v4.19/Documentation/devicetree/bindings/phy/
Dsun9i-usb-phy.txt10 other values or absence of this property indicates normal USB
13 * "phy" for normal USB
17 * "phy" for normal USB
/Linux-v4.19/Documentation/power/
Dvideo.txt96 Acer TM C300 vga=normal (only suspend on console, not in X), vbetool (6) or vide…
99 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text console back
101 Acer TM 800 vga=normal, X patches, see webpage (5) or vbetool (6)
102 Acer TM 803 vga=normal, X patches, see webpage (5) or vbetool (6)
103 Acer TM 803LCi vga=normal, vbetool (6)
108 Asus M6887Ne vga=normal, s3_bios (2), use radeon driver instead of fglrx in x.org
112 Compaq Evo N620c vga=normal, s3_bios (2)
114 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6)
115 Dell D610 vga=normal and X (possibly vbestate (6) too, but not tested)
160 Sony Vaio vgn-S580BH vga=normal, but suspend from X. Console will be blank unless you return to X.
/Linux-v4.19/drivers/net/wireless/intersil/p54/
Dfwio.c441 body = skb_put(skb, sizeof(body->normal)); in p54_scan()
458 body->normal.val_barker = 0x38; in p54_scan()
459 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan()
461 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan()
463 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan()
465 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan()
485 struct p54_scan_body *chan = &body->normal; in p54_scan()
/Linux-v4.19/Documentation/sphinx-static/
Dtheme_overrides.css12 line-height: normal;
15 line-height: normal;
35 .wy-table-responsive table td { white-space: normal; }
/Linux-v4.19/Documentation/devicetree/bindings/pmem/
Dpmem-region.txt11 persistent regions separately to the normal memory pool. To aid with that this
24 range should be mappable as normal system memory would be
57 * volatile (normal) memory.
/Linux-v4.19/Documentation/media/uapi/rc/
Drc-intro.rst14 A Remote Controller interface is mapped as a normal evdev/input
18 However, remove controllers are more flexible than a normal input
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c790 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce()
792 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce()
796 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce()
798 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce()
801 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce()
802 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce()
821 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce()
822 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce()
824 adapter->coal.normal.data.rx_packets; in netxen_get_intr_coalesce()
826 adapter->coal.normal.data.tx_packets; in netxen_get_intr_coalesce()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dsornv50.c47 nv50_sor_power(struct nvkm_ior *sor, bool normal, bool pu, in nv50_sor_power() argument
52 const u32 shift = normal ? 0 : 16; in nv50_sor_power()
Ddacnv50.c66 nv50_dac_power(struct nvkm_ior *dac, bool normal, bool pu, in nv50_dac_power() argument
71 const u32 shift = normal ? 0 : 16; in nv50_dac_power()
Dpiornv50.c58 nv50_pior_power(struct nvkm_ior *pior, bool normal, bool pu, in nv50_pior_power() argument
63 const u32 shift = normal ? 0 : 16; in nv50_pior_power()
/Linux-v4.19/Documentation/nfc/
Dnfc-pn544.txt16 In the normal (HCI) mode and in the firmware update mode read and
20 In the normal (HCI) mode the protocol used is derived from the ETSI
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dreboot-mode.txt13 - mode-normal: Normal reboot mode, system reboot with command "reboot".
21 mode-normal = <BOOT_NORMAL>;
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dsun4i-dma.txt11 - #dma-cells : Should be 2, first cell denoting normal or dedicated dma,
31 2. Whether it is using normal (0) or dedicated (1) channels
/Linux-v4.19/LICENSES/exceptions/
DLinux-syscall-note14 services by normal system calls - this is merely considered normal use
/Linux-v4.19/Documentation/ABI/obsolete/
Dsysfs-bus-usb11 although normal suspends for system sleep will still
16 During normal use, devices should be left in the "auto"
/Linux-v4.19/drivers/tty/serial/8250/
D8250_uniphier.c101 bool normal = false; in uniphier_serial_out() local
121 normal = true; in uniphier_serial_out()
125 if (normal) { in uniphier_serial_out()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-led-trigger-netdev22 If set to 0 (default), the LED's normal state is off.
23 If set to 1, the LED's normal state reflects the link state
/Linux-v4.19/net/atm/
Dlec.c151 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge()
358 dev->dev_addr[i] = mesg->content.normal.mac_addr[i]; in lec_atm_send()
365 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send()
366 mesg->content.normal.flag); in lec_atm_send()
369 priv->topology_change = mesg->content.normal.flag; in lec_atm_send()
372 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send()
376 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
380 if (mesg->content.normal.no_source_le_narp) in lec_atm_send()
384 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send()
385 mesg->content.normal.atm_addr, in lec_atm_send()
[all …]
/Linux-v4.19/tools/testing/radix-tree/
Dbenchmark.c130 long long normal, tagged; in benchmark_size() local
136 normal = benchmark_iter(&tree, false); in benchmark_size()
141 size, step, order, normal); in benchmark_size()

12345678910>>...24