Home
last modified time | relevance | path

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

12345678910>>...39

/linux-6.6.21/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 …]
/linux-6.6.21/drivers/scsi/
Dhpsa.c374 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 …]
/linux-6.6.21/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 …]
Dpacket_history.h91 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-6.6.21/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
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
Dhns3_ethtool.c84 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
304 static void hns3_set_selftest_param(struct hnae3_handle *h, int (*st_param)[2]) in hns3_set_selftest_param()
331 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_prepare() local
356 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_restore() local
422 struct hnae3_handle *h = priv->ae_handle; in hns3_self_test() local
475 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count() local
542 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings() local
607 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats() local
[all …]
/linux-6.6.21/tools/lib/subcmd/
Dparse-options.h118 #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 …]
/linux-6.6.21/mm/
Dhugetlb.c130 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 …]
Dhugetlb_vmemmap.h23 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()
/linux-6.6.21/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
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
/linux-6.6.21/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()
/linux-6.6.21/arch/powerpc/platforms/powermac/
Dpfunc_core.c137 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-6.6.21/tools/include/linux/
Dbits.h22 #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
/linux-6.6.21/include/linux/
Dbits.h22 #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
/linux-6.6.21/drivers/acpi/
Dacpi_configfs.c79 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local
101 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local
111 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local
121 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local
131 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local
141 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local
151 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local
162 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local
173 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local
/linux-6.6.21/fs/smb/server/
Dsmb2misc.c251 static inline int smb2_query_info_req_len(struct smb2_query_info_req *h) in smb2_query_info_req_len()
257 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h) in smb2_set_info_req_len()
262 static inline int smb2_read_req_len(struct smb2_read_req *h) in smb2_read_req_len()
267 static inline int smb2_write_req_len(struct smb2_write_req *h) in smb2_write_req_len()
272 static inline int smb2_query_dir_req_len(struct smb2_query_directory_req *h) in smb2_query_dir_req_len()
277 static inline int smb2_ioctl_req_len(struct smb2_ioctl_req *h) in smb2_ioctl_req_len()
283 static inline int smb2_ioctl_resp_len(struct smb2_ioctl_req *h) in smb2_ioctl_resp_len()
/linux-6.6.21/fs/adfs/
Ddir_fplus.c11 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-6.6.21/fs/nls/
Dnls_euc-jp.c19 #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-6.6.21/fs/reiserfs/
Dfix_node.c51 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-6.6.21/drivers/sh/intc/
Daccess.c75 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-6.6.21/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c43 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()
120 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
170 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local
194 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local
208 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
Dscsi_dh_alua.c326 static int alua_check_vpd(struct scsi_device *sdev, struct alua_dh_data *h, in alua_check_vpd()
420 struct alua_dh_data *h = sdev->handler_data; in alua_check_sense() local
681 struct alua_dh_data *h; in alua_rtpg() local
729 struct alua_dh_data *h; in alua_rtpg() local
829 struct alua_dh_data *h; in alua_rtpg_select_sdev() local
880 struct alua_dh_data *h; in alua_rtpg_work() local
1011 struct alua_dh_data *h = sdev->handler_data; in alua_rtpg_queue() local
1053 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
1077 struct alua_dh_data *h = sdev->handler_data; in alua_set_params() local
1122 struct alua_dh_data *h = sdev->handler_data; in alua_activate() local
[all …]
/linux-6.6.21/drivers/media/pci/zoran/
Dvideocodec.c39 struct codec_list *h = codeclist_top; in videocodec_attach() local
111 struct codec_list *h = codeclist_top; in videocodec_detach() local
169 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local
204 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
254 struct codec_list *h = codeclist_top; in videocodec_debugfs_show() local
/linux-6.6.21/net/ncsi/
Dncsi-aen.c19 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()
174 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_hncdsc()
211 struct ncsi_aen_pkt_hdr *h; in ncsi_aen_handler() local

12345678910>>...39