Linux Kernel
3.7.1
|
#include <ste_modem_shm.h>
Data Fields | |
int(* | power )(struct ste_modem_device *mdev, bool on) |
int(* | kick )(struct ste_modem_device *mdev, int notify_id) |
int(* | kick_subscribe )(struct ste_modem_device *mdev, int notify_id) |
int(* | setup )(struct ste_modem_device *mdev, struct ste_modem_dev_cb *cfg) |
struct ste_modem_dev_ops - Functions to control modem and modem interface.
: Main power switch, used for cold-start or complete power off. : Kick the modem. : Subscribe for notifications from the modem. : Provide callback functions to modem device.
This structure contains functions used by the ste remoteproc driver to manage the modem.
Definition at line 36 of file ste_modem_shm.h.
int(* kick)(struct ste_modem_device *mdev, int notify_id) |
Definition at line 38 of file ste_modem_shm.h.
int(* kick_subscribe)(struct ste_modem_device *mdev, int notify_id) |
Definition at line 39 of file ste_modem_shm.h.
int(* power)(struct ste_modem_device *mdev, bool on) |
Definition at line 37 of file ste_modem_shm.h.
int(* setup)(struct ste_modem_device *mdev, struct ste_modem_dev_cb *cfg) |
Definition at line 40 of file ste_modem_shm.h.