Home
last modified time | relevance | path

Searched defs:pl (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphylink.c82 #define phylink_printk(level, pl, fmt, ...) \ argument
90 #define phylink_err(pl, fmt, ...) \ argument
92 #define phylink_warn(pl, fmt, ...) \ argument
94 #define phylink_info(pl, fmt, ...) \ argument
97 #define phylink_dbg(pl, fmt, ...) \ argument
105 #define phylink_dbg(pl, fmt, ...) \ argument
108 #define phylink_dbg(pl, fmt, ...) \ argument
156 static int phylink_validate(struct phylink *pl, unsigned long *supported, in phylink_validate()
164 static int phylink_parse_fixedlink(struct phylink *pl, in phylink_parse_fixedlink()
264 static int phylink_parse_mode(struct phylink *pl, struct fwnode_handle *fwnode) in phylink_parse_mode()
[all …]
/OK3568_Linux_fs/kernel/net/ceph/
H A Dpagelist.c11 struct ceph_pagelist *pl; in ceph_pagelist_alloc() local
29 static void ceph_pagelist_unmap_tail(struct ceph_pagelist *pl) in ceph_pagelist_unmap_tail()
38 void ceph_pagelist_release(struct ceph_pagelist *pl) in ceph_pagelist_release()
54 static int ceph_pagelist_addpage(struct ceph_pagelist *pl) in ceph_pagelist_addpage()
74 int ceph_pagelist_append(struct ceph_pagelist *pl, const void *buf, size_t len) in ceph_pagelist_append()
102 int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space) in ceph_pagelist_reserve()
121 int ceph_pagelist_free_reserve(struct ceph_pagelist *pl) in ceph_pagelist_free_reserve()
136 void ceph_pagelist_set_cursor(struct ceph_pagelist *pl, in ceph_pagelist_set_cursor()
150 int ceph_pagelist_truncate(struct ceph_pagelist *pl, in ceph_pagelist_truncate()
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dparse-headers.rst25 parse_headers.pl - parse a C file, in order to identify functions, structs,
33 \ **parse_headers.pl**\ [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
38 OPTIONS
60 DESCRIPTION
146 EXAMPLES
176 BUGS
183 COPYRIGHT
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst31 parse_headers.pl - analizza i file C al fine di identificare funzioni,
38 \ **parse_headers.pl**\ [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
43 OPZIONI
63 DESCRIZIONE
152 ESEMPI
181 BUGS
187 COPYRIGHT
/OK3568_Linux_fs/kernel/lib/
H A Dflex_proportions.c94 int fprop_local_init_single(struct fprop_local_single *pl) in fprop_local_init_single()
102 void fprop_local_destroy_single(struct fprop_local_single *pl) in fprop_local_destroy_single()
107 struct fprop_local_single *pl) in fprop_reflect_period_single()
131 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in __fprop_inc_single()
140 struct fprop_local_single *pl, in fprop_fraction_single()
172 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp) in fprop_local_init_percpu()
184 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl) in fprop_local_destroy_percpu()
190 struct fprop_local_percpu *pl) in fprop_reflect_period_percpu()
220 void __fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in __fprop_inc_percpu()
228 struct fprop_local_percpu *pl, in fprop_fraction_percpu()
[all …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dpagelist.h21 struct ceph_pagelist *pl; /* pagelist, for error checking */ member
42 static inline int ceph_pagelist_encode_64(struct ceph_pagelist *pl, u64 v) in ceph_pagelist_encode_64()
47 static inline int ceph_pagelist_encode_32(struct ceph_pagelist *pl, u32 v) in ceph_pagelist_encode_32()
52 static inline int ceph_pagelist_encode_16(struct ceph_pagelist *pl, u16 v) in ceph_pagelist_encode_16()
57 static inline int ceph_pagelist_encode_8(struct ceph_pagelist *pl, u8 v) in ceph_pagelist_encode_8()
61 static inline int ceph_pagelist_encode_string(struct ceph_pagelist *pl, in ceph_pagelist_encode_string()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_vector.c320 _c_vector_impl * pl = thiz->_l; in _A_insert_aux1() local
360 _c_vector_impl * pl = thiz->_l; in __c_rotcev() local
398 _c_vector_impl * pl = thiz->_l; in c_vector_capacity() local
404 _c_vector_impl * pl = thiz->_l; in c_vector_empty() local
410 _c_vector_impl * pl = thiz->_l; in c_vector_at() local
418 _c_vector_impl * pl = thiz->_l; in c_vector_assign() local
453 _c_vector_impl * pl = thiz->_l; in c_vector_reserve() local
465 _c_vector_impl * pl = thiz->_l; in c_vector_front() local
471 _c_vector_impl * pl = thiz->_l; in c_vector_back() local
477 _c_vector_impl * pl = thiz->_l; in c_vector_push_back() local
[all …]
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c122 struct bpf_prog_list *pl, *pltmp; in cgroup_bpf_release() local
169 static struct bpf_prog *prog_list_prog(struct bpf_prog_list *pl) in prog_list_prog()
183 struct bpf_prog_list *pl; in prog_list_length() local
233 struct bpf_prog_list *pl; in compute_effective_progs() local
388 struct bpf_prog_list *pl; in find_attach_entry() local
443 struct bpf_prog_list *pl; in __cgroup_bpf_attach() local
529 struct bpf_prog_list *pl; in replace_effective_prog() local
579 struct bpf_prog_list *pl; in __cgroup_bpf_replace() local
629 struct bpf_prog_list *pl; in find_detach_entry() local
672 struct bpf_prog_list *pl; in purge_effective_progs() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dflex_proportions.h64 void fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in fprop_inc_single()
94 void fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in fprop_inc_percpu()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-kcopyd.c317 struct page_list *pl; in alloc_pl() local
337 static void free_pl(struct page_list *pl) in free_pl()
354 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl) in kcopyd_put_pages()
377 struct page_list *pl; in kcopyd_get_pages() local
406 static void drop_pages(struct page_list *pl) in drop_pages()
423 struct page_list *pl = NULL, *next; in client_reserve_pages() local
H A Ddm-io.c183 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_get_page() local
192 struct page_list *pl = (struct page_list *) dp->context_ptr; in list_next_page() local
197 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned offset) in list_dp_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c36 static u32 pl_to_div(u32 pl) in pl_to_div()
46 u32 pl; in div_to_pl() local
111 u32 pl; in gk20a_pllg_calc_mnp() local
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dpm-cps.c192 static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine()
236 static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb()
329 static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c87 const struct hfi_profile_level *pl = data; in fill_profile_level() local
96 struct hfi_profile_level_supported *pl = data; in parse_profile_level() local
/OK3568_Linux_fs/kernel/drivers/phy/
H A Dphy-core.c66 struct phy_lookup *pl; in phy_create_lookup() local
98 struct phy_lookup *pl; in phy_remove_lookup() local
118 struct phy_lookup *p, *pl = NULL; in phy_find() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Drv770_dpm.c227 struct rv7xx_pl *pl) in rv770_get_seq_value()
614 struct rv7xx_pl *pl, in rv770_convert_power_level_to_smc()
2181 struct rv7xx_pl *pl; in rv7xx_parse_pplib_clock_info() local
2436 struct rv7xx_pl *pl; in rv770_dpm_print_power_state() local
2470 struct rv7xx_pl *pl; in rv770_dpm_debugfs_print_current_performance_level() local
2499 struct rv7xx_pl *pl; in rv770_dpm_get_current_sclk() local
2521 struct rv7xx_pl *pl; in rv770_dpm_get_current_mclk() local
H A Dni_dpm.c1615 struct rv7xx_pl *pl, in ni_populate_memory_timing_parameters()
2309 struct rv7xx_pl *pl, in ni_convert_power_level_to_smc()
2956 struct rv7xx_pl *pl, in ni_convert_mc_reg_table_entry_to_smc()
3925 struct rv7xx_pl *pl = &ps->performance_levels[index]; in ni_parse_pplib_clock_info() local
4284 struct rv7xx_pl *pl; in ni_dpm_print_power_state() local
4308 struct rv7xx_pl *pl; in ni_dpm_debugfs_print_current_performance_level() local
4328 struct rv7xx_pl *pl; in ni_dpm_get_current_sclk() local
4346 struct rv7xx_pl *pl; in ni_dpm_get_current_mclk() local
H A Dbtc_dpm.c1271 struct rv7xx_pl *pl) in btc_adjust_clock_combinations()
2741 struct rv7xx_pl *pl; in btc_dpm_debugfs_print_current_performance_level() local
2766 struct rv7xx_pl *pl; in btc_dpm_get_current_sclk() local
2789 struct rv7xx_pl *pl; in btc_dpm_get_current_mclk() local
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A DRGA_API.c90 uint32_t pl; in RGA_gen_two_pro() local
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Ddummy_stm.c23 u64 pl = 0; in dummy_stm_packet() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dserialize.hpp54 limb_type* pl = val.limbs(); in do_serialize() local
79 limb_type* pl = val.limbs(); in do_serialize() local
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dacdebug.h43 #define PARAM_LIST(pl) pl argument
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c959 struct b_lists *pl; in jffs2_1pass_ls() local
985 struct b_lists *pl; in jffs2_1pass_load() local
1018 struct b_lists *pl; in jffs2_1pass_info() local
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dfile.c392 struct cxl_event_afu_driver_reserved *pl) in afu_driver_event_copy()
428 struct cxl_event_afu_driver_reserved *pl = NULL; in afu_read() local
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dlonglong.h154 #define umul_ppmm(ph, pl, m0, m1) \ argument
281 #define umul_ppmm(ph, pl, m0, m1) \ argument
786 #define umul_ppmm(ph, pl, m0, m1) \ argument
796 #define smul_ppmm(ph, pl, m0, m1) \ argument
892 #define umul_ppmm(ph, pl, m0, m1) \ argument
1232 #define umul_ppmm(ph, pl, m0, m1) \ argument

1234