Searched refs:cdev_to_priv (Results 1 – 6 of 6) sorted by relevance
105 static inline struct tcan4x5x_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function148 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 …]
35 static inline struct m_can_pci_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function42 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_reg()49 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_read_fifo()63 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_reg()73 struct m_can_pci_priv *priv = cdev_to_priv(cdev); in iomap_write_fifo()155 priv = cdev_to_priv(mcan_class); in m_can_pci_probe()195 struct m_can_pci_priv *priv = cdev_to_priv(mcan_class); in m_can_pci_remove()
20 static inline struct m_can_plat_priv *cdev_to_priv(struct m_can_classdev *cdev) in cdev_to_priv() function27 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()
45 #define cdev_to_priv(c) container_of(c, struct mlxreg_led_data, led_cdev) macro138 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()
88 #define cdev_to_priv(c) container_of(c, struct mlxcpld_led_priv, cdev) macro285 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()
62 #define cdev_to_priv(c) container_of(c, struct apu_led_priv, cdev) macro108 struct apu_led_priv *pled = cdev_to_priv(led); in apu1_led_brightness_set()
Completed in 11 milliseconds