Searched full:tcan4x5x (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/drivers/net/can/m_can/ |
D | tcan4x5x-core.c | 2 // SPI to CAN driver for the Texas Instruments TCAN4x5x 5 #include "tcan4x5x.h" 120 TCAN4X5X, enumerator 133 [TCAN4X5X] = { 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 [all …]
|
D | Makefile | 9 obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o 11 tcan4x5x-objs := 12 tcan4x5x-objs += tcan4x5x-core.o 13 tcan4x5x-objs += tcan4x5x-regmap.o
|
D | Kconfig | 29 tristate "TCAN4X5X M_CAN device" 31 Say Y here if you want support for Texas Instruments TCAN4x5x
|
D | tcan4x5x.h | 3 * tcan4x5x - Texas Instruments TCAN4x5x Family CAN controller driver
|
D | tcan4x5x-regmap.c | 3 // tcan4x5x - Texas Instruments TCAN4x5x Family CAN controller driver 10 #include "tcan4x5x.h"
|
/linux-6.14.4/Documentation/devicetree/bindings/net/can/ |
D | ti,tcan4x5x.yaml | 4 $id: http://devicetree.org/schemas/net/can/ti,tcan4x5x.yaml# 7 title: Texas Instruments TCAN4x5x CAN Controller 19 - const: ti,tcan4x5x 20 - const: ti,tcan4x5x 160 compatible = "ti,tcan4x5x"; 186 compatible = "ti,tcan4552", "ti,tcan4x5x";
|