/Linux-v5.10/include/linux/ |
D | rpmsg.h | 147 /* This shouldn't be possible */ in unregister_rpmsg_device() 154 /* This shouldn't be possible */ in __register_rpmsg_driver() 162 /* This shouldn't be possible */ in unregister_rpmsg_driver() 168 /* This shouldn't be possible */ in rpmsg_destroy_ept() 177 /* This shouldn't be possible */ in rpmsg_create_ept() 185 /* This shouldn't be possible */ in rpmsg_send() 194 /* This shouldn't be possible */ in rpmsg_sendto() 204 /* This shouldn't be possible */ in rpmsg_send_offchannel() 212 /* This shouldn't be possible */ in rpmsg_trysend() 221 /* This shouldn't be possible */ in rpmsg_trysendto() [all …]
|
D | isa.h | 63 * max_num_isa_dev() - Maximum possible number registered of an ISA device 66 * The highest base address possible for an ISA device is 0x3FF; this results in 67 * 1024 possible base addresses. Dividing the number of possible base addresses
|
D | bpf_verifier.h | 126 s64 smin_value; /* minimum possible (s64)value */ 127 s64 smax_value; /* maximum possible (s64)value */ 128 u64 umin_value; /* minimum possible (u64)value */ 129 u64 umax_value; /* maximum possible (u64)value */ 130 s32 s32_min_value; /* minimum possible (s32)value */ 131 s32 s32_max_value; /* maximum possible (s32)value */ 132 u32 u32_min_value; /* minimum possible (u32)value */ 133 u32 u32_max_value; /* maximum possible (u32)value */ 214 * 0 - all possible paths from this state reached bpf_exit or 253 * This algorithm may not find all possible infinite loops or [all …]
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-flash.rst | 62 to the flash controller. Setting this control may not be possible in 94 this is a sensor, which makes it possible to synchronise the 103 control may not be possible in presence of some faults. See 120 if possible. 125 if possible. Setting this control may not be possible in presence of 131 possible. 140 and returns the chip to a usable state if possible. 171 which strobing the flash at full current will not be possible.The 184 after strobe during which another strobe will not be possible. This
|
D | vidioc-g-selection.rst | 73 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-v5.10/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 56 Possible supplies for PX30: 65 Possible supplies for PX30 pmu-domains: 69 Possible supplies for rk3188: 80 Possible supplies for rk3228: 86 Possible supplies for rk3288: 98 Possible supplies for rk3368: 107 Possible supplies for rk3368 pmu-domains: 111 Possible supplies for rk3399: 117 Possible supplies for rk3399 pmu-domains:
|
/Linux-v5.10/tools/memory-model/ |
D | lock.cat | 83 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-v5.10/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 13 # * 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-v5.10/Documentation/userspace-api/media/dvb/ |
D | frontend-stat-properties.rst | 39 frontend, but it was not possible to collect it (could be a 61 Possible scales for this metric are: 80 Possible scales for this metric are: 111 Possible scales for this metric are: 139 Possible scales for this metric are: 168 Possible scales for this metric are: 196 Possible scales for this metric are: 217 Possible scales for this metric are: 239 Possible scales for this metric are:
|
D | fe_property_parameters.rst | 79 Most of the digital TV standards offers more than one possible 116 Possible values: ``1712000``, ``5000000``, ``6000000``, ``7000000``, 120 Terrestrial Standard Possible values for bandwidth 288 Possible values: 0, 1, -1 (AUTO) 302 Possible values: 0, 1, -1 (AUTO) 339 Possible values: 0 .. 41, -1 (AUTO) 355 Possible values: 0 .. ``DTV_ISDBT_SB_SEGMENT_COUNT`` - 1 372 Possible values: 1 .. 13 438 Possible values are: ``FEC_AUTO``, ``FEC_1_2``, ``FEC_2_3``, ``FEC_3_4``, 452 Possible values are: ``QAM_AUTO``, ``QPSK``, ``QAM_16``, ``QAM_64``, ``DQPSK`` [all …]
|
/Linux-v5.10/Documentation/networking/ |
D | mpls-sysctl.rst | 12 possible to configure forwarding for label values equal to or 16 is possible and expected as the platform labels are locally 26 Possible values: 0 - 1048575 46 Possible values: 1 - 255
|
D | ipv6.rst | 27 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-v5.10/drivers/acpi/ |
D | pci_link.c | 61 u32 possible[ACPI_PCI_LINK_MAX_POSSIBLE]; member 82 * set context (link) possible list from resource list 111 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 137 link->irq.possible[i] = p->interrupts[i]; in acpi_pci_link_check_possible() 166 "Found %d possible IRQs\n", in acpi_pci_link_get_possible() 415 * Note that PCI IRQ routers have a list of possible IRQs, 473 if (link->irq.possible[i] == irq) in acpi_irq_pci_sharing_penalty() 505 * reflect the possible and active irqs in the penalty table -- in acpi_irq_penalty_init() 514 if (link->irq.possible[i] < ACPI_MAX_ISA_IRQS) in acpi_irq_penalty_init() 516 possible[i]] += in acpi_irq_penalty_init() [all …]
|
/Linux-v5.10/include/linux/mtd/ |
D | pfow.h | 38 /* command execution register, the only possible value is 0x01 */ 48 /* They are possible values of PFOW command code register */ 60 /* Defines possible value of PFOW command execution register */ 63 /* Defines possible value of PFOW program/erase suspend register */ 66 /* Possible values of PFOW device status register */ 97 /* The superset of all possible error bits in DSR */
|
/Linux-v5.10/Documentation/scsi/ |
D | link_power_management_policy.rst | 8 There are 3 possible options: 14 least possible power when possible. This may 23 when possible, but do not enter the lowest power
|
D | aic7xxx.rst | 50 for all possible target/lun combinations. 175 and our per-softc lock. This was only possible on RH9, 215 :Possible Values: This option is a flag 222 :Possible Values: 0x0000 = no debugging, 0xffff = full debugging 237 :Possible Values: This option is a toggle 254 :Possible Values: This option is a toggle 262 :Possible Values: This option is a flag 268 :Possible Values: This option is a flag 276 :Possible Values: This option is a flag 284 :Possible Values: This option is a flag [all …]
|
D | aic79xx.rst | 121 possible. 239 :Possible Values: This option is a flag 247 :Possible Values: 0x0000 = no debugging, 0xffff = full debugging 253 :Possible Values: This option is a flag 258 :Possible Values: This option is a flag 264 :Possible Values: This option is a flag 269 :Possible Values: This option is a flag 278 :Possible Values: 1 - 253 287 :Possible Values: 1 - 253 356 :Possible Values: 0x0000 - 0xffff [all …]
|
/Linux-v5.10/Documentation/filesystems/spufs/ |
D | spufs.rst | 57 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-v5.10/Documentation/devicetree/bindings/clock/ |
D | ux500.txt | 19 wants to use, possible values are 1, 2, 3, 5, 6. The second 21 possible values are 0 thru 31. 25 wants to use, possible values are 1, 2, 3, 5, 6. The second 27 possible values are 0 thru 31.
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-class-scsi_host | 23 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
|
D | sysfs-class-net | 6 Indicates the name assignment type. Possible values are: 20 Indicates the address assignment type. Possible values are: 129 Indicates whether the interface is in dormant state. Possible 144 Indicates whether the interface is under test. Possible 160 Indicates the interface latest or current duplex value. Possible 177 include/uapi/linux/if.h for a list of all possible values and 216 to determine the interface usability. Possible values: 251 Possible values are: 299 include/uapi/linux/if_arp.h for all possible values.
|
D | sysfs-class-net-grcan | 9 Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP 21 Possible values: 0 or 1. See the GRCAN chapter of the GRLIB IP 31 Configuration of which physical interface to be used. Possible
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | brcm,brcmstb-usb-phy.txt | 26 the type of the PHY. Possible values are: 36 Possible values are: 0 (Don't invert), 1 (Invert) 38 Possible values are: 0 (Don't invert), 1 (Invert) 40 Possible values are: "host", "peripheral ", "drd" or "typec-pd"
|
/Linux-v5.10/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx27-pinctrl.txt | 20 Possible values: 27 Possible values: 36 Possible values: 45 Possible values:
|
/Linux-v5.10/Documentation/filesystems/ |
D | virtiofs.rst | 22 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.
|