Searched refs:pse_controller_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/pse-pd/ |
| H A D | pse.h | 22 struct pse_controller_dev; 53 int (*map_event)(int irq, struct pse_controller_dev *pcdev, 193 int (*setup_pi_matrix)(struct pse_controller_dev *pcdev); 194 int (*pi_get_admin_state)(struct pse_controller_dev *pcdev, int id, 196 int (*pi_get_pw_status)(struct pse_controller_dev *pcdev, int id, 198 int (*pi_get_ext_state)(struct pse_controller_dev *pcdev, int id, 200 int (*pi_get_pw_class)(struct pse_controller_dev *pcdev, int id); 201 int (*pi_get_actual_pw)(struct pse_controller_dev *pcdev, int id); 202 int (*pi_enable)(struct pse_controller_dev *pcdev, int id); 203 int (*pi_disable)(struct pse_controller_dev *pcdev, int id); [all …]
|
| /linux/drivers/net/pse-pd/ |
| H A D | tps23881.c | 76 struct pse_controller_dev pcdev; 81 static struct tps23881_priv *to_tps23881_priv(struct pse_controller_dev *pcdev) in to_tps23881_priv() 183 static int tps23881_pi_enable(struct pse_controller_dev *pcdev, int id) in tps23881_pi_enable() 221 static int tps23881_pi_disable(struct pse_controller_dev *pcdev, int id) in tps23881_pi_disable() 297 tps23881_pi_get_admin_state(struct pse_controller_dev *pcdev, int id, in tps23881_pi_get_admin_state() 333 tps23881_pi_get_pw_status(struct pse_controller_dev *pcdev, int id, in tps23881_pi_get_pw_status() 368 static int tps23881_pi_get_voltage(struct pse_controller_dev *pcdev, int id) in tps23881_pi_get_voltage() 405 static int tps23881_pi_get_pw_class(struct pse_controller_dev *pcdev, in tps23881_pi_get_pw_class() 423 tps23881_pi_get_actual_pw(struct pse_controller_dev *pcdev, int id) in tps23881_pi_get_actual_pw() 471 static int tps23881_pi_get_pw_limit(struct pse_controller_dev *pcdev, int id) in tps23881_pi_get_pw_limit() [all …]
|
| H A D | pd692x0.c | 98 struct pse_controller_dev pcdev; 393 static struct pd692x0_priv *to_pd692x0_priv(struct pse_controller_dev *pcdev) in to_pd692x0_priv() 417 static int pd692x0_pi_enable(struct pse_controller_dev *pcdev, int id) in pd692x0_pi_enable() 442 static int pd692x0_pi_disable(struct pse_controller_dev *pcdev, int id) in pd692x0_pi_disable() 529 pd692x0_pi_get_ext_state(struct pse_controller_dev *pcdev, int id, in pd692x0_pi_get_ext_state() 641 pd692x0_pi_get_pw_limit_ranges(struct pse_controller_dev *pcdev, int id, in pd692x0_pi_get_pw_limit_ranges() 665 pd692x0_pi_get_admin_state(struct pse_controller_dev *pcdev, int id, in pd692x0_pi_get_admin_state() 695 pd692x0_pi_get_pw_status(struct pse_controller_dev *pcdev, int id, in pd692x0_pi_get_pw_status() 730 pd692x0_pi_get_pw_class(struct pse_controller_dev *pcdev, int id) in pd692x0_pi_get_pw_class() 755 pd692x0_pi_get_actual_pw(struct pse_controller_dev *pcdev, int id) in pd692x0_pi_get_actual_pw() [all …]
|