Home
last modified time | relevance | path

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

/openbmc/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()
275 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_wake() local
283 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_state() local
324 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_get_gpios() local
330 if (IS_ERR(tcan4x5x->device_wake_gpio)) { in tcan4x5x_get_gpios()
340 if (IS_ERR(tcan4x5x->reset_gpio)) in tcan4x5x_get_gpios()
341 tcan4x5x->reset_gpio = NULL; in tcan4x5x_get_gpios()
343 ret = tcan4x5x_reset(tcan4x5x); in tcan4x5x_get_gpios()
351 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_get_gpios()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dtcan4x5x.txt8 "ti,tcan4552", "ti,tcan4x5x"
9 "ti,tcan4553", "ti,tcan4x5x" or
10 "ti,tcan4x5x"
33 tcan4x5x: tcan4x5x@0 {
34 compatible = "ti,tcan4x5x";