Home
last modified time | relevance | path

Searched refs:l2_hyst (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/platform_data/
Dadp8860.h119 u8 l2_hyst; /* use L2_COMP_CURR_uA(I) 0 <= I <= 1106 uA */ member
Dadp8870.h131 u8 l2_hyst; /* use L2_COMP_CURR_uA(I) 0 <= I <= 1106 uA */ member
/Linux-v4.19/include/linux/mfd/
Dadp5520.h268 u8 l2_hyst; /* use L2_COMP_CURR_uA(I) 0 <= I <= 1000 uA */ member
/Linux-v4.19/drivers/video/backlight/
Dadp5520_bl.c121 pdata->l2_hyst); in adp5520_bl_setup()
Dadp8860_bl.c411 ret |= adp8860_write(client, ADP8860_L2_HYS, pdata->l2_hyst); in adp8860_bl_setup()
Dadp8870_bl.c493 ret = adp8870_write(client, ADP8870_L2HYS, pdata->l2_hyst); in adp8870_bl_setup()