Home
last modified time | relevance | path

Searched refs:I2C_M_TEN (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
Di2c-ibm_iic.c249 if (unlikely(p->flags & I2C_M_TEN)){ in iic_smbus_quick()
525 addr, msg->flags & I2C_M_TEN ? 10 : 7); in iic_address()
527 if (msg->flags & I2C_M_TEN){ in iic_address()
540 return (p->addr > 0x3ff) || (!(p->flags & I2C_M_TEN) && (p->addr > 0x7f)); in iic_invalid_address()
547 || ((p1->flags & I2C_M_TEN) != (p2->flags & I2C_M_TEN)); in iic_address_neq()
570 msgs[0].addr, msgs[0].flags & I2C_M_TEN ? 10 : 7); in iic_xfer()
Di2c-mv64xxx.c185 if (msg->flags & I2C_M_TEN) { in mv64xxx_i2c_prepare_for_io()
249 if (drv_data->msg->flags & I2C_M_TEN) { in mv64xxx_i2c_fsm()
280 if (drv_data->msg->flags & I2C_M_TEN) { in mv64xxx_i2c_fsm()
617 if (msgs[0].flags & I2C_M_TEN) in mv64xxx_i2c_offload_xfer()
Di2c-pmcmsp.c544 if (msg->flags & I2C_M_TEN) { in pmcmsptwi_master_xfer()
557 if (msg->flags & I2C_M_TEN) in pmcmsptwi_master_xfer()
Di2c-cros-ec-tunnel.c98 if (i2c_msg->flags & I2C_M_TEN) in ec_i2c_construct_message()
Di2c-stu300.c605 if (msg->flags & I2C_M_TEN) in stu300_send_address()
622 if (msg->flags & I2C_M_TEN) { in stu300_send_address()
Di2c-powermac.c156 if (msgs->flags & I2C_M_TEN) in i2c_powermac_master_xfer()
Di2c-eg20t.c403 if (msgs->flags & I2C_M_TEN) { in pch_i2c_writebytes()
518 if (msgs->flags & I2C_M_TEN) { in pch_i2c_readbytes()
Di2c-kempld.c125 if (i2c->msg->flags & I2C_M_TEN) { in kempld_i2c_process()
Di2c-xlp9xx.c258 if (msg->flags & I2C_M_TEN) in xlp9xx_i2c_xfer_msg()
Di2c-axxia.c217 return (msg->flags & I2C_M_TEN) != 0; in i2c_m_ten()
Di2c-brcmstb.c409 if (msg->flags & I2C_M_TEN) { in brcmstb_i2c_do_addr()
Di2c-bcm-kona.c482 if (msg->flags & I2C_M_TEN) { in bcm_kona_i2c_do_addr()
Di2c-designware-core.c413 if (msgs[dev->msg_write_idx].flags & I2C_M_TEN) { in i2c_dw_xfer_init()
Di2c-pnx.c514 if (pmsg->flags & I2C_M_TEN) { in i2c_pnx_xfer()
Di2c-bfin-twi.c276 if (pmsg->flags & I2C_M_TEN) { in bfin_twi_do_master_xfer()
Di2c-davinci.c449 if (msg->flags & I2C_M_TEN) in i2c_davinci_xfer_msg()
Di2c-cadence.c519 if (msg->flags & I2C_M_TEN) { in cdns_i2c_process_msg()
Di2c-nomadik.c310 if (unlikely(flags & I2C_M_TEN)) { in load_i2c_mcr_reg()
Di2c-tegra.c586 if (msg->flags & I2C_M_TEN) { in tegra_i2c_xfer_msg()
Di2c-omap.c663 if (msg->flags & I2C_M_TEN) in omap_i2c_xfer_msg()
/linux-4.4.14/include/uapi/linux/
Di2c.h71 #define I2C_M_TEN 0x0010 /* this is a ten bit chip address */ macro
/linux-4.4.14/drivers/input/mouse/
Delan_i2c_i2c.c76 .flags = client->flags & I2C_M_TEN, in elan_i2c_read_block()
82 .flags = (client->flags & I2C_M_TEN) | I2C_M_RD, in elan_i2c_read_block()
114 .flags = client->flags & I2C_M_TEN, in elan_i2c_write_cmd()
/linux-4.4.14/drivers/i2c/
Di2c-dev.c425 (((client->flags & I2C_M_TEN) == 0) && arg > 0x7f)) in i2cdev_ioctl()
434 client->flags |= I2C_M_TEN; in i2cdev_ioctl()
436 client->flags &= ~I2C_M_TEN; in i2cdev_ioctl()
Di2c-core.c2291 msg.flags = client->flags & I2C_M_TEN; in i2c_master_send()
2320 msg.flags = client->flags & I2C_M_TEN; in i2c_master_recv()
3038 flags &= I2C_M_TEN | I2C_CLIENT_PEC | I2C_CLIENT_SCCB; in i2c_smbus_xfer()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-i2c.c379 msg.flags = I2C_M_TEN; in cx23885_av_clk()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-i2c.c350 msg.flags = I2C_M_TEN;
/linux-4.4.14/drivers/i2c/algos/
Di2c-algo-bit.c490 if (flags & I2C_M_TEN) { in bit_doAddress()
/linux-4.4.14/drivers/hid/i2c-hid/
Di2c-hid.c190 msg[0].flags = client->flags & I2C_M_TEN; in __i2c_hid_command()
195 msg[1].flags = client->flags & I2C_M_TEN; in __i2c_hid_command()
/linux-4.4.14/drivers/input/touchscreen/
Dmms114.c87 xfer[0].flags = I2C_M_TEN | I2C_M_NOSTART; in __mms114_read_reg()
Delants_i2c.c214 msgs[0].flags = client->flags & I2C_M_TEN; in elants_i2c_execute_command()
219 msgs[1].flags = client->flags & I2C_M_TEN; in elants_i2c_execute_command()
Datmel_mxt_ts.c333 msg.flags = data->client->flags & I2C_M_TEN; in mxt_bootloader_read()
357 msg.flags = data->client->flags & I2C_M_TEN; in mxt_bootloader_write()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Dm920x.c269 if (msg[i].flags & (I2C_M_NO_RD_ACK | I2C_M_IGNORE_NAK | I2C_M_TEN) || msg[i].len == 0) { in m920x_i2c_xfer()
/linux-4.4.14/drivers/staging/media/bcm2048/
Dradio-bcm2048.c403 msg[0].flags = client->flags & I2C_M_TEN; in bcm2048_recv_duples()
408 msg[1].flags = client->flags & I2C_M_TEN; in bcm2048_recv_duples()