Searched refs:tcan4x5x (Results 1 – 2 of 2) sorted by relevance
5 #include "tcan4x5x.h"248 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_init() local 251 tcan4x5x_check_wake(tcan4x5x); in tcan4x5x_init() 267 ret = regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init() 272 if (tcan4x5x->nwkrq_voltage_vio) { in tcan4x5x_init() 273 ret = regmap_set_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init() 284 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_deinit() local 286 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_deinit() 292 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_wake() local 294 return regmap_update_bits(tcan4x5x in tcan4x5x_disable_wake() 300 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); tcan4x5x_disable_state() local 340 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); tcan4x5x_get_dt_data() local 348 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); tcan4x5x_get_gpios() local 382 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); tcan4x5x_check_gpios() local [all...]
9 obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o11 tcan4x5x-objs :=12 tcan4x5x-objs += tcan4x5x-core.o13 tcan4x5x-objs += tcan4x5x-regmap.o