Home
last modified time | relevance | path

Searched refs:setup2 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/input/touchscreen/
Drohm_bu21023.c266 u8 setup2; member
735 ts->setup2 |= setting_bit; in rohm_ts_update_setting()
737 ts->setup2 &= ~setting_bit; in rohm_ts_update_setting()
742 ts->setup2); in rohm_ts_update_setting()
757 return sysfs_emit(buf, "%d\n", !!(ts->setup2 & SWAP_XY)); in swap_xy_show()
782 return sysfs_emit(buf, "%d\n", !!(ts->setup2 & INV_X)); in inv_x_show()
807 return sysfs_emit(buf, "%d\n", !!(ts->setup2 & INV_Y)); in inv_y_show()
838 static int rohm_ts_device_init(struct i2c_client *client, u8 setup2) in rohm_ts_device_init() argument
872 error = i2c_smbus_write_byte_data(client, COMMON_SETUP2, setup2); in rohm_ts_device_init()
1052 error = rohm_ts_device_init(client, ts->setup2); in rohm_ts_open()
[all …]
/linux-6.12.1/drivers/net/arcnet/
Dcom20020.c103 lp->setup2 = (lp->clockm << 4) | 8; in com20020_check()
114 arcnet_outb(lp->setup2, ioaddr, COM20020_REG_W_XREG); in com20020_check()
230 arcnet_outb(lp->setup2, ioaddr, COM20020_REG_W_XREG); in com20020_found()
262 ((lp->setup2 & 0xF0) >> 4) + in com20020_found()
Darcdevice.h247 setup2, /* Contents of setup2 register */ member