Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/m_can/
Dm_can_pci.c30 static inline struct m_can_pci_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
37 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_reg()
44 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_fifo()
58 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_reg()
68 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_fifo()
117 priv = cdev_to_priv(mcan_class); in m_can_pci_probe()
155 struct m_can_pci_priv *priv = cdev_to_priv(mcan_class); in m_can_pci_remove()
Dtcan4x5x-core.c105 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
148 struct tcan4x5x_priv *priv = cdev_to_priv(cdev); in tcan4x5x_read_reg()
159 struct tcan4x5x_priv *priv = cdev_to_priv(cdev); in tcan4x5x_read_fifo()
166 struct tcan4x5x_priv *priv = cdev_to_priv(cdev); in tcan4x5x_write_reg()
174 struct tcan4x5x_priv *priv = cdev_to_priv(cdev); in tcan4x5x_write_fifo()
193 struct tcan4x5x_priv *priv = cdev_to_priv(cdev); in tcan4x5x_write_tcan_reg()
223 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_init()
252 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_wake()
260 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_disable_state()
268 struct tcan4x5x_priv *tcan4x5x = cdev_to_priv(cdev); in tcan4x5x_get_gpios()
[all …]
Dm_can_platform.c20 static inline struct m_can_plat_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function
27 struct m_can_plat_priv *priv = cdev_to_priv(cdev); in iomap_read_reg()
34 struct m_can_plat_priv *priv = cdev_to_priv(cdev); in iomap_read_fifo()
48 struct m_can_plat_priv *priv = cdev_to_priv(cdev); in iomap_write_reg()
58 struct m_can_plat_priv *priv = cdev_to_priv(cdev); in iomap_write_fifo()
92 priv = cdev_to_priv(mcan_class); in m_can_plat_probe()
/linux-5.19.10/drivers/leds/
Dleds-mlxreg.c45 #define cdev_to_priv(c) container_of(c, struct mlxreg_led_data, led_cdev) macro
138 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_set()
149 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_brightness_get()
158 struct mlxreg_led_data *led_data = cdev_to_priv(cled); in mlxreg_led_blink_set()
Dleds-mlxcpld.c88 #define cdev_to_priv(c) container_of(c, struct mlxcpld_led_priv, cdev) macro
285 struct mlxcpld_led_priv *pled = cdev_to_priv(led); in mlxcpld_led_brightness_set()
301 struct mlxcpld_led_priv *pled = cdev_to_priv(led); in mlxcpld_led_blink_set()
Dleds-apu.c62 #define cdev_to_priv(c) container_of(c, struct apu_led_priv, cdev) macro
108 struct apu_led_priv *pled = cdev_to_priv(led); in apu1_led_brightness_set()