Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/mmc/host/
Dmmc_spi.c133 void *ones; member
590 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
604 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
630 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1292 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1329 void *ones; in mmc_spi_probe() local
1366 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1367 if (!ones) in mmc_spi_probe()
1369 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1398 host->ones = ones; in mmc_spi_probe()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/
DTODO3 ones have been removed, but things like channel > 14 still exist.
7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/
DTODO4 ones have been removed, but things like channel > 14 still exist.
8 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dmediatek,mtk-xhci.txt16 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in
30 the following ones are optional:
91 "mediatek,mtk-xhci" compatible string, you need SoC specific ones in
103 - clock-names : must contain "sys_ck", and the following ones are optional:
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
DKconfig14 compression capture cards and other Softlogic-based ones.
/kernel/linux/linux-5.10/net/mac802154/
DKconfig13 networking stack for SoftMAC devices (the ones implementing
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/
Dsocionext,synquacer-exiu.txt16 ones the EXIU forwards its interrups to.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dsubmitting-patches.rst71 which ones to review and which ones are ok to let go.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dartpec6.txt24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-5.10/drivers/staging/ks7010/
DTODO29 custom ones here
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst47 inherited along with attached ones.
60 inherited along with attached ones.
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Drk3288-veyron-sdmmc.dtsi16 * We also have external pulls, so disable the internal ones.
/kernel/linux/linux-5.10/drivers/staging/media/
DKconfig11 the existing ones.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/
Dbrcm,bcm6345-gpio.txt4 are the only ones which don't need a pinctrl driver.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dmarvell-neta-bm.txt19 type is 'short'. For 'long' ones it would be overridden by port's MTU.
/kernel/linux/linux-5.10/Documentation/leds/
Dledtrig-usbport.rst9 It requires selecting USB ports that should be observed. All available ones are

12345678910>>...12