Home
last modified time | relevance | path

Searched defs:_ptr (Results 26 – 50 of 50) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dbasic_types.h186 #define ReadEF1Byte(_ptr) EF1Byte(*((u8 *)(_ptr))) argument
187 #define ReadEF2Byte(_ptr) EF2Byte(*((u16 *)(_ptr))) argument
188 #define ReadEF4Byte(_ptr) EF4Byte(*((u32 *)(_ptr))) argument
193 #define WriteEF1Byte(_ptr, _val) (*((u8 *)(_ptr)))=EF1Byte(_val) argument
194 #define WriteEF2Byte(_ptr, _val) (*((u16 *)(_ptr)))=EF2Byte(_val) argument
195 #define WriteEF4Byte(_ptr, _val) (*((u32 *)(_ptr)))=EF4Byte(_val) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dpltfm_ops_none.h699 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument
700 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument
701 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument
706 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument
707 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument
708 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument
713 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument
714 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument
715 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument
720 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument
[all …]
H A Dpltfm_ops_windows.h49 #define WriteLE4Byte(_ptr, _val) WriteEF4Byte(_ptr,_val) argument
50 #define WriteLE2Byte(_ptr, _val) WriteEF2Byte(_ptr,_val) argument
51 #define WriteLE1Byte(_ptr, _val) WriteEF1Byte(_ptr,_val) argument
53 #define WriteBE4Byte(_ptr, _val) WriteEF4Byte(_ptr,H2N1BYTE(_val)) argument
54 #define WriteBE2Byte(_ptr, _val) WriteEF2Byte(_ptr,H2N2BYTE(_val)) argument
55 #define WriteBE1Byte(_ptr, _val) WriteEF1Byte(_ptr,H2N4BYTE(_val)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dpltfm_ops_none.h690 #define ReadLE4Byte(_ptr) le32_to_cpu(*((u32 *)(_ptr))) argument
691 #define ReadLE2Byte(_ptr) le16_to_cpu(*((u16 *)(_ptr))) argument
692 #define ReadLE1Byte(_ptr) (*((u8 *)(_ptr))) argument
697 #define ReadBEE4Byte(_ptr) be32_to_cpu(*((u32 *)(_ptr))) argument
698 #define ReadBE2Byte(_ptr) be16_to_cpu(*((u16 *)(_ptr))) argument
699 #define ReadBE1Byte(_ptr) (*((u8 *)(_ptr))) argument
704 #define WriteLE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_le32(_val)) argument
705 #define WriteLE2Byte(_ptr, _val) ((*((u16 *)(_ptr))) = cpu_to_le16(_val)) argument
706 #define WriteLE1Byte(_ptr, _val) ((*((u8 *)(_ptr))) = ((u8)(_val))) argument
711 #define WriteBE4Byte(_ptr, _val) ((*((u32 *)(_ptr))) = cpu_to_be32(_val)) argument
[all …]
H A Dpltfm_ops_windows.h49 #define WriteLE4Byte(_ptr, _val) WriteEF4Byte(_ptr,_val) argument
50 #define WriteLE2Byte(_ptr, _val) WriteEF2Byte(_ptr,_val) argument
51 #define WriteLE1Byte(_ptr, _val) WriteEF1Byte(_ptr,_val) argument
53 #define WriteBE4Byte(_ptr, _val) WriteEF4Byte(_ptr,H2N1BYTE(_val)) argument
54 #define WriteBE2Byte(_ptr, _val) WriteEF2Byte(_ptr,H2N2BYTE(_val)) argument
55 #define WriteBE1Byte(_ptr, _val) WriteEF1Byte(_ptr,H2N4BYTE(_val)) argument
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dsmartptr.h109 : _ptr (obj), _ref(NULL) in _ptr() function
194 delete _ptr; in release() local
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Ddebugfs.c661 #define print_param(_seq, _ptr, _param) \ argument
664 #define print_param_hex(_seq, _ptr, _param) \ argument
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_hashtab.h40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcmpxchg.h158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
H A Dinsn.h108 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN) argument
/OK3568_Linux_fs/u-boot/include/dm/
H A Ddevice.h190 #define of_match_ptr(_ptr) (_ptr) argument
192 #define of_match_ptr(_ptr) NULL argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dpm.h381 #define pm_ptr(_ptr) (_ptr) argument
383 #define pm_ptr(_ptr) NULL argument
H A Dacpi.h666 #define ACPI_PTR(_ptr) (_ptr) argument
931 #define ACPI_PTR(_ptr) (NULL) argument
H A Dof.h416 #define of_match_ptr(_ptr) (_ptr) argument
1010 #define of_match_ptr(_ptr) NULL argument
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dinsn.h108 #define insn_decode_kernel(_insn, _ptr) insn_decode((_insn), (_ptr), MAX_INSN_SIZE, INSN_MODE_KERN) argument
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsysfs.c196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi.h283 #define MCDI_FIELD(_ptr, _type, _field) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_event_log_filter.c2082 ewpr_single_serial(ewpr_serial_info_t *info, char *buf, int buf_len, void *_ptr, char del) in ewpr_single_serial()
2549 void * _ptr, int bit_offset) in ewpr_single_bit_pack()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_event_log_filter.c2082 ewpr_single_serial(ewpr_serial_info_t *info, char *buf, int buf_len, void *_ptr, char del) in ewpr_single_serial()
2549 void * _ptr, int bit_offset) in ewpr_single_bit_pack()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c32 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
36 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.h506 #define MLAN_DELAYED_CONTAINER_OF(_ptr, _type, _m) container_of(_ptr, _type, _m) argument
513 #define MLAN_DELAYED_CONTAINER_OF(_ptr, _type, _m) container_of(_ptr, _type, _m.work) argument
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c3043 #define add_positive(_ptr, _val) do { \ argument
3063 #define sub_positive(_ptr, _val) do { \ argument
3079 #define lsub_positive(_ptr, _val) do { \ argument
/OK3568_Linux_fs/kernel/include/scsi/
H A Discsi_if.h742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.h568 #define MLAN_DELAYED_CONTAINER_OF(_ptr, _type, _m) container_of(_ptr, _type, _m) argument
575 #define MLAN_DELAYED_CONTAINER_OF(_ptr, _type, _m) \ argument
/OK3568_Linux_fs/kernel/include/rdma/
H A Dib_verbs.h749 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument

12