Home
last modified time | relevance | path

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

12

/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()
/drivers/mmc/host/
Dmmc_spi.c129 void *ones; member
543 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
554 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
577 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1155 void *ones; in mmc_spi_probe() local
1192 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1193 if (!ones) in mmc_spi_probe()
1195 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1224 host->ones = ones; in mmc_spi_probe()
1253 host->status.tx_buf = host->ones; in mmc_spi_probe()
[all …]
/drivers/media/pci/solo6x10/
DKconfig14 compression capture cards and other Softlogic-based ones.
/drivers/staging/rtl8723bs/
DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/drivers/staging/media/
DKconfig11 the existing ones.
/drivers/staging/ks7010/
DTODO29 custom ones here
/drivers/media/usb/cx231xx/
DKconfig27 ones used with ISDB-T boards.
/drivers/net/ethernet/freescale/
Dfec_mpc52xx.h85 u32 ones; /* FEC + 0x110 */ member
/drivers/staging/vc04_services/interface/
DTODO4 some of the ones we want:
/drivers/misc/eeprom/
DKconfig16 ones like at24c64, 24lc02 or fm24c04:
/drivers/tty/vt/
Dcp437.uni5 # graphs probably should be replaced with double-line ones, accented
/drivers/mtd/parsers/
DKconfig77 finding currently used one and backup ones.
/drivers/media/
DKconfig138 can be useful on debug ones. This option enables several dummy drivers
/drivers/usb/gadget/udc/
DKconfig21 # before discrete ones so they will be the initial/default value:
24 # - discrete ones (including all PCI-only controllers)
/drivers/net/phy/
DKconfig39 logical-or of all the link speed ones.
/drivers/auxdisplay/
DKconfig309 and is the case for most parallel LCDs. Other LCDs, and some serial ones,
355 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
/drivers/cpufreq/
DKconfig.x8663 entry in addition to the new boost ones, for compatibility reasons.
/drivers/gpu/drm/i915/display/
Dintel_hdcp.c118 int i, ones = 0; in intel_hdcp_is_ksv_valid() local
121 ones += hweight8(ksv[i]); in intel_hdcp_is_ksv_valid()
122 if (ones != 20) in intel_hdcp_is_ksv_valid()
/drivers/input/mouse/
DKconfig266 I2C Trackpads, including the ones used in 2012 Samsung Chromebooks.
/drivers/iommu/
DKconfig349 even fewer good ones. If saying YES here breaks your board
/drivers/hid/
DKconfig762 usage page of their report descriptor. The most prevailing ones so far
807 only the graphical ones are supported.
/drivers/md/
DKconfig370 with larger ones (e.g. 512 byte sectors on 4K native disks).
/drivers/usb/serial/
DKconfig286 the ones supplied by Axity3G/Sentech South Africa.
/drivers/message/fusion/lsi/
Dmpi_history.txt272 * removed some obsolete ones.
/drivers/platform/x86/
DKconfig547 the ones on the dock stations.

12