Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 1764) sorted by relevance

12345678910>>...71

/kernel/linux/linux-5.10/sound/parisc/
Dharmony.c95 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 …]
/kernel/linux/linux-4.19/sound/parisc/
Dharmony.c108 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read()
114 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write()
120 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control()
126 harmony_reset(struct snd_harmony *h) in harmony_reset()
134 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts()
144 harmony_enable_interrupts(struct snd_harmony *h) in harmony_enable_interrupts()
154 harmony_mute(struct snd_harmony *h) in harmony_mute()
165 harmony_unmute(struct snd_harmony *h) in harmony_unmute()
176 harmony_set_control(struct snd_harmony *h) in harmony_set_control()
198 struct snd_harmony *h = dev; in snd_harmony_interrupt() local
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dhpsa.c375 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 …]
/kernel/linux/linux-4.19/drivers/scsi/
Dhpsa.c373 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
426 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
441 struct ctlr_info *h; in host_show_lockup_detected() local
455 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
479 struct ctlr_info *h; in host_store_raid_offload_debug() local
503 struct ctlr_info *h; in host_store_rescan() local
519 struct ctlr_info *h; in host_show_firmware_revision() local
535 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
544 struct ctlr_info *h; in host_show_transport_mode() local
556 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
[all …]
/kernel/linux/linux-5.10/net/dccp/ccids/lib/
Dpacket_history.c110 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 …]
/kernel/linux/linux-4.19/net/dccp/ccids/lib/
Dpacket_history.c123 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet()
133 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate()
148 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap()
165 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss()
176 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss()
213 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss()
276 static void __three_after_loss(struct tfrc_rx_hist *h) in __three_after_loss()
324 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, in tfrc_rx_handle_loss()
347 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h) in tfrc_rx_hist_alloc()
368 void tfrc_rx_hist_purge(struct tfrc_rx_hist *h) in tfrc_rx_hist_purge()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_ethtool.c73 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup() local
100 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up() local
175 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring() local
281 struct hnae3_handle *h = priv->ae_handle; in hns3_self_test() local
346 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count() local
410 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings() local
465 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats() local
486 struct hnae3_handle *h = priv->ae_handle; in hns3_get_drvinfo() local
506 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link() local
518 struct hnae3_handle *h = priv->ae_handle; in hns3_get_ringparam() local
[all …]
Dhns3_dcbnl.c10 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets() local
21 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets() local
32 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc() local
43 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc() local
54 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx() local
65 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx() local
/kernel/linux/linux-5.10/drivers/clk/qcom/
Dclk-hfpll.c22 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
/kernel/linux/linux-4.19/arch/arm/probes/kprobes/
Dcheckers-common.c23 const struct decode_header *h) in checker_stack_use_none()
31 const struct decode_header *h) in checker_stack_use_unknown()
40 const struct decode_header *h) in checker_stack_use_imm_0xx()
53 const struct decode_header *h) in checker_stack_use_t32strd()
62 const struct decode_header *h) in checker_stack_use_imm_x0x()
72 const struct decode_header *h) in checker_stack_use_imm_xxx()
81 const struct decode_header *h) in checker_stack_use_stmdx()
Dcheckers-arm.c23 const struct decode_header *h) in arm_check_stack()
103 const struct decode_header *h) in arm_check_regs_nouse()
111 const struct decode_header *h) in arm_check_regs_normal()
127 const struct decode_header *h) in arm_check_regs_ldmstm()
137 const struct decode_header *h) in arm_check_regs_mov_ip_sp()
158 const struct decode_header *h) in arm_check_regs_ldrdstrd()
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
Dcheckers-common.c15 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()
Dcheckers-arm.c15 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_dcbnl.c9 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
Dhns3_ethtool.c81 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 …]
/kernel/linux/linux-5.10/tools/lib/subcmd/
Dparse-options.h122 #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 …]
/kernel/linux/linux-4.19/tools/lib/subcmd/
Dparse-options.h121 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
122 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
123 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
124 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
125 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
126 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
130 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
131 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
132 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
133 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.h39 #define mtk_vcodec_err(h, fmt, args...) \ argument
56 #define mtk_vcodec_debug(h, fmt, args...) \ argument
64 #define mtk_vcodec_debug_enter(h) mtk_vcodec_debug(h, "+") argument
65 #define mtk_vcodec_debug_leave(h) mtk_vcodec_debug(h, "-") argument
73 #define mtk_vcodec_debug(h, fmt, args...) {} argument
74 #define mtk_vcodec_debug_enter(h) {} argument
75 #define mtk_vcodec_debug_leave(h) {} argument
/kernel/linux/linux-5.10/include/linux/
Dbits.h23 #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
/kernel/linux/linux-5.10/tools/include/linux/
Dbits.h23 #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
/kernel/linux/linux-5.10/mm/
Dhugetlb.c117 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
279 struct hstate *h, in record_hugetlb_cgroup_uncharge_info()
370 struct hstate *h, long *regions_needed) in add_reservation_in_range()
515 long in_regions_needed, struct hstate *h, in region_add()
752 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local
799 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
878 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info()
1068 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page()
1077 static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid) in dequeue_huge_page_node_exact()
1100 static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid, in dequeue_huge_page_nodemask()
[all …]
/kernel/linux/linux-4.19/security/selinux/ss/
Dhashtab.c15 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key), in hashtab_create()
16 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2), in hashtab_create()
42 int hashtab_insert(struct hashtab *h, void *key, void *datum) in hashtab_insert()
80 void *hashtab_search(struct hashtab *h, const void *key) in hashtab_search()
99 void hashtab_destroy(struct hashtab *h) in hashtab_destroy()
123 int hashtab_map(struct hashtab *h, in hashtab_map()
147 void hashtab_stat(struct hashtab *h, struct hashtab_info *info) in hashtab_stat()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_util.h36 #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
/kernel/linux/linux-4.19/mm/
Dhugetlb.c91 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
579 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local
620 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
855 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page()
863 static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid) in dequeue_huge_page_node_exact()
883 static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid, in dequeue_huge_page_nodemask()
920 static inline gfp_t htlb_alloc_mask(struct hstate *h) in htlb_alloc_mask()
928 static struct page *dequeue_huge_page_vma(struct hstate *h, in dequeue_huge_page_vma()
995 static int hstate_next_node_to_alloc(struct hstate *h, in hstate_next_node_to_alloc()
1014 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free()
[all …]
/kernel/linux/linux-4.19/drivers/acpi/
Dacpi_configfs.c85 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local
107 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local
117 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local
127 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local
137 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local
147 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local
157 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local
167 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local
178 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local

12345678910>>...71