Home
last modified time | relevance | path

Searched refs:tcan4x5x (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/can/m_can/
H A DMakefile9 obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o
11 tcan4x5x-objs :=
12 tcan4x5x-objs += tcan4x5x-core.o
13 tcan4x5x-objs += tcan4x5x-regmap.o
H A Dtcan4x5x-core.c246 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_init() local
249 tcan4x5x_check_wake(tcan4x5x); in tcan4x5x_init()
265 ret = regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init()
275 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_wake() local
277 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_wake()
283 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_state() local
285 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_state()
324 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_get_gpios() local
328 tcan4x5x->device_wake_gpio = devm_gpiod_get(cdev->dev, "device-wake", in tcan4x5x_get_gpios()
330 if (IS_ERR(tcan4x5x->device_wake_gpio)) { in tcan4x5x_get_gpios()
[all …]
/linux/Documentation/devicetree/bindings/net/can/
H A Dtcan4x5x.txt8 "ti,tcan4552", "ti,tcan4x5x"
9 "ti,tcan4553", "ti,tcan4x5x" or
10 "ti,tcan4x5x"
35 tcan4x5x: tcan4x5x@0 {
36 compatible = "ti,tcan4x5x";