Home
last modified time | relevance | path

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

12345678910>>...49

/openbmc/linux/sound/parisc/
H A Dharmony.c95 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read()
113 harmony_reset(struct snd_harmony *h) in harmony_reset()
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
583 snd_harmony_pcm_init(struct snd_harmony *h) in snd_harmony_pcm_init()
841 snd_harmony_free(struct snd_harmony *h) in snd_harmony_free()
859 struct snd_harmony *h = dev->device_data; in snd_harmony_dev_free() local
869 struct snd_harmony *h; in snd_harmony_create() local
[all …]
/openbmc/linux/drivers/scsi/
H A Dhpsa.c442 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
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
641 struct ctlr_info *h; in host_show_resettable() local
676 struct ctlr_info *h; in raid_level_show() local
708 struct ctlr_info *h; in lunid_show() local
[all …]
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dconversion.hpp92 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
109 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
125 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
145 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
165 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
226 static auto log_convert(const char* h, log_flag<Fs...> f, V v) in log_convert()
250 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
270 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
289 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
308 static auto log_convert(const char* h, log_flag<Fs...> f, V&& v) in log_convert()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A 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
H A Dhns3_ethtool.c210 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring() local
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
648 struct hnae3_handle *h = priv->ae_handle; in hns3_get_drvinfo() local
692 struct hnae3_handle *h = priv->ae_handle; in hns3_get_ringparam() local
1088 struct hnae3_handle *h = priv->ae_handle; in hns3_change_all_ring_bd_num() local
1164 struct hnae3_handle *h = priv->ae_handle; in hns3_is_ringparam_changed() local
1189 struct hnae3_handle *h = priv->ae_handle; in hns3_change_rx_buf_len() local
1233 struct hnae3_handle *h = priv->ae_handle; in hns3_set_ringparam() local
[all …]
/openbmc/linux/net/dccp/ccids/lib/
H A 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()
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()
371 tfrc_rx_hist_rtt_last_s(const struct tfrc_rx_hist *h) in tfrc_rx_hist_rtt_last_s()
381 tfrc_rx_hist_rtt_prev_s(const struct tfrc_rx_hist *h) in tfrc_rx_hist_rtt_prev_s()
[all …]
/openbmc/linux/mm/
H A 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()
H A Dhugetlb.c1883 struct hstate *h; in size_to_hstate() local
2367 struct hstate *h; in dissolve_free_huge_pages() local
2992 struct hstate *h; in isolate_or_dissolve_huge_page() local
3358 struct hstate *h; in report_hugepages() local
3719 struct hstate *h; in nr_hugepages_show_common() local
3769 struct hstate *h; in nr_hugepages_store_common() local
3849 struct hstate *h; in free_hugepages_show() local
3874 struct hstate *h; in surplus_hugepages_show() local
3894 struct hstate *h; in demote_store() local
4101 struct hstate *h; in hugetlb_unregister_node() local
[all …]
/openbmc/linux/tools/lib/subcmd/
H A Dparse-options.h119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
137 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
141 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument
147 #define OPT_DATE(s, l, v, h) \ argument
149 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument
151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument
153 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument
155 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
157 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument
[all …]
/openbmc/linux/drivers/clk/qcom/
H A 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
/openbmc/linux/arch/arm/probes/kprobes/
H A 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()
H A 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()
/openbmc/linux/tools/include/linux/
H A 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
/openbmc/linux/include/linux/
H A 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
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp45 Handler h; in TEST() local
53 Handler h; in TEST() local
102 Handler h(testFilename); in TEST() local
116 Handler h(testFilename); in TEST() local
319 MockDbusHandler h(mock); in TEST() local
327 MockDbusHandler h(mock); in TEST() local
336 MockDbusHandler h(mock); in TEST() local
344 MockDbusHandler h(mock); in TEST() local
353 MockDbusHandler h(mock); in TEST() local
362 MockDbusHandler h(mock); in TEST() local
[all …]
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
224 static int pmf_parser_delay(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_delay()
290 static int pmf_parser_rmw_i2c(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_rmw_i2c()
331 static int pmf_parser_rmw_cfg(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_rmw_cfg()
405 struct pmf_handlers *h) in pmf_parser_read_reg32_msrx()
419 struct pmf_handlers *h) in pmf_parser_read_reg16_msrx()
432 struct pmf_handlers *h) in pmf_parser_read_reg8_msrx()
446 struct pmf_handlers *h) in pmf_parser_write_reg32_slm()
459 struct pmf_handlers *h) in pmf_parser_write_reg16_slm()
472 struct pmf_handlers *h) in pmf_parser_write_reg8_slm()
[all …]
/openbmc/linux/drivers/acpi/
H A 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
/openbmc/qemu/hw/xen/
H A Dxen-operations.c218 struct qemu_xs_handle *h = opaque; in watch_event() local
235 struct qemu_xs_handle *h; in libxenstore_open() local
250 static void libxenstore_close(struct qemu_xs_handle *h) in libxenstore_close()
258 static char *libxenstore_get_domain_path(struct qemu_xs_handle *h, in libxenstore_get_domain_path()
264 static char **libxenstore_directory(struct qemu_xs_handle *h, in libxenstore_directory()
271 static void *libxenstore_read(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_read()
277 static bool libxenstore_write(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_write()
284 static bool libxenstore_create(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_create()
356 static struct qemu_xs_watch *libxenstore_watch(struct qemu_xs_handle *h, in libxenstore_watch()
373 static void libxenstore_unwatch(struct qemu_xs_handle *h, in libxenstore_unwatch()
[all …]
H A Dxen-bus-helper.c50 void xs_node_create(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_create()
61 void xs_node_destroy(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_destroy()
71 void xs_node_vprintf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vprintf()
93 void xs_node_printf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_printf()
104 int xs_node_vscanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_vscanf()
131 int xs_node_scanf(struct qemu_xs_handle *h, xs_transaction_t tid, in xs_node_scanf()
145 struct qemu_xs_watch *xs_node_watch(struct qemu_xs_handle *h, const char *node, in xs_node_watch()
167 void xs_node_unwatch(struct qemu_xs_handle *h, struct qemu_xs_watch *w) in xs_node_unwatch()
/openbmc/linux/fs/smb/server/
H A Dsmb2misc.c263 static inline int smb2_query_info_req_len(struct smb2_query_info_req *h) in smb2_query_info_req_len()
269 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h) in smb2_set_info_req_len()
274 static inline int smb2_read_req_len(struct smb2_read_req *h) in smb2_read_req_len()
279 static inline int smb2_write_req_len(struct smb2_write_req *h) in smb2_write_req_len()
284 static inline int smb2_query_dir_req_len(struct smb2_query_directory_req *h) in smb2_query_dir_req_len()
289 static inline int smb2_ioctl_req_len(struct smb2_ioctl_req *h) in smb2_ioctl_req_len()
295 static inline int smb2_ioctl_resp_len(struct smb2_ioctl_req *h) in smb2_ioctl_resp_len()
/openbmc/linux/fs/adfs/
H A 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
/openbmc/linux/fs/nls/
H A 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
/openbmc/linux/drivers/sh/intc/
H A 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()
/openbmc/linux/fs/reiserfs/
H A Dfix_node.c51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
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()
1024 int h, in get_far_parent()
1172 static int get_parents(struct tree_balance *tb, int h) in get_parents()
1274 struct tree_balance *tb, int h) in can_node_be_removed()
1324 static int ip_check_balance(struct tree_balance *tb, int h) in ip_check_balance()
2063 int h, in check_balance()
2151 static int get_neighbors(struct tree_balance *tb, int h) in get_neighbors()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_json_unittest.cpp293 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
393 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
451 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
484 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
527 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
571 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
611 auto h = FirmwareHandlersBuilder().buildHandlerFromJson(j2); in TEST() local
648 auto h = b.buildHandlerConfigs("./test/"); in TEST() local
670 auto h = b.buildHandlerConfigs("./test/"); in TEST() local

12345678910>>...49