| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | wifi.h | 73 #define SetToDs(pbuf) \ argument 76 #define GetToDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_TO_DS_)) != 0) argument 78 #define SetFrDs(pbuf) \ argument 81 #define GetFrDs(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_FROM_DS_)) != 0) argument 85 #define SetMFrag(pbuf) \ argument 88 #define GetMFrag(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_MORE_FRAG_)) != 0) argument 90 #define ClearMFrag(pbuf) \ argument 93 #define GetRetry(pbuf) (((*(__le16 *)(pbuf)) & cpu_to_le16(_RETRY_)) != 0) argument 95 #define ClearRetry(pbuf) \ argument 98 #define SetPwrMgt(pbuf) \ argument [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 30 void pio_copy(struct hfi1_devdata *dd, struct pio_buf *pbuf, u64 pbc, in pio_copy() 183 static inline void read_low_bytes(struct pio_buf *pbuf, const void *from, in read_low_bytes() 199 static inline void read_extra_bytes(struct pio_buf *pbuf, in read_extra_bytes() 216 struct pio_buf *pbuf, in merge_write8() 241 static inline int carry_write8(struct pio_buf *pbuf, void __iomem *dest) in carry_write8() 262 void seg_pio_copy_start(struct pio_buf *pbuf, u64 pbc, in seg_pio_copy_start() 355 static void mid_copy_mix(struct pio_buf *pbuf, const void *from, size_t nbytes) in mid_copy_mix() 482 static void mid_copy_straight(struct pio_buf *pbuf, in mid_copy_straight() 571 void seg_pio_copy_mid(struct pio_buf *pbuf, const void *from, size_t nbytes) in seg_pio_copy_mid() 667 void seg_pio_copy_end(struct pio_buf *pbuf) in seg_pio_copy_end()
|
| H A D | ud.c | 601 struct pio_buf *pbuf; in return_cnp_16B() local 663 struct pio_buf *pbuf; in return_cnp() local
|
| H A D | pio.c | 879 struct pio_buf *pbuf; in sc_disable() local 1401 struct pio_buf *pbuf = NULL; in sc_buffer_alloc() local 1647 struct pio_buf *pbuf; in sc_release_update() local
|
| /linux/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-stats.c | 176 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_awb_meas_v10() 197 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_awb_meas_v12() 218 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_aec_meas_v10() 231 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_aec_meas_v12() 255 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_afc_meas() 272 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_hst_meas_v10() 286 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_hst_meas_v12() 303 struct rkisp1_stat_buffer *pbuf) in rkisp1_stats_get_bls_meas()
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 45 u8 *pbuf; in rtw_init_mlme_priv() local 637 void rtw_atimdone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_atimdone_event_callback() 641 void rtw_survey_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_survey_event_callback() 684 void rtw_surveydone_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_surveydone_event_callback() 783 void rtw_dummy_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_dummy_event_callback() 787 void rtw_fwdbg_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_fwdbg_event_callback() 1148 void rtw_joinbss_event_prehandle(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_prehandle() 1256 void rtw_joinbss_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_joinbss_event_callback() 1277 void rtw_stassoc_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stassoc_event_callback() 1368 void rtw_stadel_event_callback(struct adapter *adapter, u8 *pbuf) in rtw_stadel_event_callback() [all …]
|
| H A D | rtw_ieee80211.c | 109 u8 *rtw_set_fixed_ie(unsigned char *pbuf, unsigned int len, unsigned char *source, in rtw_set_fixed_ie() 118 u8 *rtw_set_ie(u8 *pbuf, in rtw_set_ie() 137 u8 *rtw_get_ie(u8 *pbuf, signed int index, signed int *len, signed int limit) in rtw_get_ie() 366 u8 *pbuf = pie; in rtw_get_wpa_ie() local 1007 unsigned char *pbuf; in rtw_get_cipher_info() local
|
| /linux/fs/smb/client/ |
| H A D | link.c | 229 char *pbuf, unsigned int *pbytes_read) in cifs_query_mf_symlink() 274 char *pbuf, unsigned int *pbytes_written) in cifs_create_mf_symlink() 314 char *pbuf, unsigned int *pbytes_read) in smb3_query_mf_symlink() 377 char *pbuf, unsigned int *pbytes_written) in smb3_create_mf_symlink()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_dbg.c | 2458 static void ql_dbg_prefix(char *pbuf, int pbuf_size, struct pci_dev *pdev, in ql_dbg_prefix() 2495 char pbuf[64]; in ql_dbg() local 2535 char pbuf[128]; in ql_dbg_pci() local 2576 char pbuf[128]; in ql_log() local 2628 char pbuf[128]; in ql_log_pci() local 2728 char pbuf[128]; in ql_dbg_qp() local
|
| /linux/arch/mips/kvm/ |
| H A D | loongson_ipi.c | 60 void *pbuf; in loongson_vipi_read() local 105 void *pbuf; in loongson_vipi_write() local
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_context.c | 678 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_notifiers() 710 u32 *buf_size, void **pbuf) in vmci_ctx_get_chkpt_doorbells() 747 void **pbuf) in vmci_ctx_get_chkpt_state()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | map_kptr.c | 19 char buf[16], *pbuf; in test_map_kptr_success() local
|
| /linux/tools/perf/ui/browsers/ |
| H A D | res_sample.c | 38 char pbuf[256], tidbuf[32], cpubuf[32]; in res_sample_browse() local
|
| H A D | scripts.c | 265 char pbuf[256]; in list_scripts() local
|
| /linux/include/linux/ |
| H A D | packing.h | 438 #define pack_fields(pbuf, pbuflen, ustruct, fields, quirks) \ argument 448 #define unpack_fields(pbuf, pbuflen, ustruct, fields, quirks) \ argument
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_onfi.c | 149 struct nand_onfi_params *p = NULL, *pbuf; in nand_onfi_detect() local
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 2163 char *pbuf; in lpfc_debugfs_lockstat_write() local 2640 char *pbuf; in lpfc_debugfs_multixripools_write() local 2722 char *pbuf; in lpfc_debugfs_nvmestat_write() local 2863 char *pbuf; in lpfc_debugfs_ioktime_write() local 2991 char *pbuf; in lpfc_debugfs_nvmeio_trc_write() local 3096 char *pbuf; in lpfc_debugfs_hdwqstat_write() local 3177 char *pbuf, *step_str; in lpfc_idiag_cmd_get() local
|
| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 1132 char buf[20], *value, *pbuf; in viafb_dvp0_proc_write() local 1202 char buf[20], *value, *pbuf; in viafb_dvp1_proc_write() local 1356 char buf[30], *value, *pbuf; in viafb_vt1636_proc_write() local
|
| /linux/kernel/cgroup/ |
| H A D | debug.c | 205 char pbuf[16]; in cgroup_subsys_states_read() local
|
| /linux/fs/afs/ |
| H A D | addr_prefs.c | 25 static int afs_split_string(char **pbuf, char *strv[], unsigned int maxstrv) in afs_split_string()
|
| /linux/arch/loongarch/kvm/intc/ |
| H A D | ipi.c | 80 void *pbuf; in write_mailbox() local
|
| /linux/sound/core/seq/ |
| H A D | seq_midi.c | 67 char buf[16], *pbuf; in snd_midi_input_event() local
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 396 struct ffa_partition_info *pbuf; in ffa_partition_probe() local 1112 struct ffa_partition_info *pbuf; in ffa_partition_info_get() local 1591 struct ffa_partition_info *pbuf, *tpbuf; in ffa_device_match_uuid() local 1736 struct ffa_partition_info *pbuf, *tpbuf; in ffa_setup_partitions() local
|
| /linux/drivers/edac/ |
| H A D | zynqmp_edac.c | 299 char buf[6], *pbuf, *token[2]; in inject_ue_write() local
|
| /linux/drivers/mtd/ubi/ |
| H A D | block.c | 102 char *pbuf = &buf[0]; in ubiblock_set_param() local
|