Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ste_modem_dev_ops Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

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.

Definition at line 40 of file ste_modem_shm.h.


The documentation for this struct was generated from the following file: