Searched refs:st_write (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dbt_drv.h53 long (*st_write) (struct sk_buff *); member in struct:hci_st
H A Dst_core.h103 * st_write -
107 long st_write(struct sk_buff *);
H A Dbt_drv.c251 hst->st_write = hci_st_proto.write;
260 hst->st_write = NULL;
297 hst->st_write = NULL;
349 if (!hst->st_write) {
351 BT_DRV_ERR(" Can't write to ST, st_write null?");
355 len = hst->st_write(skb);
H A Dst_core.c60 * -- ST Core (during st_write)
501 * - st_write (in context of the protocol stack)
596 new_proto->write = st_write;
655 new_proto->write = st_write;
679 new_proto->write = st_write;
746 long st_write(struct sk_buff *skb) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/ti-st/
H A Dbt_drv.h53 long (*st_write) (struct sk_buff *); member in struct:hci_st
H A Dst_core.h103 * st_write -
107 long st_write(struct sk_buff *);
H A Dbt_drv.c251 hst->st_write = hci_st_proto.write;
260 hst->st_write = NULL;
297 hst->st_write = NULL;
349 if (!hst->st_write) {
351 BT_DRV_ERR(" Can't write to ST, st_write null?");
355 len = hst->st_write(skb);
H A Dst_core.c60 * -- ST Core (during st_write)
501 * - st_write (in context of the protocol stack)
596 new_proto->write = st_write;
655 new_proto->write = st_write;
679 new_proto->write = st_write;
746 long st_write(struct sk_buff *skb) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dst.c1547 st_write(struct file *filp, const char __user *buf, size_t count, loff_t * ppos)
3972 .write = st_write,
1540 st_write(struct file *filp, const char __user *buf, size_t count, loff_t * ppos) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dst.c1547 st_write(struct file *filp, const char __user *buf, size_t count, loff_t * ppos)
3972 .write = st_write,
1540 st_write(struct file *filp, const char __user *buf, size_t count, loff_t * ppos) function

Completed in 94 milliseconds