/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-acorn.c | 33 u_int ones = force_ones; in ioc_setscl() local 36 ones |= SCL; in ioc_setscl() 38 ones &= ~SCL; in ioc_setscl() 40 force_ones = ones; in ioc_setscl() 42 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl() 48 u_int ones = force_ones; in ioc_setsda() local 51 ones |= SDA; in ioc_setsda() 53 ones &= ~SDA; in ioc_setsda() 55 force_ones = ones; in ioc_setsda() 57 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
|
/Linux-v6.1/drivers/mmc/host/ |
D | mmc_spi.c | 129 /* Specs say to write ones most of the time, even when the card 131 * This is our source of those ones. 133 void *ones; member 255 * two data bits, but otherwise it's all ones. in mmc_spi_response_get() 266 /* Card sends N(CR) (== 1..8) bytes of all-ones then one in mmc_spi_response_get() 436 * - an all-ones byte to ensure the card is ready in mmc_spi_command_send() 441 * We init the whole buffer to all-ones, which is what we need in mmc_spi_command_send() 451 /* Then, read up to 13 bytes (while writing all-ones): in mmc_spi_command_send() 452 * - N(CR) (== 1..8) bytes of all-ones in mmc_spi_command_send() 461 * - N(EC) (== 0..N) bytes of all-ones, before deselect/finish in mmc_spi_command_send() [all …]
|
/Linux-v6.1/drivers/usb/mtu3/ |
D | mtu3_host.c | 141 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 181 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 191 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 226 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 236 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 258 /* power down u3 ports except skipped ones */ in ssusb_host_suspend() 268 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
/Linux-v6.1/arch/mips/include/asm/mach-dec/ |
D | cpu-feature-overrides.h | 11 /* Generic ones first. */ 50 /* R3k-specific ones. */ 73 /* R4k-specific ones. */
|
/Linux-v6.1/Documentation/networking/ |
D | checksum-offloads.rst | 32 In brief, it allows to request the device fill in a single ones-complement 34 The device should compute the 16-bit ones-complement checksum (i.e. the 87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal 92 More generally, this holds in any case where the 'IP-style' ones complement 96 know that after the device has filled in that checksum, the ones complement sum
|
D | x25.rst | 10 Linux. There are two sorts of X.25 cards available, intelligent ones that 11 implement LAPB on the card itself, and unintelligent ones that simply do 19 unintelligent X.25 card drivers and not by intelligent ones, this would
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-address.h | 122 uint64_t ones:33; member 183 uint64_t ones:49; member 195 uint64_t ones:49; member 220 uint64_t ones:33; member 256 uint64_t ones:49; member 264 uint64_t ones:49; member
|
/Linux-v6.1/include/linux/platform_data/ |
D | omap-wd-timer.h | 17 * This is a subset of the ones listed in arch/arm/mach-omap2/prm.h 18 * and are the only ones needed in the watchdog driver.
|
/Linux-v6.1/Documentation/fb/ |
D | viafb.rst | 259 runtime. One can add new devices, remove existing ones or switch 264 to the already existing ones, '-' removes the listed devices from the 265 existing ones and if no prefix is given it replaces all existing ones 266 with the listed ones. If you remove devices they are expected to turn
|
/Linux-v6.1/arch/m68k/math-emu/ |
D | fp_arith.h | 18 /* easy ones */ 38 /* ones that do rounding and integer conversions */
|
/Linux-v6.1/include/scsi/fc/ |
D | fc_encaps.h | 26 __u8 fc_proto_n; /* ones complement of protocol */ 27 __u8 fc_ver_n; /* ones complement of version */ 32 __be16 fc_len_flags_n; /* ones complement of length / flags */
|
/Linux-v6.1/arch/sh/include/mach-common/mach/ |
D | mangle-port.h | 17 * variations of functions: non-prefixed ones that preserve the value 18 * and prefixed ones that preserve byte addresses. The latters are
|
/Linux-v6.1/arch/arm64/lib/ |
D | insn.c | 1467 /* Doesn't handle full ones or full zeroes */ in range_of_ones() 1478 unsigned int immr, imms, n, ones, ror, esz, tmp; in aarch64_encode_immediate() local 1496 /* Can't encode full zeroes, full ones, or value wider than the mask */ in aarch64_encode_immediate() 1520 /* That's how many ones we need to encode */ in aarch64_encode_immediate() 1521 ones = hweight64(imm); in aarch64_encode_immediate() 1524 * imms is set to (ones - 1), prefixed with a string of ones in aarch64_encode_immediate() 1527 imms = ones - 1; in aarch64_encode_immediate() 1543 * Fill the unused top bits with ones, and check if in aarch64_encode_immediate() 1544 * the result is a valid immediate (all ones with a in aarch64_encode_immediate() 1553 * ones, with the first bit set at position 0 in aarch64_encode_immediate() [all …]
|
/Linux-v6.1/arch/mips/include/asm/mach-generic/ |
D | mangle-port.h | 23 * variations of functions: non-prefixed ones that preserve the value 24 * and prefixed ones that preserve byte addresses. The latters are
|
/Linux-v6.1/Documentation/locking/ |
D | spinlocks.rst | 100 The single spin-lock primitives above are by no means the only ones. They 101 are the most safe ones, and the ones that work under all circumstances,
|
/Linux-v6.1/drivers/net/wireless/ath/ath9k/ |
D | common-debug.h | 21 * @rx_pkts_all: No. of total frames received, including ones that 23 * @rx_bytes_all: No. of total bytes received, including ones that
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | planar-apis.rst | 44 together with non-multi-planar ones for devices that handle both 52 FourCC codes from the existing single-planar ones.
|
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | mae.c | 201 bool ones = true; /* All bits seen so far are ones */ in classify_mask() local 206 if (ones) { in classify_mask() 213 ones = false; in classify_mask() 217 if (ones) in classify_mask()
|
D | nic_common.h | 42 * We check both the high and low dword of the event for all ones. We 43 * wrote all ones when we cleared the event, and no valid event can 44 * have all ones in either its high or low dwords. This approach is
|
/Linux-v6.1/Documentation/livepatch/ |
D | cumulative-patches.rst | 8 from any newer livepatch must be done on top of the older ones. 84 older ones. The old livepatches might not provide the necessary callbacks.
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | submitting-patches.rst | 75 which ones to review and which ones are ok to let go.
|
/Linux-v6.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_psi.c | 933 const u16 ONES = 0x03; in vidtv_psi_pat_table_init() local 941 pat->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pat_table_init() 1117 const u16 ONES = 0x03; in vidtv_psi_pmt_table_init() local 1130 pmt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ZERO << 14) | (ONES << 12)); in vidtv_psi_pmt_table_init() 1137 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init() 1263 const u16 ONES = 0x03; in vidtv_psi_sdt_table_init() local 1271 sdt->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_sdt_table_init() 1283 sdt->header.one2 = ONES; in vidtv_psi_sdt_table_init() 1587 const u16 ONES = 0x03; in vidtv_psi_nit_table_init() local 1600 nit->header.bitfield = cpu_to_be16((SYNTAX << 15) | (ONE << 14) | (ONES << 12)); in vidtv_psi_nit_table_init() [all …]
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | nic_common.h | 42 * We check both the high and low dword of the event for all ones. We 43 * wrote all ones when we cleared the event, and no valid event can 44 * have all ones in either its high or low dwords. This approach is
|
/Linux-v6.1/include/net/sctp/ |
D | constants.h | 183 * accept new associations, but it can initiate the creation of new ones. 185 * accept new associations and can initiate the creation of new ones. 190 * accept new associations, but it can initiate the creation of new ones. 192 * accept new associations, but cannot initiate the creation of new ones.
|
/Linux-v6.1/arch/sh/kernel/ |
D | unwinder.c | 140 * inherently more complicated than the simple ones with lower in unwind_stack() 142 * complicated ones, e.g. hitting BUG()s. If we fault in the in unwind_stack()
|