Home
last modified time | relevance | path

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

12345678910>>...23

/linux/sound/parisc/
H A 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()
149 harmony_unmute(struct snd_harmony *h) in harmony_unmute()
157 harmony_set_control(struct snd_harmony *h) in harmony_set_control()
176 struct snd_harmony *h = dev; in snd_harmony_interrupt() local
[all …]
/linux/drivers/scsi/
H A Dhpsa.c376 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
429 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
444 struct ctlr_info *h; in host_show_lockup_detected() local
458 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
478 struct ctlr_info *h; in host_store_raid_offload_debug() local
498 struct ctlr_info *h; in host_store_rescan() local
514 struct ctlr_info *h; in host_show_firmware_revision() local
530 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
539 struct ctlr_info *h; in host_show_transport_mode() local
551 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
[all …]
/linux/tools/include/linux/
H A Dbits.h34 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) argument
46 #define GENMASK_TYPE(t, h, l) \ argument
51 #define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l) argument
52 #define GENMASK_ULL(h, l) GENMASK_TYPE(unsigned long long, h, l) argument
54 #define GENMASK_U8(h, l) GENMASK_TYPE(u8, h, l) argument
55 #define GENMASK_U16(h, l) GENMASK_TYPE(u16, h, l) argument
56 #define GENMASK_U32(h, l) GENMASK_TYPE(u32, h, l) argument
57 #define GENMASK_U64(h, l) GENMASK_TYPE(u64, h, l) argument
58 #define GENMASK_U128(h, l) GENMASK_TYPE(u128, h, l) argument
84 #define GENMASK(h, l) __GENMASK(h, l) argument
[all …]
/linux/net/dccp/ccids/lib/
H A Dpacket_history.c
H A Dpacket_history.h
/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
/linux/tools/lib/subcmd/
H A Dparse-options.h120 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
121 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
122 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) } argument
123 #define OPT_BOOLEAN(s, l, v, h) { argument
118 OPT_ARGUMENT(l,h) global() argument
119 OPT_GROUP(h) global() argument
127 OPT_INCR(s,l,v,h) global() argument
128 OPT_SET_UINT(s,l,v,h,i) global() argument
129 OPT_SET_PTR(s,l,v,h,p) global() argument
130 OPT_INTEGER(s,l,v,h) global() argument
131 OPT_UINTEGER(s,l,v,h) global() argument
132 OPT_UINTEGER_OPTARG(s,l,v,d,h) global() argument
133 OPT_LONG(s,l,v,h) global() argument
134 OPT_ULONG(s,l,v,h) global() argument
135 OPT_U64(s,l,v,h) global() argument
136 OPT_STRING(s,l,v,a,h) global() argument
137 OPT_STRING_OPTARG(s,l,v,a,h,d) global() argument
141 OPT_STRING_OPTARG_SET(s,l,v,os,a,h,d) global() argument
146 OPT_STRING_NOEMPTY(s,l,v,a,h) global() argument
147 OPT_DATE(s,l,v,h) global() argument
149 OPT_CALLBACK(s,l,v,a,h,f) global() argument
151 OPT_CALLBACK_SET(s,l,v,os,a,h,f) global() argument
153 OPT_CALLBACK_NOOPT(s,l,v,a,h,f) global() argument
155 OPT_CALLBACK_DEFAULT(s,l,v,a,h,f,d) global() argument
157 OPT_CALLBACK_DEFAULT_NOOPT(s,l,v,a,h,f,d) global() argument
161 OPT_CALLBACK_OPTARG(s,l,v,d,a,h,f) global() argument
[all...]
/linux/drivers/clk/qcom/
H A Dclk-hfpll.c22 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_init_once() local
59 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable() local
98 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable() local
112 static void __clk_hfpll_disable(struct clk_hfpll *h) in __clk_hfpll_disable()
127 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable() local
137 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_determine_rate() local
158 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate() local
196 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate() local
208 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init() local
234 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled() local
/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()
/linux/arch/powerpc/platforms/powermac/
H A 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/drivers/s390/crypto/
H A Dpkey_base.c38 const struct pkey_handler *h; in pkey_handler_register() local
102 const struct pkey_handler *h; in pkey_handler_get_keybased() local
122 const struct pkey_handler *h; in pkey_handler_get_keytypebased() local
142 const struct pkey_handler *h; in pkey_handler_put() local
163 const struct pkey_handler *h; in pkey_handler_key_to_protkey() local
190 const struct pkey_handler *h, *htmp[10]; in pkey_handler_slowpath_key_to_protkey() local
223 const struct pkey_handler *h; in pkey_handler_gen_key() local
245 const struct pkey_handler *h; in pkey_handler_clr_to_key() local
265 const struct pkey_handler *h; in pkey_handler_verify_key() local
283 const struct pkey_handler *h; in pkey_handler_apqns_for_key() local
[all …]
/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
/linux/mm/
H A Dhugetlb_sysfs.c45 struct hstate *h; in nr_hugepages_show_common() local
62 struct hstate *h; in nr_hugepages_store_common() local
113 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_show() local
122 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_store() local
142 struct hstate *h; in free_hugepages_show() local
159 struct hstate *h = kobj_to_hstate(kobj, NULL); in resv_hugepages_show() local
167 struct hstate *h; in surplus_hugepages_show() local
187 struct hstate *h; in demote_store() local
243 struct hstate *h = kobj_to_hstate(kobj, NULL); in demote_size_show() local
253 struct hstate *h, *demote_hstate; in demote_size_store() local
[all …]
/linux/fs/smb/server/
H A Dsmb2misc.c262 static inline int smb2_query_info_req_len(struct smb2_query_info_req *h) in smb2_query_info_req_len()
268 static inline int smb2_set_info_req_len(struct smb2_set_info_req *h) in smb2_set_info_req_len()
273 static inline int smb2_read_req_len(struct smb2_read_req *h) in smb2_read_req_len()
278 static inline int smb2_write_req_len(struct smb2_write_req *h) in smb2_write_req_len()
283 static inline int smb2_query_dir_req_len(struct smb2_query_directory_req *h) in smb2_query_dir_req_len()
288 static inline int smb2_ioctl_req_len(struct smb2_ioctl_req *h) in smb2_ioctl_req_len()
294 static inline int smb2_ioctl_resp_len(struct smb2_ioctl_req *h) in smb2_ioctl_resp_len()
/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
/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
/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()
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c43 static int tur_done(struct scsi_device *sdev, struct hp_sw_dh_data *h, in tur_done()
78 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
126 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
188 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local
212 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local
226 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
/linux/security/selinux/ss/
H A Davtab.c34 static struct avtab_node *avtab_insert_node(struct avtab *h, in avtab_insert_node() argument
87 static int avtab_insert(struct avtab *h, cons argument
120 avtab_insert_nonunique(struct avtab * h,const struct avtab_key * key,const struct avtab_datum * datum) avtab_insert_nonunique() argument
144 avtab_search_node(struct avtab * h,const struct avtab_key * key) avtab_search_node() argument
186 avtab_destroy(struct avtab * h) avtab_destroy() argument
212 avtab_init(struct avtab * h) avtab_init() argument
220 avtab_alloc_common(struct avtab * h,u32 nslot) avtab_alloc_common() argument
234 avtab_alloc(struct avtab * h,u32 nrules) avtab_alloc() argument
259 avtab_hash_eval(struct avtab * h,const char * tag) avtab_hash_eval() argument
[all...]
/linux/drivers/media/pci/zoran/
H A 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/net/ncsi/
H A 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
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c69 static int hclge_ieee_getets(struct hnae3_handle *h, struct ieee_ets *ets) in hclge_ieee_getets()
252 static int hclge_ieee_setets(struct hnae3_handle *h, struct ieee_ets *ets) in hclge_ieee_setets()
303 static int hclge_ieee_getpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_getpfc()
326 static int hclge_ieee_setpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_setpfc()
394 static int hclge_ieee_setapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_setapp()
440 static int hclge_ieee_delapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_delapp()
482 static u8 hclge_getdcbx(struct hnae3_handle *h) in hclge_getdcbx()
493 static u8 hclge_setdcbx(struct hnae3_handle *h, u8 mode) in hclge_setdcbx()
594 static int hclge_setup_tc(struct hnae3_handle *h, in hclge_setup_tc()
/linux/include/uapi/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument
/linux/tools/include/uapi/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument

12345678910>>...23