Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 58) sorted by relevance

123

/linux-2.6.39/drivers/staging/rtl8712/
Dwifi.h142 #define SetToDs(pbuf) \ argument
147 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument
150 #define ClearToDs(pbuf) \ argument
155 #define SetFrDs(pbuf) \ argument
160 #define GetFrDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument
163 #define ClearFrDs(pbuf) \ argument
171 #define SetMFrag(pbuf) \ argument
176 #define GetMFrag(pbuf) (((*(unsigned short *)(pbuf)) & \ argument
179 #define ClearMFrag(pbuf) \ argument
184 #define SetRetry(pbuf) \ argument
[all …]
Drtl8712_cmd.c95 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl()
112 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl()
126 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl()
140 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl()
158 static u8 write_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_bbreg_hdl()
173 static u8 read_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_rfreg_hdl()
191 static u8 write_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_rfreg_hdl()
206 static u8 sys_suspend_hdl(struct _adapter *padapter, u8 *pbuf) in sys_suspend_hdl()
Drtl871x_mlme.c45 u8 *pbuf; in _init_mlme_priv() local
492 void r8712_atimdone_event_callback(struct _adapter *adapter , u8 *pbuf) in r8712_atimdone_event_callback()
496 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_survey_event_callback()
567 void r8712_surveydone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_surveydone_event_callback()
707 void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_joinbss_event_callback()
921 void r8712_stassoc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stassoc_event_callback()
961 void r8712_stadel_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stadel_event_callback()
1014 void r8712_cpwm_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_cpwm_event_callback()
1032 void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_got_addbareq_event_callback()
1054 void r8712_wpspbc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_wpspbc_event_callback()
Dieee80211.c100 u8 *r8712_set_ie(u8 *pbuf, sint index, uint len, u8 *source, uint *frlen) in r8712_set_ie()
113 u8 *r8712_get_ie(u8 *pbuf, sint index, sint *len, sint limit) in r8712_get_ie()
257 u8 *pbuf = pie; in r8712_get_wpa_ie() local
Dusb_ops_linux.c40 void *pbuf; member
196 uint isevt, *pbuf; in r8712_usb_read_port_complete() local
Drtl8712_recv.h84 u8 *pbuf; member
Drtl871x_io.h94 u8 *pbuf; member
/linux-2.6.39/drivers/isdn/hardware/eicon/
Dmntfunc.c213 byte *pbuf; in maint_read_write() local
245 byte *pbuf = NULL; in maint_read_write() local
/linux-2.6.39/drivers/net/caif/
Dcaif_shmcore.c131 struct buf_list *pbuf; in caif_shmdrv_rx_cb() local
264 struct buf_list *pbuf; in shm_rx_work_func() local
380 struct buf_list *pbuf = NULL; in shm_tx_work_func() local
685 struct buf_list *pbuf; in caif_shmcore_remove() local
/linux-2.6.39/arch/mips/wrppmc/
Dsetup.c73 static char pbuf[256] = {'\0', }; in wrppmc_early_printk() local
/linux-2.6.39/net/9p/
Dtrans_virtio.c329 char *pbuf; in p9_virtio_request() local
358 char *pbuf; in p9_virtio_request() local
/linux-2.6.39/fs/cifs/
Dlink.c230 char *pbuf; in CIFSQueryMFSymLink() local
296 char *pbuf; in CIFSCheckMFSymlink() local
/linux-2.6.39/net/netfilter/
Dnf_conntrack_amanda.c93 char pbuf[sizeof("65535")], *tmp; in amanda_help() local
/linux-2.6.39/drivers/video/via/
Dviafbdev.c1142 char buf[20], *value, *pbuf; in viafb_dvp0_proc_write() local
1212 char buf[20], *value, *pbuf; in viafb_dvp1_proc_write() local
1376 char buf[30], *value, *pbuf; in viafb_vt1636_proc_write() local
/linux-2.6.39/drivers/tty/serial/
Dmrst_max3110.c149 u8 *pbuf, valid_str[M3110_RX_FIFO_DEPTH]; in max3110_read_multi() local
394 u8 recv_buf[512], *pbuf; in max3110_con_receive() local
/linux-2.6.39/sound/core/seq/
Dseq_virmidi.c156 unsigned char buf[32], *pbuf; in snd_virmidi_output_trigger() local
Dseq_midi.c80 char buf[16], *pbuf; in snd_midi_input_event() local
/linux-2.6.39/drivers/net/wireless/rtlwifi/
Defuse.c201 static void read_efuse_byte(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf) in read_efuse_byte()
232 void read_efuse(struct ieee80211_hw *hw, u16 _offset, u16 _size_byte, u8 *pbuf) in read_efuse()
/linux-2.6.39/drivers/net/wan/
Dsdla.c661 struct buf_entry *pbuf; in sdla_transmit() local
753 struct buf_entry *pbuf; in sdla_receive() local
/linux-2.6.39/drivers/staging/easycap/
Deasycap_main.c2498 void *pbuf; in easycap_vma_fault() local
3012 void *pbuf; in easycap_usb_probe() local
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/
Ddisp.c658 u8 *pbuf; in send_message() local
Dstrm.c414 int strm_issue(struct strm_object *stream_obj, u8 *pbuf, u32 ul_bytes, in strm_issue()
/linux-2.6.39/drivers/mtd/ubi/
Dbuild.c1332 char *pbuf = &buf[0]; in ubi_mtd_param_parse() local
/linux-2.6.39/sound/parisc/
Dharmony.h34 struct harmony_buffer pbuf; member
/linux-2.6.39/drivers/staging/tidspbridge/pmgr/
Dcmm.c850 void *pbuf = NULL; in cmm_xlator_alloc_buf() local

123