Home
last modified time | relevance | path

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

12345678

/linux/drivers/i2c/busses/
H A 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/arch/mips/include/asm/octeon/
H A 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/drivers/mmc/host/
H A Dmmc_spi.c128 void *ones; member
536 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
547 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
570 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1146 void *ones; in mmc_spi_probe() local
1183 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1184 if (!ones) in mmc_spi_probe()
1186 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1218 host->ones = ones; in mmc_spi_probe()
1247 host->status.tx_buf = host->ones; in mmc_spi_probe()
[all …]
/linux/Documentation/networking/
H A 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
/linux/Documentation/fb/
H A 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/Documentation/userspace-api/media/v4l/
H A Dplanar-apis.rst45 together with non-multi-planar ones for devices that handle both
53 FourCC codes from the existing single-planar ones.
H A Dvidioc-g-selection.rst102 4. Keep width and height as close as possible to original ones.
105 ones.
/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c971 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
975 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
977 cy8c95x0_write_regs_mask(chip, CY8C95X0_INTMASK, chip->irq_mask, ones); in cy8c95x0_irq_bus_sync_unlock()
985 cy8c95x0_write_regs_mask(chip, CY8C95X0_DIRECTION, ones, irq_mask); in cy8c95x0_irq_bus_sync_unlock()
1048 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_pending()
1053 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_pending()
1056 if (cy8c95x0_read_regs_mask(chip, CY8C95X0_INTSTATUS, trigger, ones)) in cy8c95x0_irq_pending()
/linux/net/mac802154/
H A DKconfig13 networking stack for SoftMAC devices (the ones implementing
/linux/Documentation/livepatch/
H A 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/Documentation/locking/
H A 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/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst9 (often with panic), corrected ones cause a machine check log entry.
/linux/Documentation/devicetree/bindings/mmc/
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/linux/Documentation/leds/
H A Dledtrig-usbport.rst9 It requires selecting USB ports that should be observed. All available ones are
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-sdmmc.dtsi22 * We also have external pulls, so disable the internal ones.
/linux/tools/power/pm-graph/config/
H A 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
H A Dcustom-timeline-functions.cfg62 # Set this to true if you intend to only use the ones defined in this config
67 # Set this to true if you intend to only use the ones defined in this config
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst60 ones.
72 ones.
/linux/drivers/media/usb/cx231xx/
H A DKconfig27 ones used with ISDB-T boards.
/linux/lib/
H A DKconfig.kmsan40 functions call instrumented ones.
/linux/Documentation/arch/s390/
H A D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
/linux/Documentation/ABI/stable/
H A Dsysfs-fs-orangefs16 except ones with PINT_PERF_PRESERVE set.
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dgpio.txt22 many interrupts as number of ones in the mask property. The first interrupt in
/linux/Documentation/fault-injection/
H A Dprovoke-crashes.rst37 of the common ones are PANIC, BUG, EXCEPTION, LOOP, and OVERFLOW.
/linux/Documentation/admin-guide/media/
H A Dci.rst42 same ones that szap uses.

12345678