Home
last modified time | relevance | path

Searched defs:h (Results 151 – 175 of 1194) sorted by relevance

12345678910>>...48

/openbmc/qemu/ui/
H A Degl-headless.c30 int x, int y, int w, int h) in egl_gfx_update()
64 uint32_t w, uint32_t h, in egl_scanout_texture()
135 uint32_t w, uint32_t h) in egl_scanout_flush()
H A Dvnc-enc-zywrle.h341 int *h; in filter_wavelet_square() local
417 int *h; in filter_wavelet_square() local
566 #define ZYWRLE_TRANSFER_COEFF(buf, data, t, w, h, scanline, level, TRANS) \ argument
653 static inline void zywrle_calc_size(int *w, int *h, int level) in zywrle_calc_size()
/openbmc/linux/arch/s390/mm/
H A Dhugetlbpage.c260 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup() local
276 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown() local
308 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Dregs-mfc-v6.h377 #define S5P_FIMV_TMV_BUFFER_SIZE_V6(w, h) (((w) + 1) * ((h) + 3) * 8) argument
381 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V6(w, h) (((w) * 192) + 64) argument
382 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V6(w, h) \ argument
384 #define S5P_FIMV_SCRATCH_BUF_SIZE_VC1_DEC_V6(w, h) \ argument
386 #define S5P_FIMV_SCRATCH_BUF_SIZE_H263_DEC_V6(w, h) \ argument
388 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V6(w, h) \ argument
390 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V6(w, h) \ argument
392 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_ENC_V6(w, h) \ argument
/openbmc/linux/drivers/scsi/
H A Dhpsa.h420 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
427 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
433 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
444 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
461 static void SA5B_intr_mask(struct ctlr_info *h, unsigned long val) in SA5B_intr_mask()
489 static unsigned long SA5_performant_completed(struct ctlr_info *h, u8 q) in SA5_performant_completed()
526 static unsigned long SA5_completed(struct ctlr_info *h, in SA5_completed()
548 static bool SA5_intr_pending(struct ctlr_info *h) in SA5_intr_pending()
555 static bool SA5_performant_intr_pending(struct ctlr_info *h) in SA5_performant_intr_pending()
569 static bool SA5_ioaccel_mode1_intr_pending(struct ctlr_info *h) in SA5_ioaccel_mode1_intr_pending()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dsys_rawhide.c54 #define hose_exists(h) \ argument
173 unsigned int h = hose->index; in rawhide_init_irq() local
H A Derr_common.c160 struct el_subpacket_handler *h = subpacket_handler_list; in el_process_subpacket_reg() local
304 struct el_subpacket_handler *h = subpacket_handler_list; in cdl_register_subpacket_handler() local
/openbmc/linux/drivers/cpufreq/
H A Dp4-clockmod.c54 u32 l, h; in cpufreq_p4_setdc() local
208 u32 l, h; in cpufreq_p4_get() local
H A Dspeedstep-centrino.c325 unsigned l, h; in get_cur_freq() local
348 unsigned l, h; in centrino_cpu_init() local
424 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_hash_netport.c133 const struct hash_netport4 *h = set->data; in hash_netport4_kadt() local
157 struct hash_netport4 *h = set->data; in hash_netport4_uadt() local
353 const struct hash_netport6 *h = set->data; in hash_netport6_kadt() local
377 const struct hash_netport6 *h = set->data; in hash_netport6_uadt() local
H A Dip_set_hash_ipportnet.c138 const struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_kadt() local
163 struct hash_ipportnet4 *h = set->data; in hash_ipportnet4_uadt() local
395 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_kadt() local
420 const struct hash_ipportnet6 *h = set->data; in hash_ipportnet6_uadt() local
H A Dip_set_hash_netnet.c147 const struct hash_netnet4 *h = set->data; in hash_netnet4_kadt() local
169 struct hash_netnet4 *h = set->data; in hash_netnet4_uadt() local
386 const struct hash_netnet6 *h = set->data; in hash_netnet6_kadt() local
416 const struct hash_netnet6 *h = set->data; in hash_netnet6_uadt() local
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h18 #define W0_MASK(h, l) GENMASK((h) - 0, (l) - 0) argument
19 #define W1_MASK(h, l) GENMASK((h) - 32, (l) - 32) argument
20 #define W2_MASK(h, l) GENMASK((h) - 64, (l) - 64) argument
21 #define W3_MASK(h, l) GENMASK((h) - 96, (l) - 96) argument
/openbmc/linux/include/crypto/
H A Dpoly1305.h36 u32 h[5]; member
53 struct poly1305_state h; member
/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c88 struct hcall_stats *h; in probe_hcall_entry() local
101 struct hcall_stats *h; in probe_hcall_exit() local
/openbmc/linux/mm/
H A Dhugetlb_cgroup.c78 struct hstate *h; in hugetlb_cgroup_have_usage() local
227 struct hstate *h; in hugetlb_cgroup_css_offline() local
718 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_dfl_init() local
789 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_legacy_init() local
870 struct hstate *h; in hugetlb_cgroup_file_init() local
891 struct hstate *h = folio_hstate(old_folio); in hugetlb_cgroup_migrate() local
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_hw.c418 u16 h, u32 fmt, bool has_modifier) in malidp500_rotmem_required()
452 u8 h = (u8)se_config->hcoeff - 1; in malidp500_se_set_scaling_coeffs() local
514 int num_planes, u16 w, u16 h, u32 fmt_id, in malidp500_enable_memwrite()
760 u16 h, u32 fmt, bool has_modifier) in malidp550_rotmem_required()
787 u16 h, u32 fmt, bool has_modifier) in malidp650_rotmem_required()
855 int num_planes, u16 w, u16 h, u32 fmt_id, in malidp550_enable_memwrite()
/openbmc/linux/drivers/media/dvb-core/
H A Ddvb_net.c316 static int dvb_net_ule_new_ts_cell(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts_cell()
364 static int dvb_net_ule_ts_pusi(struct dvb_net_ule_handle *h) in dvb_net_ule_ts_pusi()
392 static int dvb_net_ule_new_ts(struct dvb_net_ule_handle *h) in dvb_net_ule_new_ts()
494 static int dvb_net_ule_new_payload(struct dvb_net_ule_handle *h) in dvb_net_ule_new_payload()
603 static int dvb_net_ule_should_drop(struct dvb_net_ule_handle *h) in dvb_net_ule_should_drop()
645 static void dvb_net_ule_check_crc(struct dvb_net_ule_handle *h, in dvb_net_ule_check_crc()
762 struct dvb_net_ule_handle h = { in dvb_net_ule() local
/openbmc/linux/include/linux/
H A Dlist.h934 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
948 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
961 static inline int hlist_unhashed_lockless(const struct hlist_node *h) in hlist_unhashed_lockless()
970 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
1021 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
1078 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
1092 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c104 struct ipmi_plat_data *h) in parse_hotmod_str()
188 struct ipmi_plat_data h; in hotmod_handler() local
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime.c99 uint64_t l, h; in HELPER() local
106 uint64_t l, h; in HELPER() local
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c330 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect()
341 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit()
356 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect()
432 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect()
444 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect()
504 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect()
518 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect()
572 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
583 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect()
/openbmc/linux/net/sunrpc/
H A Dcache.c45 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init()
184 struct cache_head *h) in cache_make_negative()
191 struct cache_head *h, in cache_entry_update()
246 static inline int cache_is_valid(struct cache_head *h) in cache_is_valid()
267 static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) in try_to_negate_entry()
299 struct cache_head *h, struct cache_req *rqstp) in cache_check()
1205 static int cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in cache_pipe_upcall()
1246 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall()
1255 struct cache_head *h) in sunrpc_cache_pipe_upcall_timeout()
1290 int h, l; in qword_get() local
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dinterrupt.c204 static int iic_host_match(struct irq_domain *h, struct device_node *node, in iic_host_match()
211 static int iic_host_map(struct irq_domain *h, unsigned int virq, in iic_host_map()
228 static int iic_host_xlate(struct irq_domain *h, struct device_node *ct, in iic_host_xlate()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon_rotate.h60 int i, j, h = height, w = width; in rotate_cw() local
78 int i, j, h = height, w = width; in rotate_ccw() local

12345678910>>...48