/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | ti,tps62360.yaml | 38 is missing, then assume that there is no GPIO for 45 is missing, then assume that there is no GPIO for 60 is missing, then assume the state as low. 66 is missing, then assume the state as low.
|
/linux-6.12.1/net/802/ |
D | fddi.c | 100 * to start of packet data. Assume 802.2 SNAP frames for now. in fddi_type_trans() 133 /* Assume 802.2 SNAP frames, for now */ in fddi_type_trans() 149 dev->hard_header_len = FDDI_K_SNAP_HLEN+3; /* Assume 802.2 SNAP hdr len + 3 pad bytes */ in fddi_setup() 150 dev->mtu = FDDI_K_SNAP_DLEN; /* Assume max payload of 802.2 SNAP frame */ in fddi_setup()
|
/linux-6.12.1/arch/x86/kernel/ |
D | ebda.c | 21 * value and assume that everything above that value (up to 1MB) is 62 * area is absent. We'll just have to assume that the in reserve_bios_regions() 78 * If bios_start is less than 128K, assume it is bogus in reserve_bios_regions()
|
/linux-6.12.1/arch/m68k/ifpsp060/ |
D | os.S | 152 clr.l %d1 | assume success 187 clr.l %d1 | assume success 223 clr.l %d1 | assume success 245 clr.l %d1 | assume success 267 clr.l %d1 | assume success 291 clr.l %d1 | assume success 306 | below assume that the SFC/DFC have been set previously.
|
/linux-6.12.1/include/rdma/ |
D | iw_cm.h | 112 * The client can assume that no events will be delivered for the CM ID after 141 * client can assume that no events will be delivered to the specified IW CM 154 * The client can assume that no events will be delivered to the specified IW 170 * client can assume that no events will be delivered to the specified IW CM
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | zero.rst | 21 desired size of the sparse device. For this example, we'll assume a 10TB 29 space available to the sparse device. For this example, we'll assume /dev/sdb1
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-firmware-gsmi | 42 "factory defaults". Callers should assume that 57 Callers should assume that a reboot is needed
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml_display_rq_dlg_calc.h | 38 // Assume mode_program is already called 53 // Assume mode_program is already called
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-dlfilter.txt | 67 Do not assume the 'sample' argument is valid (dereferenceable) 70 Do not assume data referenced by pointers in struct perf_dlfilter_sample 185 Do not assume pointers obtained via perf_dlfilter_fns are valid (dereferenceable) 218 Do not assume data referenced by pointers in struct perf_dlfilter_al
|
/linux-6.12.1/include/linux/ |
D | virtio_ring.h | 10 * Barriers in virtio are tricky. Non-SMP virtio guests can't assume 11 * they're not on an SMP host system, so they need to assume real
|
D | compiler-gcc.h | 19 * gcc optimizers assume this is the case. In particular they 20 * assume such arithmetic does not wrap.
|
/linux-6.12.1/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 290 * If the MSR read failed, assume a Xen system that did in init_maxfreq_mode() 291 * not explicitly provide access to it and assume TSC works in init_maxfreq_mode() 294 dprint("TSC read 0x%x failed - assume TSC working\n", in init_maxfreq_mode() 303 * On Intel we assume mperf (in C0) is ticking at same in init_maxfreq_mode()
|
/linux-6.12.1/arch/powerpc/platforms/44x/ |
D | ppc476.c | 163 /* Assume spin table. We could test for the enable-method in in smp_ppc47x_kick_cpu() 176 /* Assume it's mapped as part of the linear mapping. This is a bit in smp_ppc47x_kick_cpu() 179 * XXX: Is there any reason to assume differently? in smp_ppc47x_kick_cpu()
|
D | iss4xx.c | 94 /* Assume spin table. We could test for the enable-method in in smp_iss4xx_kick_cpu() 105 /* Assume it's mapped as part of the linear mapping. This is a bit in smp_iss4xx_kick_cpu()
|
/linux-6.12.1/fs/nilfs2/ |
D | bmap.h | 257 /* Assume that bmap semaphore is locked. */ 263 /* Assume that bmap semaphore is locked. */ 269 /* Assume that bmap semaphore is locked. */
|
/linux-6.12.1/drivers/net/wireless/ath/ |
D | hw.c | 52 * BSSID-01 and BSSID-02. Lets assume BSSID-01 will not use the MAC address. 83 * or our MAC address (we assume the hardware uses the MAC address). 95 * So with IFRAME-01 we *assume* the hardware will do:
|
/linux-6.12.1/drivers/crypto/inside-secure/ |
D | safexcel_ring.c | 239 rdesc->descriptor_overflow = 1; /* assume error */ in safexcel_add_rdesc() 240 rdesc->buffer_overflow = 1; /* assume error */ in safexcel_add_rdesc() 250 /* Assume errors - HW will clear if not the case */ in safexcel_add_rdesc()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | swap_numa.rst | 15 for swap devices. e.g. on a 2 node machine, assume 2 swap devices swapA and 26 A more complex example on a 4 node machine. Assume 6 swap devices are going to
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | design-patterns.rst | 16 While the kernel contains a few device drivers that assume that they will 17 only be probed() once on a certain system (singletons), it is custom to assume
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | hisilicon-hns-nic.txt | 27 LAN Switch while the CPU side assume itself have one single NIC connect to 54 ports connected to a LAN Switch while the CPU side assume itself have one
|
/linux-6.12.1/Documentation/crypto/ |
D | descore-readme.rst | 218 1) i assume everything is byte addressable, although i don't actually 220 i assume word pointers can be freely cast to and from char pointers. 225 i assume sizeof(word) == 4 EVERYWHERE. 280 i assume that the use of a constant is more expensive than using a register: 295 i assume that indexing is cheaper or equivalent to auto increment/decrement, 299 i assume that addresses can be cheaply formed from two registers,
|
/linux-6.12.1/arch/mips/include/asm/sibyte/ |
D | sb1250_ldt.h | 143 * assume you've read the command and status register 172 * constants assume you've read the register as a 32-bit 190 * assume you've read the command and status register together 266 * assume you've read the command and status register together
|
/linux-6.12.1/lib/ |
D | decompress_unxz.c | 37 * Normally there is exactly one Block, but let's assume that there are 42 * assumptions, it is safe to assume that the total header overhead is 50 * a maximum of 6 bytes, but to get round 2^n numbers, let's assume that 53 * quite a bit smaller though; to be safe, let's assume that an average
|
/linux-6.12.1/include/kvm/ |
D | arm_arch_timer.h | 33 * structure. If NULL, assume a zero offset. 38 * array. If NULL, assume a zero offset.
|
/linux-6.12.1/drivers/gpio/ |
D | gpiolib-legacy.c | 40 /* Compatibility: assume unavailable "valid" GPIOs will appear later */ in gpio_request_one() 75 /* Compatibility: assume unavailable "valid" GPIOs will appear later */ in gpio_request()
|