Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/m_can/
H A Dtcan4x5x.c317 struct tcan4x5x_priv *tcan4x5x = cdev->device_data; in tcan4x5x_init() local
320 tcan4x5x_check_wake(tcan4x5x); in tcan4x5x_init()
334 ret = regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_init()
344 struct tcan4x5x_priv *tcan4x5x = cdev->device_data; in tcan4x5x_disable_wake() local
346 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_wake()
352 struct tcan4x5x_priv *tcan4x5x = cdev->device_data; in tcan4x5x_disable_state() local
354 return regmap_update_bits(tcan4x5x->regmap, TCAN4X5X_CONFIG, in tcan4x5x_disable_state()
360 struct tcan4x5x_priv *tcan4x5x = cdev->device_data; in tcan4x5x_parse_config() local
363 tcan4x5x->device_wake_gpio = devm_gpiod_get(cdev->dev, "device-wake", in tcan4x5x_parse_config()
365 if (IS_ERR(tcan4x5x->device_wake_gpio)) { in tcan4x5x_parse_config()
[all …]
H A DMakefile8 obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dtcan4x5x.txt7 - compatible: "ti,tcan4x5x"
28 tcan4x5x: tcan4x5x@0 {
29 compatible = "ti,tcan4x5x";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS17605 F: Documentation/devicetree/bindings/net/can/tcan4x5x.txt
17606 F: drivers/net/can/m_can/tcan4x5x.c