/linux/drivers/input/misc/ |
H A D | twl4030-vibra.c | 46 twl_i2c_read_u8(TWL4030_MODULE_LED, ®, LEDEN); in vibra_disable_leds() 59 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, in vibra_enable() 74 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, in vibra_disable() 96 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, in vibra_play_work() 104 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, in vibra_play_work()
|
H A D | twl4030-pwrbutton.c | 43 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &value, STS_HW_CONDITIONS); in powerbutton_irq()
|
/linux/drivers/mfd/ |
H A D | twl4030-power.c | 255 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &data, R_P3_SW_EVENTS); in twl4030_config_wakeup3_sequence() 279 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &data, R_P1_SW_EVENTS); in twl4030_config_wakeup12_sequence() 288 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &data, R_P2_SW_EVENTS); in twl4030_config_wakeup12_sequence() 300 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &data, in twl4030_config_wakeup12_sequence() 342 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P1_SW_EVENTS); in twl4030_config_warmreset_sequence() 351 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P2_SW_EVENTS); in twl4030_config_warmreset_sequence() 360 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &rd_data, R_P3_SW_EVENTS); in twl4030_config_warmreset_sequence() 389 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &grp, in twl4030_configure_resource() 409 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &type, in twl4030_configure_resource() 435 err = twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &remap, in twl4030_configure_resource() [all …]
|
H A D | twl6030-irq.c | 236 ret = twl_i2c_read_u8(TWL_MODULE_PIH, &unmask_value, in twl6030_interrupt_unmask() 250 ret = twl_i2c_read_u8(TWL_MODULE_PIH, &mask_value, in twl6030_interrupt_mask() 273 ret = twl_i2c_read_u8(TWL6030_MODULE_ID0, ®_val, TWL6030_MMCCTRL); in twl6030_mmc_card_detect_config() 287 ret = twl_i2c_read_u8(TWL6030_MODULE_ID0, ®_val, in twl6030_mmc_card_detect_config() 325 ret = twl_i2c_read_u8(TWL6030_MODULE_ID0, &read_reg, in twl6030_mmc_card_detect()
|
H A D | twl-core.c | 582 twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &ctrl, R_CFG_BOOT); in twl_get_hfclk_rate() 700 err = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &val, TWL6030_PHOENIX_DEV_ON); in twl6030_power_off() 856 twl_i2c_read_u8(TWL4030_MODULE_INTBR, &temp, REG_GPPUPDCTR1); in twl_probe() 861 twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &temp, in twl_probe()
|
H A D | twl4030-audio.c | 49 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, &val, in twl4030_audio_set_resource() 68 twl_i2c_read_u8(TWL4030_MODULE_AUDIO_VOICE, &val, in twl4030_audio_get_resource()
|
H A D | twl4030-irq.c | 285 ret = twl_i2c_read_u8(TWL_MODULE_PIH, &pih_isr, in handle_twl4030_pih()
|
/linux/drivers/pwm/ |
H A D | pwm-twl-led.c | 114 ret = twl_i2c_read_u8(TWL4030_MODULE_LED, &val, TWL4030_LEDEN_REG); in twl4030_pwmled_enable() 139 ret = twl_i2c_read_u8(TWL4030_MODULE_LED, &val, TWL4030_LEDEN_REG); in twl4030_pwmled_disable() 217 ret = twl_i2c_read_u8(TWL6030_MODULE_ID1, &val, TWL6030_LED_PWM_CTRL2); in twl6030_pwmled_enable() 244 ret = twl_i2c_read_u8(TWL6030_MODULE_ID1, &val, TWL6030_LED_PWM_CTRL2); in twl6030_pwmled_disable() 295 ret = twl_i2c_read_u8(TWL6030_MODULE_ID1, &val, TWL6030_LED_PWM_CTRL2); in twl6030_pwmled_request() 321 ret = twl_i2c_read_u8(TWL6030_MODULE_ID1, &val, TWL6030_LED_PWM_CTRL2); in twl6030_pwmled_free()
|
H A D | pwm-twl.c | 100 ret = twl_i2c_read_u8(TWL4030_MODULE_INTBR, &val, TWL4030_GPBR1_REG); in twl4030_pwm_enable() 130 ret = twl_i2c_read_u8(TWL4030_MODULE_INTBR, &val, TWL4030_GPBR1_REG); in twl4030_pwm_disable() 167 ret = twl_i2c_read_u8(TWL4030_MODULE_INTBR, &val, TWL4030_PMBR1_REG); in twl4030_pwm_request() 202 ret = twl_i2c_read_u8(TWL4030_MODULE_INTBR, &val, TWL4030_PMBR1_REG); in twl4030_pwm_free()
|
/linux/drivers/video/backlight/ |
H A D | pandora_bl.c | 60 twl_i2c_read_u8(TWL4030_MODULE_INTBR, &r, TWL_INTBR_GPBR1); in pandora_backlight_update_status() 77 twl_i2c_read_u8(TWL4030_MODULE_INTBR, &r, TWL_INTBR_GPBR1); in pandora_backlight_update_status() 139 twl_i2c_read_u8(TWL4030_MODULE_INTBR, &r, TWL_INTBR_PMBR1); in pandora_backlight_probe()
|
/linux/arch/arm/mach-omap2/ |
H A D | omap_twl.c | 65 twl_i2c_read_u8(TWL6030_MODULE_ID0, &smps_offset, in twl6030_vsel_to_uv() 99 twl_i2c_read_u8(TWL6030_MODULE_ID0, &smps_offset, in twl6030_uv_to_vsel()
|
/linux/drivers/regulator/ |
H A D | twl-regulator.c | 80 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 138 ret = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &val, in twl4030_wait_pb_ready() 160 ret = twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &val, in twl4030_send_pb_msg()
|
H A D | twl6030-regulator.c | 92 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 620 twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &value, in twl_get_smps_offset() 629 twl_i2c_read_u8(TWL_MODULE_PM_RECEIVER, &value, in twl_get_smps_mult()
|
/linux/drivers/power/supply/ |
H A D | twl4030_charger.c | 163 ret = twl_i2c_read_u8(mod_no, &val, reg); in twl4030_clear_set() 175 return twl_i2c_read_u8(TWL_MODULE_MAIN_CHARGE, val, reg); in twl4030_bci_read() 279 if (twl_i2c_read_u8(TWL_MODULE_PM_MASTER, &boot_bci, in twl4030_charger_update_current() 612 ret = twl_i2c_read_u8(TWL4030_MODULE_INTERRUPTS, &irqs1, in twl4030_bci_interrupt() 617 ret = twl_i2c_read_u8(TWL4030_MODULE_INTERRUPTS, &irqs2, in twl4030_bci_interrupt()
|
H A D | twl6030_charger.c | 210 return twl_i2c_read_u8(TWL_MODULE_MAIN_CHARGE, val, reg); in twl6030_charger_read()
|
/linux/drivers/gpio/ |
H A D | gpio-twl4030.c | 111 ret = twl_i2c_read_u8(TWL4030_MODULE_GPIO, &data, address); in gpio_twl4030_read() 238 status = twl_i2c_read_u8(TWL4030_MODULE_LED, &cached_leden, in twl_request()
|
/linux/drivers/clk/ |
H A D | clk-twl.c | 48 status = twl_i2c_read_u8(slave_subgp, &value, in twlclk_read()
|
/linux/drivers/rtc/ |
H A D | rtc-twl.c | 162 ret = twl_i2c_read_u8(TWL_MODULE_RTC, data, (twl_rtc->reg_map[reg])); in twl_rtc_read_u8() 468 res = twl_i2c_read_u8(TWL4030_MODULE_INT, in twl_rtc_interrupt()
|
/linux/include/linux/mfd/ |
H A D | twl.h | 181 static inline int twl_i2c_read_u8(u8 mod_no, u8 *val, u8 reg) { in twl_i2c_read_u8() function
|