Home
last modified time | relevance | path

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

12345678910>>...25

/linux/Documentation/driver-api/usb/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev28 If set to 0 (default), the LED's normal state is off.
30 If set to 1, the LED's normal state reflects the link state
85 If set to 0 (default), the LED's normal state is off.
87 If set to 1, the LED's normal state reflects the link state
100 If set to 0 (default), the LED's normal state is off.
102 If set to 1, the LED's normal state reflects the link state
115 If set to 0 (default), the LED's normal state is off.
117 If set to 1, the LED's normal state reflects the link state
130 If set to 0 (default), the LED's normal state is off.
132 If set to 1, the LED's normal state reflects the link state
[all …]
H A Dsysfs-block-rnbd5 Description: To unmap a volume, "normal" or "force" has to be written to:
8 When "normal" is used, the operation will fail with EBUSY if any process
14 # echo "normal" > /sys/block/rnbd0/rnbd/unmap_device
/linux/include/trace/events/
H A Dwbt.h93 unsigned int normal, unsigned int max),
95 TP_ARGS(bdi, msg, step, window, bg, normal, max),
103 __field(unsigned int, normal)
114 __entry->normal = normal;
120 __entry->bg, __entry->normal, __entry->max)
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-enable-high-lnb-voltage.rst13 FE_ENABLE_HIGH_LNB_VOLTAGE - Select output DC level between normal LNBf voltages or higher LNBf - v…
31 - 0 - normal 13V and 18V.
39 Select output DC level between normal LNBf voltages or higher LNBf
40 voltages between 0 (normal) or a value grater than 0 for higher
H A Dfe-set-frontend-tune-mode.rst31 - 0 - normal tune mode
34 zigzagging or other "normal" tuning behaviour. Additionally,
43 Allow setting tuner mode flags to the frontend, between 0 (normal) or
/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst100 it can be one that is defined for the USB Type-C connector orientation: "normal"
106 Package () {"sbu-orientation", "normal"},
107 Package () {"hsl-orientation", "normal"},
132 Package () {"sbu-orientation", "normal"},
133 Package () {"hsl-orientation", "normal"},
147 Package () {"sbu-orientation", "normal"},
148 Package () {"hsl-orientation", "normal"},
/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css5 * work for both normal and dark modes.
29 font-style: normal;
41 line-height: normal;
44 line-height: normal;
74 .wy-table-responsive table td { white-space: normal; }
/linux/drivers/misc/lkdtm/
H 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()
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst57 is in secure mode, MSR(s)=0 process is in normal mode.
101 * Memory is partitioned into secure and normal memory. Only processes
152 * SVMs are created from normal VM using (open source) tooling supplied
155 * All SVMs start as normal VMs and utilize an ultracall, UV_ESM
182 * The movement of data between normal and secure pages is coordinated
196 * Normal page: Page backed by normal memory and available to
199 * Shared page: A page backed by normal memory and available to both
242 to normal memory may be encrypted using dynamically generated keys.
269 Encrypt and move the contents of a page from secure memory to normal
302 Hypervisor in a normal page.
[all …]
/linux/Documentation/power/
H A Dvideo.rst99 Acer TM C300 vga=normal (only suspend on console, not in X),
103 Acer TM 650 (Radeon M7) vga=normal plus boot-radeon (5) gets text
106 Acer TM 800 vga=normal, X patches, see webpage (5)
108 Acer TM 803 vga=normal, X patches, see webpage (5)
110 Acer TM 803LCi vga=normal, vbetool (6)
115 Asus M6887Ne vga=normal, s3_bios (2), use radeon driver
120 Compaq Evo N620c vga=normal, s3_bios (2)
122 Dell D600, ATI RV250 vga=normal and X, or try vbestate (6)
123 Dell D610 vga=normal and X (possibly vbestate (6) too,
184 Sony Vaio vgn-S580BH vga=normal, but suspend from X. Console will
/linux/Documentation/translations/zh_CN/rust/
H A Dtesting.rst149 # speed: normal
151 # test_f.speed: normal
177 # speed: normal
181 # test_g.speed: normal
/linux/tools/testing/radix-tree/
H A Dbenchmark.c118 long long normal, tagged; in benchmark_size() local
124 normal = benchmark_iter(&tree, false); in benchmark_size()
129 size, step, normal); in benchmark_size()
/linux/drivers/net/wireless/silabs/wfx/
H 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()
/linux/Documentation/userspace-api/media/rc/
H A 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/drivers/md/dm-vdo/
H A Dadmin-state.c17 .normal = true,
22 .normal = true,
44 .normal = true,
345 if (!code->normal) { in vdo_start_draining()
H A Dadmin-state.h15 bool normal; member
89 return vdo_get_admin_state_code(state)->normal; in vdo_is_state_normal()
/linux/drivers/tty/serial/8250/
H 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()
/linux/Documentation/driver-api/nfc/
H A Dnfc-pn544.rst18 In the normal (HCI) mode and in the firmware update mode read and
22 In the normal (HCI) mode the protocol used is derived from the ETSI
/linux/net/atm/
H A Dlec.c153 mesg->content.normal.flag = *buff & 0x01; in lec_handle_bridge()
360 eth_hw_addr_set(dev, mesg->content.normal.mac_addr); in lec_atm_send()
366 lec_addr_delete(priv, mesg->content.normal.atm_addr, in lec_atm_send()
367 mesg->content.normal.flag); in lec_atm_send()
370 priv->topology_change = mesg->content.normal.flag; in lec_atm_send()
373 lec_flush_complete(priv, mesg->content.normal.flag); in lec_atm_send()
377 entry = lec_arp_find(priv, mesg->content.normal.mac_addr); in lec_atm_send()
381 if (mesg->content.normal.no_source_le_narp) in lec_atm_send()
385 lec_arp_update(priv, mesg->content.normal.mac_addr, in lec_atm_send()
386 mesg->content.normal.atm_addr, in lec_atm_send()
[all …]
/linux/Documentation/ABI/obsolete/
H A Dsysfs-bus-usb11 although normal suspends for system sleep will still
16 During normal use, devices should be left in the "auto"
/linux/LICENSES/exceptions/
H A DLinux-syscall-note14 services by normal system calls - this is merely considered normal use
/linux/Documentation/userspace-api/
H A Dtee.rst30 There are two classes of clients, normal clients and supplicants. The latter is
32 system access. A normal client opens /dev/tee[0-9]* and a supplicant opens
/linux/lib/
H A Dtest_objpool.c243 struct ot_obj_stat total, normal = {0}, irq = {0}; in ot_perf_report() local
253 normal.nhits += item->stat[0].nhits; in ot_perf_report()
254 normal.nmiss += item->stat[0].nmiss; in ot_perf_report()
268 total.nhits = normal.nhits + irq.nhits; in ot_perf_report()
269 total.nmiss = normal.nmiss + irq.nmiss; in ot_perf_report()
/linux/drivers/power/reset/
H A Dreboot-mode.c25 const char *normal = "normal"; in get_reboot_mode_magic() local
30 cmd = normal; in get_reboot_mode_magic()

12345678910>>...25