/linux-4.1.27/drivers/staging/iio/meter/ |
D | ade7854-spi.c | 19 u16 reg_address, in ade7854_spi_write_reg_8() argument 33 st->tx[1] = (reg_address >> 8) & 0xFF; in ade7854_spi_write_reg_8() 34 st->tx[2] = reg_address & 0xFF; in ade7854_spi_write_reg_8() 44 u16 reg_address, in ade7854_spi_write_reg_16() argument 58 st->tx[1] = (reg_address >> 8) & 0xFF; in ade7854_spi_write_reg_16() 59 st->tx[2] = reg_address & 0xFF; in ade7854_spi_write_reg_16() 70 u16 reg_address, in ade7854_spi_write_reg_24() argument 84 st->tx[1] = (reg_address >> 8) & 0xFF; in ade7854_spi_write_reg_24() 85 st->tx[2] = reg_address & 0xFF; in ade7854_spi_write_reg_24() 97 u16 reg_address, in ade7854_spi_write_reg_32() argument [all …]
|
D | ade7854-i2c.c | 19 u16 reg_address, in ade7854_i2c_write_reg_8() argument 27 st->tx[0] = (reg_address >> 8) & 0xFF; in ade7854_i2c_write_reg_8() 28 st->tx[1] = reg_address & 0xFF; in ade7854_i2c_write_reg_8() 38 u16 reg_address, in ade7854_i2c_write_reg_16() argument 46 st->tx[0] = (reg_address >> 8) & 0xFF; in ade7854_i2c_write_reg_16() 47 st->tx[1] = reg_address & 0xFF; in ade7854_i2c_write_reg_16() 58 u16 reg_address, in ade7854_i2c_write_reg_24() argument 66 st->tx[0] = (reg_address >> 8) & 0xFF; in ade7854_i2c_write_reg_24() 67 st->tx[1] = reg_address & 0xFF; in ade7854_i2c_write_reg_24() 79 u16 reg_address, in ade7854_i2c_write_reg_32() argument [all …]
|
D | ade7759.c | 27 u8 reg_address, in ade7759_spi_write_reg_8() argument 35 st->tx[0] = ADE7759_WRITE_REG(reg_address); in ade7759_spi_write_reg_8() 45 u8 reg_address, in ade7759_spi_write_reg_16() argument 53 st->tx[0] = ADE7759_WRITE_REG(reg_address); in ade7759_spi_write_reg_16() 63 u8 reg_address, in ade7759_spi_read_reg_8() argument 70 ret = spi_w8r8(st->us, ADE7759_READ_REG(reg_address)); in ade7759_spi_read_reg_8() 73 reg_address); in ade7759_spi_read_reg_8() 82 u8 reg_address, in ade7759_spi_read_reg_16() argument 89 ret = spi_w8r16be(st->us, ADE7759_READ_REG(reg_address)); in ade7759_spi_read_reg_16() 92 reg_address); in ade7759_spi_read_reg_16() [all …]
|
D | ade7754.c | 27 u8 reg_address, in ade7754_spi_write_reg_8() argument 35 st->tx[0] = ADE7754_WRITE_REG(reg_address); in ade7754_spi_write_reg_8() 45 u8 reg_address, in ade7754_spi_write_reg_16() argument 53 st->tx[0] = ADE7754_WRITE_REG(reg_address); in ade7754_spi_write_reg_16() 63 u8 reg_address, in ade7754_spi_read_reg_8() argument 70 ret = spi_w8r8(st->us, ADE7754_READ_REG(reg_address)); in ade7754_spi_read_reg_8() 73 reg_address); in ade7754_spi_read_reg_8() 82 u8 reg_address, in ade7754_spi_read_reg_16() argument 89 ret = spi_w8r16be(st->us, ADE7754_READ_REG(reg_address)); in ade7754_spi_read_reg_16() 92 reg_address); in ade7754_spi_read_reg_16() [all …]
|
D | ade7753.c | 27 u8 reg_address, in ade7753_spi_write_reg_8() argument 35 st->tx[0] = ADE7753_WRITE_REG(reg_address); in ade7753_spi_write_reg_8() 45 u8 reg_address, in ade7753_spi_write_reg_16() argument 53 st->tx[0] = ADE7753_WRITE_REG(reg_address); in ade7753_spi_write_reg_16() 63 u8 reg_address, in ade7753_spi_read_reg_8() argument 70 ret = spi_w8r8(st->us, ADE7753_READ_REG(reg_address)); in ade7753_spi_read_reg_8() 73 reg_address); in ade7753_spi_read_reg_8() 82 u8 reg_address, in ade7753_spi_read_reg_16() argument 89 ret = spi_w8r16be(st->us, ADE7753_READ_REG(reg_address)); in ade7753_spi_read_reg_16() 92 reg_address); in ade7753_spi_read_reg_16() [all …]
|
D | ade7758_core.c | 28 u8 reg_address, in ade7758_spi_write_reg_8() argument 36 st->tx[0] = ADE7758_WRITE_REG(reg_address); in ade7758_spi_write_reg_8() 46 u8 reg_address, in ade7758_spi_write_reg_16() argument 61 st->tx[0] = ADE7758_WRITE_REG(reg_address); in ade7758_spi_write_reg_16() 72 u8 reg_address, in ade7758_spi_write_reg_24() argument 87 st->tx[0] = ADE7758_WRITE_REG(reg_address); in ade7758_spi_write_reg_24() 99 u8 reg_address, in ade7758_spi_read_reg_8() argument 121 st->tx[0] = ADE7758_READ_REG(reg_address); in ade7758_spi_read_reg_8() 127 reg_address); in ade7758_spi_read_reg_8() 138 u8 reg_address, in ade7758_spi_read_reg_16() argument [all …]
|
D | ade7758.h | 151 u8 reg_address, u8 val); 153 u8 reg_address, u8 *val);
|
/linux-4.1.27/drivers/iio/gyro/ |
D | adxrs450.c | 90 u8 reg_address, in adxrs450_spi_read_reg_16() argument 110 tx = ADXRS450_READ_DATA | (reg_address << 17); in adxrs450_spi_read_reg_16() 119 reg_address); in adxrs450_spi_read_reg_16() 138 u8 reg_address, in adxrs450_spi_write_reg_16() argument 146 tx = ADXRS450_WRITE_DATA | (reg_address << 17) | (val << 1); in adxrs450_spi_write_reg_16() 155 reg_address); in adxrs450_spi_write_reg_16()
|
D | itg3200_core.c | 36 u8 reg_address, u8 val) in itg3200_write_reg_8() argument 40 return i2c_smbus_write_byte_data(st->i2c, 0x80 | reg_address, val); in itg3200_write_reg_8() 44 u8 reg_address, u8 *val) in itg3200_read_reg_8() argument 49 ret = i2c_smbus_read_byte_data(st->i2c, reg_address); in itg3200_read_reg_8()
|
/linux-4.1.27/include/linux/iio/gyro/ |
D | itg3200.h | 118 u8 reg_address, u8 val); 121 u8 reg_address, u8 *val);
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.c | 64 u32 reg_address, 740 u32 reg_address, in ixgb_read_phy_reg() argument 748 ASSERT(reg_address <= IXGB_MAX_PHY_REG_ADDRESS); in ixgb_read_phy_reg() 753 command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) | in ixgb_read_phy_reg() 780 command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) | in ixgb_read_phy_reg() 833 u32 reg_address, in ixgb_write_phy_reg() argument 841 ASSERT(reg_address <= IXGB_MAX_PHY_REG_ADDRESS); in ixgb_write_phy_reg() 849 command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) | in ixgb_write_phy_reg() 876 command = ((reg_address << IXGB_MSCA_NP_ADDR_SHIFT) | in ixgb_write_phy_reg()
|
/linux-4.1.27/drivers/staging/iio/accel/ |
D | lis3l02dq.h | 169 u8 reg_address, 173 u8 reg_address,
|
D | lis3l02dq_core.c | 53 u8 reg_address, u8 *val) in lis3l02dq_spi_read_reg_8() argument 65 st->tx[0] = LIS3L02DQ_READ_REG(reg_address); in lis3l02dq_spi_read_reg_8() 82 u8 reg_address, in lis3l02dq_spi_write_reg_8() argument 89 st->tx[0] = LIS3L02DQ_WRITE_REG(reg_address); in lis3l02dq_spi_write_reg_8()
|
/linux-4.1.27/drivers/hid/ |
D | hid-logitech-hidpp.c | 78 u8 reg_address; member 246 u8 report_id, u8 sub_id, u8 reg_address, u8 *params, int param_count, in hidpp_send_rap_command_sync() argument 264 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 358 reg_address 376 reg_address: 826 reg_address 858 reg_address
|