| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_headers_le.h | 65 static inline void hal_mdelay(struct rtw_hal_com_t *h, int ms) in hal_mdelay() 69 static inline void hal_udelay(struct rtw_hal_com_t *h, int us) in hal_udelay() 74 static inline void hal_msleep(struct rtw_hal_com_t *h, int ms) in hal_msleep() 79 static inline void hal_usleep(struct rtw_hal_com_t *h, int us) in hal_usleep() 85 static inline void *hal_mem_alloc(struct rtw_hal_com_t *h, u32 buf_sz) in hal_mem_alloc() 91 static inline void hal_mem_free(struct rtw_hal_com_t *h, void *buf, u32 buf_sz) in hal_mem_free() 97 static inline void *hal_mem_alloc(struct rtw_hal_com_t *h, u32 buf_sz) in hal_mem_alloc() 102 static inline void hal_mem_free(struct rtw_hal_com_t *h, void *buf, u32 buf_sz) in hal_mem_free() 107 static inline void hal_mem_set(struct rtw_hal_com_t *h, void *buf, s8 value, u32 size) in hal_mem_set() 112 static inline void hal_mem_cpy(struct rtw_hal_com_t *h, void *dest, in hal_mem_cpy() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_headers_le.h | 65 static inline void hal_mdelay(struct rtw_hal_com_t *h, int ms) in hal_mdelay() 69 static inline void hal_udelay(struct rtw_hal_com_t *h, int us) in hal_udelay() 74 static inline void hal_msleep(struct rtw_hal_com_t *h, int ms) in hal_msleep() 79 static inline void hal_usleep(struct rtw_hal_com_t *h, int us) in hal_usleep() 85 static inline void *hal_mem_alloc(struct rtw_hal_com_t *h, u32 buf_sz) in hal_mem_alloc() 91 static inline void hal_mem_free(struct rtw_hal_com_t *h, void *buf, u32 buf_sz) in hal_mem_free() 97 static inline void *hal_mem_alloc(struct rtw_hal_com_t *h, u32 buf_sz) in hal_mem_alloc() 102 static inline void hal_mem_free(struct rtw_hal_com_t *h, void *buf, u32 buf_sz) in hal_mem_free() 107 static inline void hal_mem_set(struct rtw_hal_com_t *h, void *buf, s8 value, u32 size) in hal_mem_set() 112 static inline void hal_mem_cpy(struct rtw_hal_com_t *h, void *dest, in hal_mem_cpy() [all …]
|
| /OK3568_Linux_fs/kernel/sound/parisc/ |
| H A D | harmony.c | 95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read() 101 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write() 107 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control() 113 harmony_reset(struct snd_harmony *h) in harmony_reset() 121 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts() 131 harmony_enable_interrupts(struct snd_harmony *h) in harmony_enable_interrupts() 141 harmony_mute(struct snd_harmony *h) in harmony_mute() 152 harmony_unmute(struct snd_harmony *h) in harmony_unmute() 163 harmony_set_control(struct snd_harmony *h) in harmony_set_control() 185 struct snd_harmony *h = dev; in snd_harmony_interrupt() local [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | obstack.h | 213 #define obstack_base(h) ((void *) (h)->object_base) argument 217 #define obstack_chunk_size(h) ((h)->chunk_size) argument 221 #define obstack_next_free(h) ((h)->next_free) argument 225 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 228 #define obstack_init(h) \ argument 233 #define obstack_begin(h, size) \ argument 238 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 243 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 248 #define obstack_chunkfun(h, newchunkfun) \ argument 251 #define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | obstack.h | 213 #define obstack_base(h) ((void *) (h)->object_base) argument 217 #define obstack_chunk_size(h) ((h)->chunk_size) argument 221 #define obstack_next_free(h) ((h)->next_free) argument 225 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 228 #define obstack_init(h) \ argument 233 #define obstack_begin(h, size) \ argument 238 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 243 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 248 #define obstack_chunkfun(h, newchunkfun) \ argument 251 #define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shrotpack.h | 52 #define SCRLEFT(x,y,w,h) (pScreen->height - ((y) + (h))) argument 53 #define SCRY(x,y,w,h) (x) argument 54 #define SCRWIDTH(x,y,w,h) (h) argument 55 #define FIRSTSHA(x,y,w,h) (((y) + (h) - 1) * shaStride + (x)) argument 56 #define STEPDOWN(x,y,w,h) ((w)--) argument 57 #define NEXTY(x,y,w,h) ((x)++) argument 63 #define SCRLEFT(x,y,w,h) (y) argument 64 #define SCRY(x,y,w,h) (pScreen->width - ((x) + (w)) - 1) argument 65 #define SCRWIDTH(x,y,w,h) (h) argument 66 #define FIRSTSHA(x,y,w,h) ((y) * shaStride + (x + w - 1)) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hpsa.c | 375 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention() 428 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy() 443 struct ctlr_info *h; in host_show_lockup_detected() local 457 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local 481 struct ctlr_info *h; in host_store_raid_offload_debug() local 505 struct ctlr_info *h; in host_store_rescan() local 521 struct ctlr_info *h; in host_show_firmware_revision() local 537 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local 546 struct ctlr_info *h; in host_show_transport_mode() local 558 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | obstack.h | 228 #define obstack_base(h) ((void *) (h)->object_base) argument 232 #define obstack_chunk_size(h) ((h)->chunk_size) argument 236 #define obstack_next_free(h) ((void *) (h)->next_free) argument 240 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 243 #define obstack_init(h) \ argument 248 #define obstack_begin(h, size) \ argument 253 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 258 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 263 #define obstack_chunkfun(h, newchunkfun) \ argument 266 #define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | obstack.h | 228 #define obstack_base(h) ((void *) (h)->object_base) argument 232 #define obstack_chunk_size(h) ((h)->chunk_size) argument 236 #define obstack_next_free(h) ((void *) (h)->next_free) argument 240 #define obstack_alignment_mask(h) ((h)->alignment_mask) argument 243 #define obstack_init(h) \ argument 248 #define obstack_begin(h, size) \ argument 253 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument 258 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument 263 #define obstack_chunkfun(h, newchunkfun) \ argument 266 #define obstack_freefun(h, newfreefun) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/net/dccp/ccids/lib/ |
| H A D | packet_history.c | 110 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet() 120 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate() 135 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap() 152 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss() 163 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss() 200 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss() 263 static void __three_after_loss(struct tfrc_rx_hist *h) in __three_after_loss() 311 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, in tfrc_rx_handle_loss() 334 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h) in tfrc_rx_hist_alloc() 355 void tfrc_rx_hist_purge(struct tfrc_rx_hist *h) in tfrc_rx_hist_purge() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | pltfm_ops_macos.h | 58 static __inline void _os_delay_ms(void *h, u32 ms) in _os_delay_ms() 61 static __inline void _os_delay_us(void *h, u32 us) in _os_delay_us() 64 static __inline void _os_sleep_ms(void *h, u32 ms) in _os_sleep_ms() 67 static __inline void _os_sleep_us(void *h, u32 us) in _os_sleep_us() 146 static __inline void *_os_mem_alloc(void *h, u32 buf_sz) in _os_mem_alloc() 151 static __inline void _os_mem_free(void *h, void *buf, u32 buf_sz) in _os_mem_free() 155 static inline void *_os_kmem_alloc(void *h, u32 buf_sz) in _os_kmem_alloc() 161 static inline void _os_kmem_free(void *h, void *buf, u32 buf_sz) in _os_kmem_free() 164 static __inline void _os_mem_set(void *h, void *buf, s8 value, u32 size) in _os_mem_set() 167 static __inline void _os_mem_cpy(void *h, void *dest, void *src, u32 size) in _os_mem_cpy() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | parse-options.h | 122 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 123 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 124 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 125 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 126 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 127 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 131 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 132 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 133 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 134 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-hfpll.c | 22 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_init_once() local 55 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable() local 91 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable() local 105 static void __clk_hfpll_disable(struct clk_hfpll *h) in __clk_hfpll_disable() 120 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable() local 131 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_round_rate() local 151 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate() local 189 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate() local 201 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init() local 227 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 116 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool() 278 struct hstate *h, in record_hugetlb_cgroup_uncharge_info() 369 struct hstate *h, long *regions_needed) in add_reservation_in_range() 514 long in_regions_needed, struct hstate *h, in region_add() 751 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local 798 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset() 877 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info() 1067 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page() 1076 static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid) in dequeue_huge_page_node_exact() 1099 static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid, in dequeue_huge_page_nodemask() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 81 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup() local 119 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up() local 207 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring() local 303 static void hns3_set_selftest_param(struct hnae3_handle *h, int (*st_param)[2]) in hns3_set_selftest_param() 327 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_prepare() local 357 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_restore() local 430 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count() local 494 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings() local 551 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats() local 577 struct hnae3_handle *h = priv->ae_handle; in hns3_get_drvinfo() local [all …]
|
| H A D | hns3_dcbnl.c | 9 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets() local 22 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets() local 35 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc() local 48 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc() local 62 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx() local 73 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx() local
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/ |
| H A D | checkers-common.c | 15 const struct decode_header *h) in checker_stack_use_none() 23 const struct decode_header *h) in checker_stack_use_unknown() 32 const struct decode_header *h) in checker_stack_use_imm_0xx() 45 const struct decode_header *h) in checker_stack_use_t32strd() 54 const struct decode_header *h) in checker_stack_use_imm_x0x() 64 const struct decode_header *h) in checker_stack_use_imm_xxx() 73 const struct decode_header *h) in checker_stack_use_stmdx()
|
| H A D | checkers-arm.c | 15 const struct decode_header *h) in arm_check_stack() 95 const struct decode_header *h) in arm_check_regs_nouse() 103 const struct decode_header *h) in arm_check_regs_normal() 119 const struct decode_header *h) in arm_check_regs_ldmstm() 129 const struct decode_header *h) in arm_check_regs_mov_ip_sp() 150 const struct decode_header *h) in arm_check_regs_ldrdstrd()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_regs_history_debugfs.c | 41 static int kbase_io_history_resize(struct kbase_io_history *h, u16 new_size) in kbase_io_history_resize() 77 int kbase_io_history_init(struct kbase_io_history *h, u16 n) in kbase_io_history_init() 90 void kbase_io_history_term(struct kbase_io_history *h) in kbase_io_history_term() 96 void kbase_io_history_add(struct kbase_io_history *h, in kbase_io_history_add() 119 struct kbase_io_history *const h = &kbdev->io_history; in kbase_io_history_dump() local 147 struct kbase_io_history *const h = data; in regs_history_size_get() local 156 struct kbase_io_history *const h = data; in regs_history_size_set() local 176 struct kbase_io_history *const h = sfile->private; in regs_history_show() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | pltfm_ops_macos.h | 58 static __inline void _os_delay_ms(void *h, u32 ms) in _os_delay_ms() 61 static __inline void _os_delay_us(void *h, u32 us) in _os_delay_us() 64 static __inline void _os_sleep_ms(void *h, u32 ms) in _os_sleep_ms() 67 static __inline void _os_sleep_us(void *h, u32 us) in _os_sleep_us() 155 static __inline void *_os_mem_alloc(void *h, u32 buf_sz) in _os_mem_alloc() 160 static __inline void _os_mem_free(void *h, void *buf, u32 buf_sz) in _os_mem_free() 164 static inline void *_os_kmem_alloc(void *h, u32 buf_sz) in _os_kmem_alloc() 170 static inline void _os_kmem_free(void *h, void *buf, u32 buf_sz) in _os_kmem_free() 173 static __inline void _os_mem_set(void *h, void *buf, s8 value, u32 size) in _os_mem_set() 176 static __inline void _os_mem_cpy(void *h, void *dest, void *src, u32 size) in _os_mem_cpy() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pfunc_core.c | 137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio() 147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio() 159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32() 171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32() 181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16() 193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16() 203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8() 215 static int pmf_parser_read_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg8() 224 static int pmf_parser_delay(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_delay() 233 static int pmf_parser_wait_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_wait_reg32() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bits.h | 23 #define GENMASK_INPUT_CHECK(h, l) \ argument 31 #define GENMASK_INPUT_CHECK(h, l) 0 argument 34 #define __GENMASK(h, l) \ argument 37 #define GENMASK(h, l) \ argument 40 #define __GENMASK_ULL(h, l) \ argument 43 #define GENMASK_ULL(h, l) \ argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | bits.h | 23 #define GENMASK_INPUT_CHECK(h, l) \ argument 31 #define GENMASK_INPUT_CHECK(h, l) 0 argument 34 #define __GENMASK(h, l) \ argument 37 #define GENMASK(h, l) \ argument 40 #define __GENMASK_ULL(h, l) \ argument 43 #define GENMASK_ULL(h, l) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_configfs.c | 82 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local 104 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local 114 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local 124 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local 134 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local 144 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local 154 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local 165 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local 176 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-vcodec/ |
| H A D | mtk_vcodec_util.h | 36 #define mtk_vcodec_err(h, fmt, args...) \ argument 53 #define mtk_vcodec_debug(h, fmt, args...) \ argument 61 #define mtk_vcodec_debug_enter(h) mtk_vcodec_debug(h, "+") argument 62 #define mtk_vcodec_debug_leave(h) mtk_vcodec_debug(h, "-") argument 70 #define mtk_vcodec_debug(h, fmt, args...) {} argument 71 #define mtk_vcodec_debug_enter(h) {} argument 72 #define mtk_vcodec_debug_leave(h) {} argument
|