Searched refs:I2C_Write_Byte (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | lt7911d-fb-notifier.c | 39 static int I2C_Write_Byte(struct lt7911d *lt7911d, unsigned char reg, unsigned char val) in I2C_Write_Byte() function 70 I2C_Write_Byte(lt7911d, 0xFF, 0x80); in lt7911d_check_chip_id() 71 I2C_Write_Byte(lt7911d, 0xEE, 0x01); in lt7911d_check_chip_id() 73 I2C_Write_Byte(lt7911d, 0xFF, 0xA0); in lt7911d_check_chip_id() 81 I2C_Write_Byte(lt7911d, 0xFF, 0x80); in lt7911d_check_chip_id() 82 I2C_Write_Byte(lt7911d, 0xEE, 0x00); in lt7911d_check_chip_id() 87 I2C_Write_Byte(lt7911d, 0xFF, 0x80); in lt7911d_check_chip_id() 88 I2C_Write_Byte(lt7911d, 0xEE, 0x00); in lt7911d_check_chip_id() 97 I2C_Write_Byte(lt7911d, 0xFF, 0x80); in lt7911d_check_fw_version() 98 I2C_Write_Byte(lt7911d, 0xEE, 0x01); in lt7911d_check_fw_version() [all …]
|