/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | dwc3.rst | 275 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 …]
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | async-thread.c | 52 struct __btrfs_workqueue *normal; member 74 if (wq->normal->thresh == NO_THRESHOLD) in btrfs_workqueue_normal_congested() 77 return atomic_read(&wq->normal->pending) > wq->normal->thresh * 2; in btrfs_workqueue_normal_congested() 140 ret->normal = __btrfs_alloc_workqueue(fs_info, name, in btrfs_alloc_workqueue() 143 if (!ret->normal) { in btrfs_alloc_workqueue() 152 __btrfs_destroy_workqueue(ret->normal); in btrfs_alloc_workqueue() 377 dest_wq = wq->normal; in btrfs_queue_work() 395 __btrfs_destroy_workqueue(wq->normal); in btrfs_destroy_workqueue() 403 wq->normal->limit_active = limit_active; in btrfs_workqueue_set_max() 418 flush_workqueue(wq->normal->normal_wq); in btrfs_flush_workqueue()
|
/kernel/linux/linux-5.10/include/trace/events/ |
D | wbt.h | 93 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)
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | fe-enable-high-lnb-voltage.rst | 13 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
|
D | fe-set-frontend-tune-mode.rst | 31 - 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
|
D | video-command.rst | 76 /* 0 or 1000 specifies normal speed, 79 >1: playback at speed/1000 of the normal speed, 80 <-1: reverse playback at (-speed/1000) of the normal speed. */
|
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 433 read_partial_firmwares normal $1 $2 446 test_batched_request_firmware $i normal 450 test_batched_request_firmware_into_buf $i normal 454 test_batched_request_firmware_direct $i normal 458 test_request_firmware_nowait_uevent $i normal 462 test_request_firmware_nowait_custom $i normal
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | intel-pmc-mux.rst | 100 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"},
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
D | queue.c | 70 skb_queue_head_init(&wvif->tx_queue[i].normal); in wfx_tx_queues_init() 82 WARN_ON(!skb_queue_empty_lockless(&wvif->tx_queue[i].normal)); in wfx_tx_queues_check_empty() 89 return skb_queue_empty(&queue->normal) && skb_queue_empty(&queue->cab); in wfx_tx_queue_empty() 110 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 122 skb_queue_tail(&queue->normal, skb); in wfx_tx_queues_put() 279 skb = skb_dequeue(&queues[i]->normal); in wfx_tx_queues_get_skb()
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | ultravisor.rst | 57 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 …]
|
/kernel/linux/linux-5.10/Documentation/sphinx-static/ |
D | theme_overrides.css | 38 font-style: normal; 50 line-height: normal; 53 line-height: normal; 83 .wy-table-responsive table td { white-space: normal; }
|
/kernel/linux/linux-5.10/tools/testing/radix-tree/ |
D | benchmark.c | 118 long long normal, tagged; in benchmark_size() local 124 normal = benchmark_iter(&tree, false); in benchmark_size() 129 size, step, normal); in benchmark_size()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
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()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | video.rst | 99 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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pmem/ |
D | pmem-region.txt | 11 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.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
D | rc-intro.rst | 14 A Remote Controller interface is mapped as a normal evdev/input 18 However, remove controllers are more flexible than a normal input
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-block-rnbd | 5 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 757 adapter->coal.normal.data.rx_time_us = in netxen_set_intr_coalesce() 759 adapter->coal.normal.data.rx_packets = in netxen_set_intr_coalesce() 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() 768 adapter->coal.normal.data.tx_time_us = ethcoal->tx_coalesce_usecs; in netxen_set_intr_coalesce() 769 adapter->coal.normal.data.tx_packets = in netxen_set_intr_coalesce() 788 ethcoal->rx_coalesce_usecs = adapter->coal.normal.data.rx_time_us; in netxen_get_intr_coalesce() 789 ethcoal->tx_coalesce_usecs = adapter->coal.normal.data.tx_time_us; in netxen_get_intr_coalesce() 791 adapter->coal.normal.data.rx_packets; in netxen_get_intr_coalesce() 793 adapter->coal.normal.data.tx_packets; in netxen_get_intr_coalesce()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | sornv50.c | 47 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()
|
D | dacnv50.c | 66 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()
|
D | piornv50.c | 58 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()
|
/kernel/linux/linux-5.10/Documentation/driver-api/nfc/ |
D | nfc-pn544.rst | 18 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
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
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()
|
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 11 although normal suspends for system sleep will still 16 During normal use, devices should be left in the "auto"
|
/kernel/linux/linux-5.10/LICENSES/exceptions/ |
D | Linux-syscall-note | 14 services by normal system calls - this is merely considered normal use
|