| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | basic_types.h | 186 #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 D | pltfm_ops_none.h | 699 #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 D | pltfm_ops_windows.h | 49 #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 D | pltfm_ops_none.h | 690 #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 D | pltfm_ops_windows.h | 49 #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 D | smartptr.h | 109 : _ptr (obj), _ref(NULL) in _ptr() function 194 delete _ptr; in release() local
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | debugfs.c | 661 #define print_param(_seq, _ptr, _param) \ argument 664 #define print_param_hex(_seq, _ptr, _param) \ argument
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 158 #define __raw_try_cmpxchg(_ptr, _pold, _new, size, lock) \ argument
|
| H A D | insn.h | 108 #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 D | device.h | 190 #define of_match_ptr(_ptr) (_ptr) argument 192 #define of_match_ptr(_ptr) NULL argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pm.h | 381 #define pm_ptr(_ptr) (_ptr) argument 383 #define pm_ptr(_ptr) NULL argument
|
| H A D | acpi.h | 666 #define ACPI_PTR(_ptr) (_ptr) argument 931 #define ACPI_PTR(_ptr) (NULL) argument
|
| H A D | of.h | 416 #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 D | insn.h | 108 #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 D | sysfs.c | 196 #define EXT4_ATTR_PTR(_name,_mode,_id,_ptr) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mcdi.h | 283 #define MCDI_FIELD(_ptr, _type, _field) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_event_log_filter.c | 2082 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 D | dhd_event_log_filter.c | 2082 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 D | qed_mcp.c | 32 #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 D | moal_main.h | 506 #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 D | fair.c | 3043 #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 D | iscsi_if.h | 742 #define iscsi_handle(_ptr) ((uint64_t)(unsigned long)_ptr) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.h | 568 #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 D | ib_verbs.h | 749 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument
|