Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/Linux-v5.15/drivers/i2c/busses/
Di2c-acorn.c33 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-v5.15/arch/mips/include/asm/octeon/
Dcvmx-address.h122 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-v5.15/drivers/mmc/host/
Dmmc_spi.c133 void *ones; member
583 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
597 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
623 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1283 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1320 void *ones; in mmc_spi_probe() local
1357 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1358 if (!ones) in mmc_spi_probe()
1360 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1389 host->ones = ones; in mmc_spi_probe()
[all …]
/Linux-v5.15/Documentation/networking/
Dx25.rst10 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
Dchecksum-offloads.rst32 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
/Linux-v5.15/Documentation/fb/
Dviafb.rst259 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-v5.15/Documentation/userspace-api/media/v4l/
Dplanar-apis.rst44 together with non-multi-planar ones for devices that handle both
52 FourCC codes from the existing single-planar ones.
/Linux-v5.15/drivers/media/pci/solo6x10/
DKconfig14 compression capture cards and other Softlogic-based ones.
/Linux-v5.15/drivers/staging/rtl8723bs/
DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/Linux-v5.15/net/mac802154/
DKconfig13 networking stack for SoftMAC devices (the ones implementing
/Linux-v5.15/Documentation/security/
Dlandlock.rst14 including unprivileged ones. Because such process may be compromised or
25 evaluated according to the inherited ones in a way that ensures that only more
/Linux-v5.15/Documentation/devicetree/bindings/
Dsubmitting-patches.rst72 which ones to review and which ones are ok to let go.
/Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/
Dsocionext,synquacer-exiu.txt16 ones the EXIU forwards its interrups to.
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dartpec6.txt24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
/Linux-v5.15/Documentation/livepatch/
Dcumulative-patches.rst8 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-v5.15/Documentation/locking/
Dspinlocks.rst100 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-v5.15/drivers/staging/ks7010/
DTODO29 custom ones here
/Linux-v5.15/drivers/staging/media/
DKconfig11 the existing ones.
/Linux-v5.15/Documentation/devicetree/bindings/mmc/
Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/Linux-v5.15/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst48 inherited along with attached ones.
61 inherited along with attached ones.
/Linux-v5.15/arch/arm/boot/dts/
Drk3288-veyron-sdmmc.dtsi16 * We also have external pulls, so disable the internal ones.
/Linux-v5.15/Documentation/leds/
Dledtrig-usbport.rst9 It requires selecting USB ports that should be observed. All available ones are
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dmarvell-neta-bm.txt19 type is 'short'. For 'long' ones it would be overridden by port's MTU.
/Linux-v5.15/tools/power/pm-graph/config/
Dexample.cfg111 # Set this to true if you intend to only use the ones defined in the config
116 # Set this to true if you intend to only use the ones defined in the config
/Linux-v5.15/drivers/media/usb/cx231xx/
DKconfig27 ones used with ISDB-T boards.

12345678910>>...12