| /kernel/linux/linux-5.10/sound/parisc/ |
| 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 …]
|
| /kernel/linux/linux-6.6/sound/parisc/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | hpsa.c | 374 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention() 427 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy() 442 struct ctlr_info *h; in host_show_lockup_detected() local 456 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local 480 struct ctlr_info *h; in host_store_raid_offload_debug() local 504 struct ctlr_info *h; in host_store_rescan() local 520 struct ctlr_info *h; in host_show_firmware_revision() local 536 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local 545 struct ctlr_info *h; in host_show_transport_mode() local 557 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
| 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 61 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setapp() local 74 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_delapp() local 88 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx() local 99 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx() local
|
| D | hns3_ethtool.c | 87 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup() local 122 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up() local 210 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring() local 307 static void hns3_set_selftest_param(struct hnae3_handle *h, int (*st_param)[2]) in hns3_set_selftest_param() 334 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_prepare() local 359 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_restore() local 426 struct hnae3_handle *h = priv->ae_handle; in hns3_self_test() local 490 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count() local 557 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings() local 622 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats() local [all …]
|
| /kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
| 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 …]
|
| /kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
| 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 …]
|
| /kernel/linux/linux-6.6/mm/ |
| D | hugetlb_vmemmap.h | 23 static inline unsigned int hugetlb_vmemmap_size(const struct hstate *h) in hugetlb_vmemmap_size() 32 static inline unsigned int hugetlb_vmemmap_optimizable_size(const struct hstate *h) in hugetlb_vmemmap_optimizable_size() 41 static inline int hugetlb_vmemmap_restore(const struct hstate *h, struct page *head) in hugetlb_vmemmap_restore() 46 static inline void hugetlb_vmemmap_optimize(const struct hstate *h, struct page *head) in hugetlb_vmemmap_optimize() 50 static inline unsigned int hugetlb_vmemmap_optimizable_size(const struct hstate *h) in hugetlb_vmemmap_optimizable_size() 56 static inline bool hugetlb_vmemmap_optimizable(const struct hstate *h) in hugetlb_vmemmap_optimizable()
|
| D | hugetlb.c | 130 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool() 466 struct hstate *h, in record_hugetlb_cgroup_uncharge_info() 548 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add() 574 struct hstate *h, long *regions_needed) in add_reservation_in_range() 706 long in_regions_needed, struct hstate *h, in region_add() 942 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local 989 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset() 1073 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info() 1317 static void enqueue_hugetlb_folio(struct hstate *h, struct folio *folio) in enqueue_hugetlb_folio() 1330 static struct folio *dequeue_hugetlb_folio_node_exact(struct hstate *h, in dequeue_hugetlb_folio_node_exact() [all …]
|
| /kernel/linux/linux-6.6/tools/lib/subcmd/ |
| D | parse-options.h | 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/clk/qcom/ |
| 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 94 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable() local 108 static void __clk_hfpll_disable(struct clk_hfpll *h) in __clk_hfpll_disable() 123 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable() local 133 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_determine_rate() local 154 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate() local 192 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate() local 204 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init() local 230 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled() local
|
| /kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
| 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()
|
| 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()
|
| /kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
| 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()
|
| 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()
|
| /kernel/linux/linux-5.10/tools/lib/subcmd/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
| 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
|
| 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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bits.h | 22 #define GENMASK_INPUT_CHECK(h, l) \ argument 30 #define GENMASK_INPUT_CHECK(h, l) 0 argument 33 #define __GENMASK(h, l) \ argument 36 #define GENMASK(h, l) \ argument 39 #define __GENMASK_ULL(h, l) \ argument 42 #define GENMASK_ULL(h, l) \ argument
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | bits.h | 22 #define GENMASK_INPUT_CHECK(h, l) \ argument 30 #define GENMASK_INPUT_CHECK(h, l) 0 argument 33 #define __GENMASK(h, l) \ argument 36 #define GENMASK(h, l) \ argument 39 #define __GENMASK_ULL(h, l) \ argument 42 #define GENMASK_ULL(h, l) \ argument
|
| /kernel/linux/linux-5.10/mm/ |
| D | hugetlb.c | 117 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-5.10/tools/include/linux/ |
| 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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
|