/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio_copy.c | 74 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy() 197 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 224 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes() 260 static inline void zero_extra_bytes(struct pio_buf *pbuf, unsigned int zbytes) in zero_extra_bytes() 288 struct pio_buf *pbuf, in merge_write8() 313 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8() 363 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 378 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes() 394 static inline void zero_extra_bytes(struct pio_buf *pbuf, unsigned int zbytes) in zero_extra_bytes() 405 struct pio_buf *pbuf, in merge_write8() [all …]
|
D | pio.c | 876 struct pio_buf *pbuf; in sc_disable() local 1335 struct pio_buf *pbuf = NULL; in sc_buffer_alloc() local 1563 struct pio_buf *pbuf; in sc_release_update() local
|
D | ud.c | 489 struct pio_buf *pbuf; in return_cnp() local
|
D | pio.h | 99 struct pio_buf pbuf; member
|
D | diag.c | 375 struct pio_buf *pbuf; in diagpkt_send() local 1795 void snoop_inline_pio_send(struct hfi1_devdata *dd, struct pio_buf *pbuf, in snoop_inline_pio_send()
|
D | rc.c | 697 struct pio_buf *pbuf; in hfi1_send_rc_ack() local
|
D | verbs.c | 1140 struct pio_buf *pbuf; in hfi1_verbs_send_pio() local
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | wifi.h | 153 #define SetToDs(pbuf) ({ \ argument 157 #define GetToDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 160 #define ClearToDs(pbuf) ({ \ argument 164 #define SetFrDs(pbuf) ({ \ argument 168 #define GetFrDs(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 171 #define ClearFrDs(pbuf) ({ \ argument 178 #define SetMFrag(pbuf) ({ \ argument 182 #define GetMFrag(pbuf) (((*(unsigned short *)(pbuf)) & \ argument 185 #define ClearMFrag(pbuf) ({ \ argument 189 #define SetRetry(pbuf) ({ \ argument [all …]
|
D | rtl8712_cmd.c | 114 static void r871x_internal_cmd_hdl(struct _adapter *padapter, u8 *pbuf) in r871x_internal_cmd_hdl() 131 static u8 read_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_macreg_hdl() 145 static u8 write_macreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_macreg_hdl() 159 static u8 read_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_bbreg_hdl() 175 static u8 write_bbreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_bbreg_hdl() 188 static u8 read_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in read_rfreg_hdl() 204 static u8 write_rfreg_hdl(struct _adapter *padapter, u8 *pbuf) in write_rfreg_hdl() 217 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 494 void r8712_atimdone_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_atimdone_event_callback() 498 void r8712_survey_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_survey_event_callback() 569 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() 923 void r8712_stassoc_event_callback(struct _adapter *adapter, u8 *pbuf) in r8712_stassoc_event_callback() 963 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() 1051 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() 114 u8 *r8712_get_ie(u8 *pbuf, sint index, sint *len, sint limit) in r8712_get_ie() 221 u8 *pbuf = pie; in r8712_get_wpa_ie() local
|
D | usb_ops_linux.c | 42 void *pbuf; member 195 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 | 1011 u8 *pbuf, shift_sz = 0; in recvbuf2recvframe() local
|
D | rtl871x_xmit.h | 148 u8 *pbuf; member
|
D | rtl871x_cmd.h | 488 unsigned char *pbuf; member
|
D | rtl871x_ioctl_linux.c | 1965 unsigned char *pbuf; in r871x_get_ap_info() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 158 #define SetToDs(pbuf) \ argument 161 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) argument 163 #define ClearToDs(pbuf) \ argument 166 #define SetFrDs(pbuf) \ argument 169 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) argument 171 #define ClearFrDs(pbuf) \ argument 177 #define SetMFrag(pbuf) \ argument 180 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) argument 182 #define ClearMFrag(pbuf) \ argument 185 #define SetRetry(pbuf) \ argument [all …]
|
D | rtw_cmd.h | 300 unsigned char *pbuf; member
|
D | rtw_xmit.h | 206 u8 *pbuf; member
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 42 u8 *pbuf; in rtw_init_mlme_priv() local 585 void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_atimdone_event_callback() 592 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback() 639 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback() 725 void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_dummy_event_callback() 729 void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_fwdbg_event_callback() 1030 void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle() 1155 void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_callback() 1208 void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stassoc_event_callback() 1268 void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stadel_event_callback() [all …]
|
D | rtw_ieee80211.c | 133 u8 *rtw_set_fixed_ie(void *pbuf, unsigned int len, void *source, in rtw_set_fixed_ie() 144 u8 *pbuf, in rtw_set_ie() 219 u8 *rtw_get_ie(u8 *pbuf, int index, int *len, int limit) in rtw_get_ie() 447 u8 *pbuf = pie; in rtw_get_wpa_ie() local 1188 unsigned char *pbuf; in rtw_get_cipher_info() local
|
D | rtw_mlme_ext.c | 906 unsigned char *pbuf, *pframe; in issue_asocrsp() local 4975 u8 setopmode_hdl(struct adapter *padapter, u8 *pbuf) in setopmode_hdl() 5001 u8 createbss_hdl(struct adapter *padapter, u8 *pbuf) in createbss_hdl() 5062 u8 join_cmd_hdl(struct adapter *padapter, u8 *pbuf) in join_cmd_hdl() 5176 u8 disconnect_hdl(struct adapter *padapter, unsigned char *pbuf) in disconnect_hdl() 5262 u8 sitesurvey_cmd_hdl(struct adapter *padapter, u8 *pbuf) in sitesurvey_cmd_hdl() 5334 u8 setauth_hdl(struct adapter *padapter, unsigned char *pbuf) in setauth_hdl() 5345 u8 setkey_hdl(struct adapter *padapter, u8 *pbuf) in setkey_hdl() 5367 u8 set_stakey_hdl(struct adapter *padapter, u8 *pbuf) in set_stakey_hdl() 5438 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 | 732 static void start_bss_network(struct adapter *padapter, u8 *pbuf) in start_bss_network() 860 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data()
|
D | rtw_wlan_util.c | 876 unsigned char *pbuf; in rtw_check_bcn_info() local 1589 __le32 *pbuf; in update_TSF() local
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 278 static void dummy_event_callback(struct rtw_adapter *adapter, const u8 *pbuf) in dummy_event_callback() 5434 int NULL_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in NULL_hdl23a() 5439 int setopmode_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setopmode_hdl23a() 5474 int createbss_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in createbss_hdl23a() 5527 int join_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in join_cmd_hdl23a() 5645 int disconnect_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in disconnect_hdl23a() 5761 int sitesurvey_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in sitesurvey_cmd_hdl23a() 5846 int setauth_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setauth_hdl23a() 5858 int setkey_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in setkey_hdl23a() 5884 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() 688 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 | 920 static void dynamic_chk_wk_hdl(struct rtw_adapter *padapter, u8 *pbuf, int sz) in dynamic_chk_wk_hdl() 1233 int rtw_drvextra_cmd_hdl23a(struct rtw_adapter *padapter, const u8 *pbuf) in rtw_drvextra_cmd_hdl23a()
|
D | rtw_ap.c | 631 static void start_bss_network(struct rtw_adapter *padapter, u8 *pbuf) in start_bss_network() 808 u8 *pbuf = mgmt->u.beacon.variable; in rtw_check_beacon_data23a() local
|
D | rtw_efuse.c | 114 void ReadEFuseByte23a(struct rtw_adapter *Adapter, u16 _offset, u8 *pbuf) in ReadEFuseByte23a()
|
/linux-4.4.14/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.4.14/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.4.14/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 | 2466 unsigned char *pbuf = param->u.bcn_ie.buf; in rtw_set_beacon() local
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_amanda.c | 94 char pbuf[sizeof("65535")], *tmp; in amanda_help() local
|
/linux-4.4.14/block/ |
D | cmdline-parser.c | 167 char *pbuf; in cmdline_parts_parse() local
|
/linux-4.4.14/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.4.14/drivers/net/wireless/mwifiex/ |
D | usb.c | 730 static int mwifiex_write_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, in mwifiex_write_data_sync() 753 static int mwifiex_read_data_sync(struct mwifiex_adapter *adapter, u8 *pbuf, in mwifiex_read_data_sync()
|
D | cmdevt.c | 1250 u8 *pbuf, u32 upld_len) in mwifiex_process_sleep_confirm_resp()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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 | 497 static u16 bthci_AssocMACAddr(struct rtw_adapter *padapter, void *pbuf) in bthci_AssocMACAddr() 512 void *pbuf in bthci_PALCapabilities() 534 void *pbuf, u8 EntryNum) in bthci_AssocPreferredChannelList() 584 static u16 bthci_AssocPALVer(struct rtw_adapter *padapter, void *pbuf) in bthci_AssocPALVer() 753 u8 *pbuf, in bthci_CommandCompleteHeader() 785 static u8 bthci_ExtensionEventHeaderRtk(u8 *pbuf, u8 extensionEvent) in bthci_ExtensionEventHeaderRtk()
|
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 445 u32 pbuf; /* next pkt address */ in rtl8188eu_xmitframe_complete() local
|
/linux-4.4.14/drivers/net/wireless/realtek/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.4.14/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.4.14/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 2572 char pbuf[128]; in ql_log() local 2631 char pbuf[128]; in ql_log_pci() local
|
D | qla_sup.c | 2582 uint8_t *pbuf; in qla25xx_read_optrom_data() local
|
/linux-4.4.14/drivers/leds/ |
D | led-class-flash.c | 197 char *pbuf = buf; in flash_fault_show() local
|
/linux-4.4.14/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.4.14/drivers/mtd/ubi/ |
D | block.c | 112 char *pbuf = &buf[0]; in ubiblock_set_param() local
|
D | build.c | 1385 char *pbuf = &buf[0]; in ubi_mtd_param_parse() local
|
/linux-4.4.14/sound/parisc/ |
D | harmony.h | 34 struct harmony_buffer pbuf; member
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 183 char kernbuf[20], *end, *pbuf; in lprocfs_write_frac_helper() local 1322 char kernbuf[22], *end, *pbuf; in lprocfs_write_frac_u64_helper() local
|
/linux-4.4.14/drivers/usb/mon/ |
D | mon_text.c | 97 char *pbuf; member
|
/linux-4.4.14/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.4.14/drivers/staging/rdma/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.4.14/arch/mips/include/asm/sgi/ |
D | hpc3.h | 20 u32 pbuf; /* physical address of data buffer */ member
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 1564 int brcms_ucode_init_buf(struct brcms_info *wl, void **pbuf, u32 idx) in brcms_ucode_init_buf()
|
/linux-4.4.14/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.4.14/drivers/scsi/lpfc/ |
D | lpfc_bsg.c | 4275 uint8_t *pbuf; in lpfc_bsg_read_ebuf_get() local 4346 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.4.14/drivers/net/ethernet/amd/ |
D | sunlance.c | 651 void __iomem *pbuf = piobuf; in lance_piocopy_to_skb() local
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.c | 2426 char *pbuf=NULL; in mptctl_hp_hostinfo() local
|
D | mptbase.c | 5334 u8 *pbuf; in mpt_GetScsiPortSettings() local 6201 ManufacturingPage0_t *pbuf = NULL; in mpt_get_manufacturing_pg_0() local
|
/linux-4.4.14/drivers/firewire/ |
D | net.c | 124 char *pbuf; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ds.c | 891 } pbuf; in register_services() local
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 5376 u8 *pbuf; in brcmf_construct_chaninfo() local 5482 u8 *pbuf; in brcmf_enable_bw40_2g() local
|
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 2727 u8 *pbuf; in rtw_add_beacon() local
|
/linux-4.4.14/drivers/media/usb/s2255/ |
D | s2255drv.c | 921 static int s2255_write_config(struct usb_device *udev, unsigned char *pbuf, in s2255_write_config()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 672 char *buf, *pbuf; in append_filter_err() local
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | onenand_base.c | 3073 unsigned char *pbuf = buf; in do_otp_write() local
|
/linux-4.4.14/drivers/tty/ |
D | synclink_gt.c | 202 __le32 pbuf; /* physical address of data buffer */ member
|