/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
D | packet_history.h | 91 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_index() 100 tfrc_rx_hist_last_rcv(const struct tfrc_rx_hist *h) in tfrc_rx_hist_last_rcv() 109 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry() 118 tfrc_rx_hist_loss_prev(const struct tfrc_rx_hist *h) in tfrc_rx_hist_loss_prev() 124 static inline bool tfrc_rx_hist_loss_pending(const struct tfrc_rx_hist *h) in tfrc_rx_hist_loss_pending()
|
/Linux-v5.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
|
/Linux-v5.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()
|
/Linux-v5.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 …]
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 79 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup() local 117 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up() local 205 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring() local 311 struct hnae3_handle *h = priv->ae_handle; in hns3_self_test() local 399 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count() local 463 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings() local 520 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats() local 546 struct hnae3_handle *h = priv->ae_handle; in hns3_get_drvinfo() local 578 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link() local 590 struct hnae3_handle *h = priv->ae_handle; in hns3_get_ringparam() local [all …]
|
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
|
/Linux-v5.10/mm/ |
D | hugetlb.c | 102 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool() 264 struct hstate *h, in record_hugetlb_cgroup_uncharge_info() 334 struct hstate *h, long *regions_needed) in add_reservation_in_range() 479 long in_regions_needed, struct hstate *h, in region_add() 715 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local 756 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset() 835 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info() 1025 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page() 1033 static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid) in dequeue_huge_page_node_exact() 1055 static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid, in dequeue_huge_page_nodemask() [all …]
|
/Linux-v5.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
|
/Linux-v5.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
|
D | hugetlb.h | 101 #define for_each_hstate(h) \ argument 552 static inline unsigned long huge_page_size(struct hstate *h) in huge_page_size() 561 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask() 566 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order() 571 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift() 576 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic() 581 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page() 586 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page() 626 static inline int hstate_index(struct hstate *h) in hstate_index() 648 static inline bool arch_hugetlb_migration_supported(struct hstate *h) in arch_hugetlb_migration_supported() [all …]
|
D | list_bl.h | 44 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE() 52 static inline bool hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed() 57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() 63 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first() 72 static inline bool hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty() 78 struct hlist_bl_head *h) in hlist_bl_add_head()
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
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 …]
|
/Linux-v5.10/drivers/media/platform/mtk-vcodec/ |
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
|
/Linux-v5.10/drivers/acpi/ |
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
|
/Linux-v5.10/fs/adfs/ |
D | dir_fplus.c | 11 static unsigned int adfs_fplus_offset(const struct adfs_bigdirheader *h, in adfs_fplus_offset() 19 static int adfs_fplus_validate_header(const struct adfs_bigdirheader *h) in adfs_fplus_validate_header() 59 static int adfs_fplus_validate_tail(const struct adfs_bigdirheader *h, in adfs_fplus_validate_tail() 72 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_checkbyte() local 106 struct adfs_bigdirheader *h; in adfs_fplus_read() local 174 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_getnext() local 232 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_update() local
|
/Linux-v5.10/fs/nls/ |
D | nls_euc-jp.c | 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument 141 #define IS_EUC_IBM2JISX0208(h, l) \ argument
|
/Linux-v5.10/drivers/sh/intc/ |
D | access.c | 75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8() 82 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16() 89 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32() 96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8() 105 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16() 114 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32() 123 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8() 137 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16() 151 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
|
/Linux-v5.10/fs/reiserfs/ |
D | fix_node.c | 51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node() 194 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left() 280 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right() 374 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver() 621 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters() 827 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes() 915 static int get_lfree(struct tree_balance *tb, int h) in get_lfree() 938 static int get_rfree(struct tree_balance *tb, int h) in get_rfree() 959 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache() 1024 int h, in get_far_parent() [all …]
|
/Linux-v5.10/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 43 static int tur_done(struct scsi_device *sdev, struct hp_sw_dh_data *h, in tur_done() 81 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur() 117 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop() 164 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local 188 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local 202 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
|
/Linux-v5.10/include/linux/platform_data/ |
D | dma-atmel.h | 34 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… argument 36 #define ATC_SRC_PER(h) (0xFU & (h)) /* Channel src rq associated with periph handshaking ifc h */ argument 37 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking i… argument 42 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */ argument 47 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */ argument
|
/Linux-v5.10/net/ncsi/ |
D | ncsi-aen.c | 19 static int ncsi_validate_aen_pkt(struct ncsi_aen_pkt_hdr *h, in ncsi_validate_aen_pkt() 47 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_lsc() 141 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_cr() 173 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_hncdsc() 210 struct ncsi_aen_pkt_hdr *h; in ncsi_aen_handler() local
|