Home
last modified time | relevance | path

Searched refs:cust_id (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwm8350-core.c281 unsigned int cust_id, mode, chip_rev; in wm8350_device_init() local
312 cust_id = id2 & WM8350_CUST_ID_MASK; in wm8350_device_init()
316 mode, cust_id, mask_rev, chip_rev); in wm8350_device_init()
318 if (cust_id != 0) { in wm8350_device_init()
H A Dwm8994-core.c449 wm8994->cust_id = (ret & WM8994_CUST_ID_MASK) >> WM8994_CUST_ID_SHIFT; in wm8994_device_init()
494 'A' + wm8994->revision, wm8994->cust_id); in wm8994_device_init()
H A Dwm8994-regmap.c1198 if (wm8994->cust_id > 1 || wm8994->revision > 1) in wm1811_volatile_register()
/OK3568_Linux_fs/kernel/include/linux/mfd/wm8994/
H A Dcore.h58 int cust_id; member
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm8994.c4317 if (control->cust_id > 1 || control->revision > 1) { in wm8994_component_probe()