| /Linux-v5.4/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.4/drivers/scsi/ | 
| D | hpsa.c | 370 static int check_for_unit_attention(struct ctlr_info *h,  in check_for_unit_attention()423 static int check_for_busy(struct ctlr_info *h, struct CommandList *c)  in check_for_busy()
 438 	struct ctlr_info *h;  in host_show_lockup_detected()  local
 452 	struct ctlr_info *h;  in host_store_hp_ssd_smart_path_status()  local
 476 	struct ctlr_info *h;  in host_store_raid_offload_debug()  local
 500 	struct ctlr_info *h;  in host_store_rescan()  local
 510 	struct ctlr_info *h;  in host_show_firmware_revision()  local
 526 	struct ctlr_info *h = shost_to_hba(shost);  in host_show_commands_outstanding()  local
 535 	struct ctlr_info *h;  in host_show_transport_mode()  local
 547 	struct ctlr_info *h;  in host_show_hp_ssd_smart_path_status()  local
 [all …]
 
 | 
| /Linux-v5.4/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.4/drivers/net/ethernet/hisilicon/hns3/ | 
| D | hns3_ethtool.c | 75 	struct hnae3_handle *h = hns3_get_handle(ndev);  in hns3_lp_setup()  local112 	struct hnae3_handle *h = hns3_get_handle(ndev);  in hns3_lp_up()  local
 195 	struct hnae3_handle *h = priv->ae_handle;  in hns3_lb_check_rx_ring()  local
 301 	struct hnae3_handle *h = priv->ae_handle;  in hns3_self_test()  local
 394 	struct hnae3_handle *h = hns3_get_handle(netdev);  in hns3_get_sset_count()  local
 459 	struct hnae3_handle *h = hns3_get_handle(netdev);  in hns3_get_strings()  local
 516 	struct hnae3_handle *h = hns3_get_handle(netdev);  in hns3_get_stats()  local
 542 	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()  local22 	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.4/drivers/clk/qcom/ | 
| D | clk-hfpll.c | 22 	struct clk_hfpll *h = to_clk_hfpll(hw);  in __clk_hfpll_init_once()  local55 	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
 225 	struct clk_hfpll *h = to_clk_hfpll(hw);  in hfpll_is_enabled()  local
 
 | 
| /Linux-v5.4/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.4/tools/lib/subcmd/ | 
| D | parse-options.h | 122 #define OPT_ARGUMENT(l, h)          { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }  argument123 #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.4/mm/ | 
| D | hugetlb.c | 93 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages,  in hugepage_new_subpool()581 		struct hstate *h = hstate_inode(inode);  in hugetlb_fix_reserve_counts()  local
 622 static pgoff_t vma_hugecache_offset(struct hstate *h,  in vma_hugecache_offset()
 865 static void enqueue_huge_page(struct hstate *h, struct page *page)  in enqueue_huge_page()
 873 static struct page *dequeue_huge_page_node_exact(struct hstate *h, int nid)  in dequeue_huge_page_node_exact()
 893 static struct page *dequeue_huge_page_nodemask(struct hstate *h, gfp_t gfp_mask, int nid,  in dequeue_huge_page_nodemask()
 930 static inline gfp_t htlb_alloc_mask(struct hstate *h)  in htlb_alloc_mask()
 938 static struct page *dequeue_huge_page_vma(struct hstate *h,  in dequeue_huge_page_vma()
 1005 static int hstate_next_node_to_alloc(struct hstate *h,  in hstate_next_node_to_alloc()
 1024 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed)  in hstate_next_node_to_free()
 [all …]
 
 | 
| /Linux-v5.4/security/selinux/ss/ | 
| D | hashtab.c | 15 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()
 
 | 
| D | avtab.c | 69 avtab_insert_node(struct avtab *h, int hvalue,  in avtab_insert_node()106 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)  in avtab_insert()
 151 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum)  in avtab_insert_nonunique()
 181 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key)  in avtab_search()
 217 avtab_search_node(struct avtab *h, struct avtab_key *key)  in avtab_search_node()
 277 void avtab_destroy(struct avtab *h)  in avtab_destroy()
 302 int avtab_init(struct avtab *h)  in avtab_init()
 310 int avtab_alloc(struct avtab *h, u32 nrules)  in avtab_alloc()
 344 void avtab_hash_eval(struct avtab *h, char *tag)  in avtab_hash_eval()
 
 | 
| /Linux-v5.4/drivers/media/platform/mtk-vcodec/ | 
| D | mtk_vcodec_util.h | 36 #define mtk_vcodec_err(h, fmt, args...)					\  argument53 #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.4/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.4/drivers/acpi/ | 
| D | acpi_configfs.c | 78 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_aml_read()  local100 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_signature_show()  local
 110 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_length_show()  local
 120 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_revision_show()  local
 130 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_oem_id_show()  local
 140 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_oem_table_id_show()  local
 150 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_oem_revision_show()  local
 161 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_asl_compiler_id_show()  local
 172 	struct acpi_table_header *h = get_header(cfg);  in acpi_table_asl_compiler_revision_show()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | hugetlb.h | 55 #define for_each_hstate(h) \  argument405 static inline unsigned long huge_page_size(struct hstate *h)  in huge_page_size()
 414 static inline unsigned long huge_page_mask(struct hstate *h)  in huge_page_mask()
 419 static inline unsigned int huge_page_order(struct hstate *h)  in huge_page_order()
 424 static inline unsigned huge_page_shift(struct hstate *h)  in huge_page_shift()
 429 static inline bool hstate_is_gigantic(struct hstate *h)  in hstate_is_gigantic()
 434 static inline unsigned int pages_per_huge_page(struct hstate *h)  in pages_per_huge_page()
 439 static inline unsigned int blocks_per_huge_page(struct hstate *h)  in blocks_per_huge_page()
 465 static inline int hstate_index(struct hstate *h)  in hstate_index()
 487 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.4/fs/nls/ | 
| D | nls_euc-jp.c | 19 #define IS_SJIS_JISX0208(h, l)	((((0x81 <= (h)) && ((h) <= 0x9F))	\  argument23 #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.4/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.4/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.4/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.4/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…  argument36 #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.4/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
 
 | 
| /Linux-v5.4/net/netfilter/ipset/ | 
| D | ip_set_hash_gen.h | 40 #define AHASH_MAX(h)			((h)->ahash_max)  argument57 #define TUNE_AHASH_MAX(h, multi)	\  argument
 60 #define AHASH_MAX(h)			AHASH_MAX_SIZE  argument
 61 #define TUNE_AHASH_MAX(h, multi)  argument
 83 #define hbucket(h, i)		((h)->bucket[i])  argument
 302 mtype_add_cidr(struct htype *h, u8 cidr, u8 n)  in mtype_add_cidr()
 326 mtype_del_cidr(struct htype *h, u8 cidr, u8 n)  in mtype_del_cidr()
 346 mtype_ahash_memsize(const struct htype *h, const struct htable *t)  in mtype_ahash_memsize()
 369 	struct htype *h = set->data;  in mtype_flush()  local
 416 	struct htype *h = set->data;  in mtype_destroy()  local
 [all …]
 
 |