Home
last modified time | relevance | path

Searched defs:cdev_to_priv (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/can/m_can/
H A Dm_can_pci.c30 static inline struct m_can_pci_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
H A Dm_can_platform.c21 static inline struct m_can_plat_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
H A Dtcan4x5x-core.c138 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
/openbmc/linux/drivers/leds/
H A Dleds-apu.c62 #define cdev_to_priv(c) container_of(c, struct apu_led_priv, cdev) macro
H A Dleds-mlxreg.c44 #define cdev_to_priv(c) container_of(c, struct mlxreg_led_data, led_cdev) macro
H A Dleds-mlxcpld.c88 #define cdev_to_priv(c) container_of(c, struct mlxcpld_led_priv, cdev) macro