#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/tty.h>
#include <linux/seq_file.h>
#include <linux/skbuff.h>
#include <linux/ti_wilink_st.h>
Go to the source code of this file.
#define pr_fmt |
( |
|
fmt | ) |
"(stc): " fmt |
st_int_recv - ST's internal receive function. Decodes received RAW data and forwards to corresponding client drivers (Bluetooth,FM,GPS..etc). This can receive various types of packets, HCI-Events, ACL, SCO, 4 types of HCI-LL PM packets CH-8 packets from FM, CH-9 packets from GPS cores.
Definition at line 237 of file st_core.c.
st_int_write - point this to tty->driver->write or tty->ops->write depending upon the kernel version
Definition at line 84 of file st_core.c.