Home
last modified time | relevance | path

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

12345678910>>...24

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c491 unsigned short zero = 0, ones = 0xFFFF; in winCreateDefColormap() local
564 if ((AllocColor(pcmap, &ones, &ones, &ones, &wp, 0) != Success) in winCreateDefColormap()
581 if (AllocColor(pcmap, &ones, &ones, &ones, &p, 0) != Success) in winCreateDefColormap()
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/libunwind-debian/
H A Dlegacy_built-in_sync_functions.patch1 Description: Replace the legacy __sync built-in functions with __atomic ones
3 should be replaced by __atomic_* ones. See the official manuals [1].
6 __atomic ones do, so we choose the strongest one: __ATOMIC_SEQ_CST.
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A 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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivetgui/
H A D0002-Use-symbolic-list-add-and-edit-icons.patch9 ones)
12 for these names. The choices are to switch to symbolic ones or
13 carry the non-symbolic ones downstream.
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/
H A 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
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.4/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch7 Retry all filesystems when failed to mount with specified ones.
24 + /* Retry all filesystems when failed to mount with specified ones */
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/
H A 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
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.19/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch7 Retry all filesystems when failed to mount with specified ones.
24 + /* Retry all filesystems when failed to mount with specified ones */
/OK3568_Linux_fs/kernel/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
H A 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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A 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:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxcrypt/files/
H A Dfix_cflags_handling.patch29 + # Remove empty elements, particularly leading ones which cause issues with popen below
32 # Remove empty elements, particularly leading ones which
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/
H A D0001-init-do_mounts.c-Retry-all-fs-after-failed-to-mount-.patch7 Retry all filesystems when failed to mount with specified ones.
38 + /* Retry all filesystems when failed to mount with specified ones */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libterm/
H A Dlibterm-readkey-perl_2.38.bb26 # rather than target ones.
37 # the target ones.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c462 unsigned short zero = 0, ones = 0xFFFF; in xnestCreateDefaultColormap() local
479 if ((AllocColor(pCmap, &ones, &ones, &ones, &wp, 0) != in xnestCreateDefaultColormap()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch5 ones from ${S}
7 Use the multilib config files from ${B} instead of using the ones from ${S}
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dplanar-apis.rst44 together with non-multi-planar ones for devices that handle both
52 FourCC codes from the existing single-planar ones.
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c238 unsigned short zero = 0, ones = 0xFFFF; in miCreateDefColormap() local
262 if ((AllocColor(cmap, &ones, &ones, &ones, &wp, 0) != in miCreateDefColormap()
/OK3568_Linux_fs/buildroot/package/luajit/
H A D0002-install-inc.patch1 Install includes like lua's ones
/OK3568_Linux_fs/buildroot/package/hicolor-icon-theme/
H A DConfig.in8 applications (i.e. the ones not available in usual icon
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-boot.bb9 # those ones can be set in machine config to supply packages needed to get machine booting
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Darray_test.patch4 IndexError will only be thrown for 64 bit machines, so we add InvalidParmError for 32 bit ones.

12345678910>>...24