| /drivers/i2c/busses/ |
| A D | i2c-acorn.c | 33 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/ |
| A D | mmc_spi.c | 128 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 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() 1309 kfree(ones); in mmc_spi_probe() [all …]
|
| /drivers/pinctrl/ |
| A D | pinctrl-cy8c95x0.c | 994 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock() 998 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock() 1000 cy8c95x0_write_regs_mask(chip, CY8C95X0_INTMASK, chip->irq_mask, ones); in cy8c95x0_irq_bus_sync_unlock() 1008 cy8c95x0_write_regs_mask(chip, CY8C95X0_DIRECTION, ones, irq_mask); in cy8c95x0_irq_bus_sync_unlock() 1071 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_pending() 1076 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_pending() 1079 if (cy8c95x0_read_regs_mask(chip, CY8C95X0_INTSTATUS, trigger, ones)) in cy8c95x0_irq_pending()
|
| /drivers/staging/rtl8723bs/ |
| A D | TODO | 5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
|
| /drivers/media/pci/solo6x10/ |
| A D | Kconfig | 14 compression capture cards and other Softlogic-based ones.
|
| /drivers/staging/vc04_services/interface/ |
| A D | TODO | 4 some of the ones we want:
|
| /drivers/media/usb/cx231xx/ |
| A D | Kconfig | 27 ones used with ISDB-T boards.
|
| /drivers/staging/media/ |
| A D | Kconfig | 11 the existing ones.
|
| /drivers/net/ethernet/freescale/ |
| A D | fec_mpc52xx.h | 85 u32 ones; /* FEC + 0x110 */ member
|
| /drivers/firmware/arm_scmi/transports/ |
| A D | Kconfig | 105 the ones implemented by kvmtool) and let the core Kernel VirtIO layer
|
| /drivers/cpuidle/ |
| A D | Kconfig.arm | 32 only the idle states defined per CPU are available, but not the ones
|
| /drivers/gpio/ |
| A D | TODO | 187 remove the old ones and finally rename the new ones back to the old names.
|
| /drivers/misc/eeprom/ |
| A D | Kconfig | 16 ones like at24c64, 24lc02 or fm24c04:
|
| /drivers/net/ethernet/sfc/ |
| A D | mae.c | 571 bool ones = true; /* All bits seen so far are ones */ in classify_mask() local 576 if (ones) { in classify_mask() 583 ones = false; in classify_mask() 587 if (ones) in classify_mask()
|
| /drivers/tty/vt/ |
| A D | cp437.uni | 5 # graphs probably should be replaced with double-line ones, accented
|
| /drivers/usb/gadget/udc/ |
| A D | Kconfig | 21 # before discrete ones so they will be the initial/default value: 24 # - discrete ones (including all PCI-only controllers)
|
| /drivers/media/ |
| A D | Kconfig | 145 can be useful on debug ones. This option enables several dummy drivers
|
| /drivers/mtd/parsers/ |
| A D | Kconfig | 82 finding currently used one and backup ones.
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 175 and is the case for most parallel LCDs. Other LCDs, and some serial ones, 221 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
|
| /drivers/net/can/ |
| A D | Kconfig | 17 virtual ones. If you own such devices or plan to use the virtual CAN
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 148 the ones on the dock stations.
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_hdcp.c | 186 int i, ones = 0; in intel_hdcp_is_ksv_valid() local 189 ones += hweight8(ksv[i]); in intel_hdcp_is_ksv_valid() 190 if (ones != 20) in intel_hdcp_is_ksv_valid()
|
| /drivers/net/phy/ |
| A D | Kconfig | 39 logical-or of all the link speed ones.
|
| /drivers/cpufreq/ |
| A D | Kconfig.x86 | 113 entry in addition to the new boost ones, for compatibility reasons.
|
| /drivers/gpu/drm/bridge/ |
| A D | ite-it6505.c | 2063 int i, ones = 0; in it6505_hdcp_is_ksv_valid() local 2067 ones += hweight8(ksv[i]); in it6505_hdcp_is_ksv_valid() 2068 if (ones != 20) in it6505_hdcp_is_ksv_valid()
|