/linux-4.1.27/drivers/staging/rtl8712/ |
D | wifi.h | 162 #define SetToDs(pbuf) ({ \ argument 166 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 169 #define ClearToDs(pbuf) ({ \ argument 173 #define SetFrDs(pbuf) ({ \ argument 177 #define GetFrDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 180 #define ClearFrDs(pbuf) ({ \ argument 187 #define SetMFrag(pbuf) ({ \ argument 191 #define GetMFrag(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 194 #define ClearMFrag(pbuf) ({ \ argument 198 #define SetRetry(pbuf) ({ \ argument [all …]
|
D | rtl8712_cmd.c | 111 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl() 128 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl() 142 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl() 156 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl() 172 static u8 write_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_bbreg_hdl() 185 static u8 read_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_rfreg_hdl() 201 static u8 write_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_rfreg_hdl() 214 static u8 sys_suspend_hdl(struct _adapter *padapter, u8 *pbuf) in sys_suspend_hdl()
|
D | rtl871x_mlme.c | 47 u8 *pbuf; in _init_mlme_priv() local 502 void r8712_atimdone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_atimdone_event_callback() 506 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_survey_event_callback() 577 void r8712_surveydone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_surveydone_event_callback() 715 void r8712_joinbss_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_joinbss_event_callback() 929 void r8712_stassoc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stassoc_event_callback() 969 void r8712_stadel_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stadel_event_callback() 1020 void r8712_cpwm_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_cpwm_event_callback() 1038 void r8712_got_addbareq_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_got_addbareq_event_callback() 1057 void r8712_wpspbc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_wpspbc_event_callback()
|
D | ieee80211.c | 100 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() 223 u8 *pbuf = pie; in r8712_get_wpa_ie() local
|
D | usb_ops_linux.c | 42 void *pbuf; member 194 uint isevt, *pbuf; in r8712_usb_read_port_complete() local
|
D | rtl8712_recv.h | 114 u8 *pbuf; member
|
D | rtl871x_io.h | 119 u8 *pbuf; member
|
D | rtl8712_recv.c | 1008 u8 *pbuf, shift_sz = 0; in recvbuf2recvframe() local
|
D | rtl871x_xmit.h | 148 u8 *pbuf; member
|
D | rtl871x_cmd.h | 506 unsigned char *pbuf; member
|
D | rtl871x_ioctl_linux.c | 1981 unsigned char *pbuf; in r871x_get_ap_info() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 247 #define SetToDs(pbuf) \ argument 250 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) argument 252 #define ClearToDs(pbuf) \ argument 255 #define SetFrDs(pbuf) \ argument 258 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) argument 260 #define ClearFrDs(pbuf) \ argument 266 #define SetMFrag(pbuf) \ argument 269 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) argument 271 #define ClearMFrag(pbuf) \ argument 274 #define SetRetry(pbuf) \ argument [all …]
|
D | rtw_cmd.h | 300 unsigned char *pbuf; member
|
D | rtw_xmit.h | 206 u8 *pbuf; member
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 41 u8 *pbuf; in rtw_init_mlme_priv() local 584 void rtw_atimdone_event_callback(struct adapter *adapter , u8 *pbuf) in rtw_atimdone_event_callback() 591 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback() 638 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback() 727 void rtw_dummy_event_callback(struct adapter *adapter , u8 *pbuf) in rtw_dummy_event_callback() 731 void rtw_fwdbg_event_callback(struct adapter *adapter , u8 *pbuf) in rtw_fwdbg_event_callback() 1024 void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle() 1149 void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_callback() 1202 void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stassoc_event_callback() 1262 void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stadel_event_callback() [all …]
|
D | rtw_ieee80211.c | 131 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() 142 u8 *pbuf, in rtw_set_ie() 217 u8 *rtw_get_ie(u8 *pbuf, int index, int *len, int limit) in rtw_get_ie() 445 u8 *pbuf = pie; in rtw_get_wpa_ie() local 1186 unsigned char *pbuf; in rtw_get_cipher_info() local
|
D | rtw_mlme_ext.c | 2546 unsigned char *pbuf, *pframe; in issue_asocrsp() local 4931 u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf) in setopmode_hdl() 4957 u8 createbss_hdl(struct adapter *padapter, u8 *pbuf) in createbss_hdl() 5018 u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf) in join_cmd_hdl() 5132 u8 disconnect_hdl(struct adapter *padapter, unsigned char *pbuf) in disconnect_hdl() 5218 u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf) in sitesurvey_cmd_hdl() 5290 u8 setauth_hdl(struct adapter *padapter, unsigned char *pbuf) in setauth_hdl() 5301 u8 setkey_hdl(struct adapter *padapter, u8 *pbuf) in setkey_hdl() 5323 u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf) in set_stakey_hdl() 5395 u8 add_ba_hdl(struct adapter *padapter, unsigned char *pbuf) in add_ba_hdl() [all …]
|
D | rtw_efuse.c | 95 efuse_phymap_to_logical(u8 *phymap, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_phymap_to_logical() 316 void efuse_ReadEFuse(struct adapter *Adapter, u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf) in efuse_ReadEFuse()
|
D | rtw_cmd.c | 897 static void dynamic_chk_wk_hdl(struct adapter *padapter, u8 *pbuf, int sz) in dynamic_chk_wk_hdl() 1190 u8 rtw_drvextra_cmd_hdl(struct adapter *padapter, unsigned char *pbuf) in rtw_drvextra_cmd_hdl()
|
D | rtw_ap.c | 709 static void start_bss_network(struct adapter *padapter, u8 *pbuf) in start_bss_network() 837 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data()
|
D | rtw_wlan_util.c | 880 unsigned char *pbuf; in rtw_check_bcn_info() local 1591 __le32 *pbuf; in update_TSF() local
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | mntfunc.c | 213 byte *pbuf; in maint_read_write() local 245 byte *pbuf = NULL; in maint_read_write() local
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 279 static void dummy_event_callback(struct rtw_adapter *adapter, const u8 *pbuf) in dummy_event_callback() 5444 int NULL_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in NULL_hdl23a() 5449 int setopmode_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setopmode_hdl23a() 5484 int createbss_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in createbss_hdl23a() 5537 int join_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in join_cmd_hdl23a() 5655 int disconnect_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in disconnect_hdl23a() 5771 int sitesurvey_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in sitesurvey_cmd_hdl23a() 5856 int setauth_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setauth_hdl23a() 5868 int setkey_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setkey_hdl23a() 5894 int set_stakey_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in set_stakey_hdl23a() [all …]
|
D | rtw_ieee80211.c | 128 u8 *rtw_set_ie23a(u8 *pbuf, int index, uint len, const u8 *source, uint *frlen) in rtw_set_ie23a() 174 u8 *rtw_get_ie23a(u8 *pbuf, int index, int *len, int limit) in rtw_get_ie23a() 687 const u8 *pbuf; in rtw_get_cipher_info() local
|
D | rtw_mlme.c | 570 void rtw_survey_event_cb23a(struct rtw_adapter *adapter, const u8 *pbuf) in rtw_survey_event_cb23a() 637 rtw_surveydone_event_callback23a(struct rtw_adapter *adapter, const u8 *pbuf) in rtw_surveydone_event_callback23a() 1059 void rtw_joinbss_event_prehandle23a(struct rtw_adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle23a() 1215 void rtw23a_joinbss_event_cb(struct rtw_adapter *adapter, const u8 *pbuf) in rtw23a_joinbss_event_cb() 1224 void rtw_stassoc_event_callback23a(struct rtw_adapter *adapter, const u8 *pbuf) in rtw_stassoc_event_callback23a() 1301 void rtw_stadel_event_callback23a(struct rtw_adapter *adapter, const u8 *pbuf) in rtw_stadel_event_callback23a()
|
D | rtw_cmd.c | 919 static void dynamic_chk_wk_hdl(struct rtw_adapter *padapter, u8 *pbuf, int sz) in dynamic_chk_wk_hdl() 1232 int rtw_drvextra_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in rtw_drvextra_cmd_hdl23a()
|
D | rtw_ap.c | 624 static void start_bss_network(struct rtw_adapter *padapter, u8 *pbuf) in start_bss_network() 789 u8 *pbuf = mgmt->u.beacon.variable; in rtw_check_beacon_data23a() local
|
D | rtw_efuse.c | 135 ReadEFuseByte23a(struct rtw_adapter *Adapter, u16 _offset, u8 *pbuf) in ReadEFuseByte23a()
|
/linux-4.1.27/fs/cifs/ |
D | link.c | 327 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() 371 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() 414 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() 476 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink()
|
D | inode.c | 439 char *pbuf; local
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_context.c | 696 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_notifiers() 728 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_doorbells() 766 void **pbuf) in vmci_ctx_get_chkpt_state()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | osdep_service.c | 44 u8 *pbuf = NULL; in _rtw_malloc() local
|
D | usb_ops_linux.c | 25 static void interrupt_handler_8188eu(struct adapter *adapt, u16 pkt_len, u8 *pbuf) in interrupt_handler_8188eu() 45 u8 *pbuf; in recvbuf2recvframe() local
|
D | ioctl_linux.c | 2464 unsigned char *pbuf = param->u.bcn_ie.buf; in rtw_set_beacon() local
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_amanda.c | 94 char pbuf[sizeof("65535")], *tmp; in amanda_help() local
|
/linux-4.1.27/block/ |
D | cmdline-parser.c | 167 char *pbuf; in cmdline_parts_parse() local
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | usb.c | 673 static int mwifiex_write_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, in mwifiex_write_data_sync() 695 static int mwifiex_read_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, in mwifiex_read_data_sync()
|
D | cmdevt.c | 1205 u8 *pbuf, u32 upld_len) in mwifiex_process_sleep_confirm_resp()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-dma.c | 30 void *buf, *pbuf; in pxa2xx_spi_map_dma_buffer() local
|
D | spi-ep93xx.c | 441 const void *buf, *pbuf; in ep93xx_spi_dma_prepare() local
|
/linux-4.1.27/arch/metag/kernel/ |
D | traps.c | 485 static unsigned int load_fault(PTBICTXEXTCB0 pbuf) in load_fault() 490 static unsigned long fault_address(PTBICTXEXTCB0 pbuf) in fault_address()
|
/linux-4.1.27/drivers/media/pci/ddbridge/ |
D | ddbridge.h | 78 dma_addr_t pbuf[INPUT_DMA_MAX_BUFS]; member 107 dma_addr_t pbuf[OUTPUT_DMA_MAX_BUFS]; member
|
D | ddbridge-core.c | 239 dma_addr_t *pbuf; in ddb_address_table() local 262 dma_addr_t *pbuf, u32 size, int num) in io_free() 275 dma_addr_t *pbuf, u32 size, int num) in io_alloc()
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | viafbdev.c | 1145 char buf[20], *value, *pbuf; in viafb_dvp0_proc_write() local 1216 char buf[20], *value, *pbuf; in viafb_dvp1_proc_write() local 1373 char buf[30], *value, *pbuf; in viafb_vt1636_proc_write() local
|
/linux-4.1.27/sound/core/seq/ |
D | seq_virmidi.c | 157 unsigned char buf[32], *pbuf; in snd_virmidi_output_trigger() local
|
D | seq_midi.c | 80 char buf[16], *pbuf; in snd_midi_input_event() local
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_hal_init.c | 384 u16 _offset, u16 _size_byte, u8 *pbuf) in hal_ReadEFuse_WiFi() 475 u16 _offset, u16 _size_byte, u8 *pbuf) in hal_ReadEFuse_BT() 592 u8 efuseType, u16 _offset, u16 _size_byte, u8 *pbuf) in rtl8723a_readefuse()
|
D | usb_ops_linux.c | 347 u8 *pbuf; in recvbuf2recvframe() local
|
D | rtl8723a_bt-coexist.c | 498 static u16 bthci_AssocMACAddr(struct rtw_adapter *padapter, void *pbuf) in bthci_AssocMACAddr() 513 void *pbuf in bthci_PALCapabilities() 535 void *pbuf, u8 EntryNum) in bthci_AssocPreferredChannelList() 585 static u16 bthci_AssocPALVer(struct rtw_adapter *padapter, void *pbuf) in bthci_AssocPALVer() 754 u8 *pbuf, in bthci_CommandCompleteHeader() 786 static u8 bthci_ExtensionEventHeaderRtk(u8 *pbuf, u8 extensionEvent) in bthci_ExtensionEventHeaderRtk()
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 444 u32 pbuf; /* next pkt address */ in rtl8188eu_xmitframe_complete() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | efuse.c | 195 void read_efuse_byte(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf) in read_efuse_byte() 227 void read_efuse(struct ieee80211_hw *hw, u16 _offset, u16 _size_byte, u8 *pbuf) in read_efuse()
|
/linux-4.1.27/drivers/net/wan/ |
D | sdla.c | 666 struct buf_entry *pbuf; in sdla_transmit() local 760 struct buf_entry *pbuf; in sdla_receive() local
|
/linux-4.1.27/drivers/leds/ |
D | led-class-flash.c | 197 char *pbuf = buf; in flash_fault_show() local
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 2548 char pbuf[128]; in ql_log() local 2607 char pbuf[128]; in ql_log_pci() local
|
D | qla_sup.c | 2582 uint8_t *pbuf; in qla25xx_read_optrom_data() local
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | block.c | 111 char *pbuf = &buf[0]; in ubiblock_set_param() local
|
D | build.c | 1416 char *pbuf = &buf[0]; in ubi_mtd_param_parse() local
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 107 u8 *pbuf; member
|
D | rtw_xmit.h | 205 u8 *pbuf; member
|
D | rtw_cmd.h | 459 unsigned char *pbuf; member
|
/linux-4.1.27/sound/parisc/ |
D | harmony.h | 34 struct harmony_buffer pbuf; member
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 580 struct qlcnic_cmd_buffer *pbuf) in qlcnic_map_tx_skb() 626 struct qlcnic_cmd_buffer *pbuf) in qlcnic_unmap_buffers() 652 struct qlcnic_cmd_buffer *pbuf; in qlcnic_xmit_frame() local
|
D | qlcnic_hw.c | 393 struct qlcnic_cmd_buffer *pbuf; in qlcnic_send_cmd_descs() local
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 97 char *pbuf; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 184 char kernbuf[20], *end, *pbuf; in lprocfs_write_frac_helper() local 1869 char kernbuf[22], *end, *pbuf; in lprocfs_write_frac_u64_helper() local
|
/linux-4.1.27/fs/ubifs/ |
D | recovery.c | 109 static int get_master_node(const struct ubifs_info *c, int lnum, void **pbuf, in get_master_node()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_mrmw.c | 1774 struct ib_phys_buf *pbuf = phys_buf_array; in ehca_mr_chk_buf_and_calc_size() local 2005 struct ib_phys_buf *pbuf; in ehca_set_pagebuf_phys() local
|
/linux-4.1.27/arch/mips/include/asm/sgi/ |
D | hpc3.h | 20 u32 pbuf; /* physical address of data buffer */ member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 1570 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, u32 idx) in brcms_ucode_init_buf()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_main.c | 1999 struct sk_buff *skb, struct netxen_cmd_buffer *pbuf) in netxen_map_tx_skb() 2059 struct netxen_cmd_buffer *pbuf; in netxen_nic_xmit_frame() local
|
D | netxen_nic_hw.c | 583 struct netxen_cmd_buffer *pbuf; in netxen_send_cmd_descs() local
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 4284 uint8_t *pbuf; in lpfc_bsg_read_ebuf_get() local 4356 uint8_t *pbuf; in lpfc_bsg_write_ebuf_set() local
|
D | lpfc_debugfs.c | 1260 char *pbuf, *step_str; in lpfc_idiag_cmd_get() local
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptctl.c | 2413 char *pbuf=NULL; in mptctl_hp_hostinfo() local
|
D | mptbase.c | 5358 u8 *pbuf; in mpt_GetScsiPortSettings() local 6225 ManufacturingPage0_t *pbuf = NULL; in mpt_get_manufacturing_pg_0() local
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | sunlance.c | 651 void __iomem *pbuf = piobuf; in lance_piocopy_to_skb() local
|
/linux-4.1.27/drivers/firewire/ |
D | net.c | 124 char *pbuf; member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ds.c | 891 } pbuf; in register_services() local
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 5321 u8 *pbuf; in brcmf_construct_chaninfo() local 5461 u8 *pbuf; in brcmf_enable_bw40_2g() local
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2727 u8 *pbuf; in rtw_add_beacon() local
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 918 static int s2255_write_config(struct usb_device *udev, unsigned char *pbuf, in s2255_write_config()
|
/linux-4.1.27/kernel/trace/ |
D | trace_events_filter.c | 628 char *buf, *pbuf; in append_filter_err() local
|
/linux-4.1.27/drivers/mtd/onenand/ |
D | onenand_base.c | 3073 unsigned char *pbuf = buf; in do_otp_write() local
|
/linux-4.1.27/drivers/tty/ |
D | synclink_gt.c | 202 __le32 pbuf; /* physical address of data buffer */ member
|