Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 1252) sorted by relevance

12345678910>>...51

/linux/Documentation/scsi/
A Dlink_power_management_policy.rst8 There are 3 possible options:
14 least possible power when possible. This may
23 when possible, but do not enter the lowest power
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-flash.rst62 to the flash controller. Setting this control may not be possible in
97 this is a sensor, which makes it possible to synchronise the
106 control may not be possible in presence of some faults. See
123 if possible.
128 if possible. Setting this control may not be possible in presence of
134 possible.
143 and returns the chip to a usable state if possible.
174 which strobing the flash at full current will not be possible.The
187 after strobe during which another strobe will not be possible. This
A Dvidioc-g-selection.rst73 choose a crop/compose rectangle as close as possible to the requested
89 capture/output window or TV display. The closest possible values of
99 3. Keep center of adjusted rectangle as close as possible to the
102 4. Keep width and height as close as possible to original ones.
104 5. Keep horizontal and vertical offset as close as possible to original
181 It is not possible to adjust struct :c:type:`v4l2_rect`
189 It is not possible to apply change of the selection rectangle at the
/linux/scripts/
A Dheaders_check.pl121 for my $possible ( @file_paths ) {
122 if (not $import_stack{$possible} and open($fh, '<', $possible)) {
123 $import_path = $possible;
/linux/drivers/acpi/
A Dpci_link.c61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member
112 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
138 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible()
469 if (link->irq.possible[i] == irq) in acpi_irq_pci_sharing_penalty()
510 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS) in acpi_irq_penalty_init()
512 possible[i]] += in acpi_irq_penalty_init()
545 if (link->irq.active == link->irq.possible[i]) in acpi_pci_link_allocate()
573 acpi_irq_get_penalty(link->irq.possible[i])) in acpi_pci_link_allocate()
574 irq = link->irq.possible[i]; in acpi_pci_link_allocate()
737 if (link->irq.active != link->irq.possible[i]) in acpi_pci_link_add()
[all …]
/linux/tools/memory-model/
A Dlock.cat83 let all-possible-rfe-lf =
85 * Given an LF event r, compute the possible rfe edges for that event
89 let possible-rfe-lf r =
93 in map possible-rfe-lf (LF \ range(rfi-lf))
96 with rfe-lf from cross(all-possible-rfe-lf)
109 let all-possible-rfe-ru =
110 let possible-rfe-ru r =
113 in map possible-rfe-ru RU
116 with rfe-ru from cross(all-possible-rfe-ru)
/linux/Documentation/kbuild/
A DKconfig.recursion-issue-0113 # * What values are possible for CORE?
16 # that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y',
30 # what values are possible for CORE we ended up needing to address questions
31 # regarding possible values of CORE itself again. Answering the original
32 # question of what are the possible values of CORE would make the kconfig
/linux/Documentation/devicetree/bindings/clock/
A Dstericsson,u8500-clks.yaml52 which PRCC block the consumer wants to use, possible values are 1, 2, 3,
54 wants, possible values are 0 thru 31.
66 block the consumer wants to use, possible values are 1, 2, 3, 5, 6. The
67 second cell indicates which clock inside the PRCC block it wants, possible
80 which PRCC block the consumer wants to use, possible values are 1, 2, 3
82 it wants to control, possible values are 0 thru 31.
/linux/arch/x86/kernel/
A Dsmpboot.c1522 int i, possible; in prefill_possible_map() local
1544 possible = num_processors; in prefill_possible_map()
1547 possible += disabled_cpus; in prefill_possible_map()
1549 if (possible > i) in prefill_possible_map()
1550 possible = i; in prefill_possible_map()
1560 possible, nr_cpu_ids); in prefill_possible_map()
1561 possible = nr_cpu_ids; in prefill_possible_map()
1567 if (possible > i) { in prefill_possible_map()
1570 possible = i; in prefill_possible_map()
1573 nr_cpu_ids = possible; in prefill_possible_map()
[all …]
/linux/Documentation/networking/
A Dipv6.rst27 The possible values and their effects are:
38 it will not be possible to open an IPv6 socket.
49 The possible values and their effects are:
67 The possible values and their effects are:
/linux/Documentation/ABI/testing/
A Dsysfs-uevent21 a transaction identifier so it's possible to use the same UUID
33 It's possible to define zero or more pairs - each pair is then
36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
A Dsysfs-class-scsi_host23 stack for a performance advantage when possible. A value of
39 There are four possible options:
42 least possible power when possible. This may sacrifice some
51 when possible, but do not enter the lowest power state, thus
A Dsysfs-bus-bcma7 include/linux/bcma/bcma.h for possible values.
31 belongs to. See include/linux/bcma/bcma.h for possible values.
A Dconfigfs-rdma_cm21 The possible RoCE types are either "IB/RoCE v1" or "RoCE v2".
30 The possible RoCE TOS values are 0-255.
A Dsysfs-firmware-opal-powercap22 possible powercap in Watt units
25 possible powercap in Watt units
/linux/arch/ia64/kernel/
A Dacpi.c761 int possible, disabled_cpus; in prefill_possible_map() local
772 possible = available_cpus + additional_cpus; in prefill_possible_map()
774 if (possible > nr_cpu_ids) in prefill_possible_map()
775 possible = nr_cpu_ids; in prefill_possible_map()
778 possible, max((possible - available_cpus), 0)); in prefill_possible_map()
780 for (i = 0; i < possible; i++) in prefill_possible_map()
/linux/Documentation/filesystems/
A Dvirtiofs.rst22 Although it is possible to use existing network file systems for some of these
29 possible with network file systems.
70 FUSE client may choose which request to transfer, making it possible to
72 it is not possible to change the order of requests that have been enqueued.
/linux/drivers/infiniband/hw/hfi1/
A Daffinity.c96 int possible, curr_cpu, i, ht; in init_real_cpu_mask() local
106 possible = cpumask_weight(&node_affinity.real_cpu_mask); in init_real_cpu_mask()
115 for (i = 0; i < possible / ht; i++) in init_real_cpu_mask()
121 for (; i < possible; i++) { in init_real_cpu_mask()
596 int curr_cpu, possible, i, ret; in hfi1_dev_affinity_init() local
629 possible = cpumask_weight(&entry->def_intr.mask); in hfi1_dev_affinity_init()
632 if (possible == 1) { in hfi1_dev_affinity_init()
967 int possible, curr_cpu, i; in find_hw_thread_mask() local
975 possible = cpumask_weight(hw_thread_mask); in find_hw_thread_mask()
982 for (; i < possible; i++) { in find_hw_thread_mask()
/linux/tools/testing/selftests/net/forwarding/
A DREADME47 o Where possible, reuse an existing topology for different tests instead
51 o Where possible, IPv6 and IPv4 addresses shall conform to RFC 3849 and
53 o Where possible, tests shall be written so that they can be reused by
/linux/Documentation/devicetree/bindings/regulator/
A Dsamsung,s5m8767.yaml37 change in SOC. The different possible values are:
61 mode change in SOC. The different possible values are:
85 mode change in SOC. The different possible values are:
/linux/Documentation/admin-guide/
A Dcputopology.rst71 possible: CPUs that have been allocated resources and can be
84 brought online as they are both present and possible::
89 possible: 0-31
100 possible: 0-127
/linux/Documentation/translations/
A Dindex.rst44 applied to the English documents first. Afterwards and when possible, the
49 Translations try to be as accurate as possible but it is not possible to map
/linux/arch/mips/kernel/
A Dsetup.c734 int i, possible = num_possible_cpus(); in prefill_possible_map() local
736 if (possible > nr_cpu_ids) in prefill_possible_map()
737 possible = nr_cpu_ids; in prefill_possible_map()
739 for (i = 0; i < possible; i++) in prefill_possible_map()
744 nr_cpu_ids = possible; in prefill_possible_map()
/linux/Documentation/filesystems/spufs/
A Dspufs.rst57 possible operations, e.g. read access on the wbox file.
65 data in the address space of the SPU. The possible operations on an
83 blocking mode and it even poll() will not block on it. The possible
97 poll family of system calls can be used to wait for it. The possible
120 poll can be used to wait for it becoming empty again. The possible
142 units and return a big-endian binary integer number. The possible
173 The possible operations on an open npc, decr, decr_status,
215 is reset to zero. The possible operations on an open signal1 or sig-
241 quently written to it. The possible operations on an open signal1_type
/linux/Documentation/userspace-api/media/rc/
A Dlirc-set-rec-timeout.rst42 and data should be reported as soon as possible. If the exact value
43 cannot be set, then the next possible value _greater_ than the

Completed in 57 milliseconds

12345678910>>...51