| /Linux-v5.4/drivers/net/phy/ | 
| D | phylink.c | 76 #define phylink_printk(level, pl, fmt, ...) \  argument84 #define phylink_err(pl, fmt, ...) \  argument
 86 #define phylink_warn(pl, fmt, ...) \  argument
 88 #define phylink_info(pl, fmt, ...) \  argument
 91 #define phylink_dbg(pl, fmt, ...) \  argument
 99 #define phylink_dbg(pl, fmt, ...)					\  argument
 102 #define phylink_dbg(pl, fmt, ...)					\  argument
 152 static int phylink_validate(struct phylink *pl, unsigned long *supported,  in phylink_validate()
 160 static int phylink_parse_fixedlink(struct phylink *pl,  in phylink_parse_fixedlink()
 254 static int phylink_parse_mode(struct phylink *pl, struct fwnode_handle *fwnode)  in phylink_parse_mode()
 [all …]
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | pagelist.c | 11 	struct ceph_pagelist *pl;  in ceph_pagelist_alloc()  local29 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()
 
 | 
| /Linux-v5.4/Documentation/translations/it_IT/doc-guide/ | 
| D | parse-headers.rst | 31 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
 
 | 
| /Linux-v5.4/Documentation/doc-guide/ | 
| D | parse-headers.rst | 25 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
 
 | 
| /Linux-v5.4/lib/ | 
| D | flex_proportions.c | 94 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 …]
 
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | pagelist.h | 21 	struct ceph_pagelist *pl;   /* pagelist, for error checking */  member42 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()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | flex_proportions.h | 64 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()
 
 | 
| D | dm-io.h | 43 		struct page_list *pl;  member
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-kcopyd.c | 216 	struct page_list *pl;  in alloc_pl()  local231 static void free_pl(struct page_list *pl)  in free_pl()
 241 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl)  in kcopyd_put_pages()
 263 	struct page_list *pl;  in kcopyd_get_pages()  local
 292 static void drop_pages(struct page_list *pl)  in drop_pages()
 309 	struct page_list *pl = NULL, *next;  in client_reserve_pages()  local
 
 | 
| D | dm-io.c | 183 	struct page_list *pl = (struct page_list *) dp->context_ptr;  in list_get_page()  local192 	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()
 
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | cgroup.c | 48 		struct bpf_prog_list *pl, *tmp;  in cgroup_bpf_release()  local90 	struct bpf_prog_list *pl;  in prog_list_length()  local
 141 	struct bpf_prog_list *pl;  in compute_effective_progs()  local
 299 	struct bpf_prog_list *pl;  in __cgroup_bpf_attach()  local
 427 	struct bpf_prog_list *pl;  in __cgroup_bpf_detach()  local
 524 		struct bpf_prog_list *pl;  in __cgroup_bpf_query()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ | 
| D | gk20a.c | 36 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
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | pm-cps.c | 192 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()
 
 | 
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | acdebug.h | 42 #define PARAM_LIST(pl)                  pl  argument
 | 
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | dummy_stm.c | 23 	u64 pl = 0;  in dummy_stm_packet()  local
 | 
| /Linux-v5.4/drivers/media/platform/qcom/venus/ | 
| D | hfi_parser.c | 87 	const struct hfi_profile_level *pl = data;  in fill_profile_level()  local96 	struct hfi_profile_level_supported *pl = data;  in parse_profile_level()  local
 
 | 
| /Linux-v5.4/drivers/phy/ | 
| D | phy-core.c | 66 	struct phy_lookup *pl;  in phy_create_lookup()  local98 	struct phy_lookup *pl;  in phy_remove_lookup()  local
 118 	struct phy_lookup *p, *pl = NULL;  in phy_find()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | rv770_dpm.c | 227 		       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
 
 | 
| D | ni_dpm.c | 1616 						struct rv7xx_pl *pl,  in ni_populate_memory_timing_parameters()2310 					 struct rv7xx_pl *pl,  in ni_convert_power_level_to_smc()
 2958 						 struct rv7xx_pl *pl,  in ni_convert_mc_reg_table_entry_to_smc()
 3927 	struct rv7xx_pl *pl = &ps->performance_levels[index];  in ni_parse_pplib_clock_info()  local
 4286 	struct rv7xx_pl *pl;  in ni_dpm_print_power_state()  local
 4310 	struct rv7xx_pl *pl;  in ni_dpm_debugfs_print_current_performance_level()  local
 4330 	struct rv7xx_pl *pl;  in ni_dpm_get_current_sclk()  local
 4348 	struct rv7xx_pl *pl;  in ni_dpm_get_current_mclk()  local
 
 | 
| D | btc_dpm.c | 1272 				   struct rv7xx_pl *pl)  in btc_adjust_clock_combinations()2742 	struct rv7xx_pl *pl;  in btc_dpm_debugfs_print_current_performance_level()  local
 2767 	struct rv7xx_pl *pl;  in btc_dpm_get_current_sclk()  local
 2790 	struct rv7xx_pl *pl;  in btc_dpm_get_current_mclk()  local
 
 | 
| D | sumo_dpm.c | 547 				     struct sumo_pl *pl, u32 index)  in sumo_program_power_level()1435 	struct sumo_pl *pl = &ps->levels[index];  in sumo_parse_pplib_clock_info()  local
 1804 		struct sumo_pl *pl = &ps->levels[i];  in sumo_dpm_print_power_state()  local
 1818 	struct sumo_pl *pl;  in sumo_dpm_debugfs_print_current_performance_level()  local
 1845 	struct sumo_pl *pl;  in sumo_dpm_get_current_sclk()  local
 
 | 
| D | trinity_dpm.c | 716 					struct trinity_pl *pl, u32 index)  in trinity_program_power_level()1714 	struct trinity_pl *pl = &ps->levels[index];  in trinity_parse_pplib_clock_info()  local
 2022 		struct trinity_pl *pl = &ps->levels[i];  in trinity_dpm_print_power_state()  local
 2036 	struct trinity_pl *pl;  in trinity_dpm_debugfs_print_current_performance_level()  local
 2057 	struct trinity_pl *pl;  in trinity_dpm_get_current_sclk()  local
 
 | 
| /Linux-v5.4/drivers/misc/cxl/ | 
| D | file.c | 392 				     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
 
 | 
| /Linux-v5.4/lib/mpi/ | 
| D | longlong.h | 154 #define umul_ppmm(ph, pl, m0, m1)			\  argument281 #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
 
 | 
| /Linux-v5.4/net/sched/ | 
| D | act_csum.c | 451 				 unsigned int *pl)  in tcf_csum_ipv6_hopopts()491 	unsigned int pl;  in tcf_csum_ipv6()  local
 
 |