Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
st_ll.c File Reference
#include <linux/skbuff.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/ti_wilink_st.h>

Go to the source code of this file.

Macros

#define pr_fmt(fmt)   "(stll) :" fmt
 

Functions

void st_ll_enable (struct st_data_s *ll)
 
void st_ll_disable (struct st_data_s *ll)
 
void st_ll_wakeup (struct st_data_s *ll)
 
unsigned long st_ll_getstate (struct st_data_s *ll)
 
unsigned long st_ll_sleep_state (struct st_data_s *st_data, unsigned char cmd)
 
long st_ll_init (struct st_data_s *ll)
 
long st_ll_deinit (struct st_data_s *ll)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    "(stll) :" fmt

Definition at line 22 of file st_ll.c.

Function Documentation

long st_ll_deinit ( struct st_data_s ll)

Definition at line 166 of file st_ll.c.

void st_ll_disable ( struct st_data_s ll)

Definition at line 106 of file st_ll.c.

void st_ll_enable ( struct st_data_s )

enable/disable ST LL along with KIM start/stop called by ST Core

Definition at line 99 of file st_ll.c.

unsigned long st_ll_getstate ( struct st_data_s )

various funcs used by ST core to set/get the various PM states of the chip.

Definition at line 124 of file st_ll.c.

long st_ll_init ( struct st_data_s ll)

Definition at line 158 of file st_ll.c.

unsigned long st_ll_sleep_state ( struct st_data_s st_data,
unsigned char  cmd 
)

Definition at line 131 of file st_ll.c.

void st_ll_wakeup ( struct st_data_s ll)

Definition at line 112 of file st_ll.c.