/linux/drivers/net/phy/ |
A D | phylink.c | 92 #define phylink_err(pl, fmt, ...) \ argument 94 #define phylink_warn(pl, fmt, ...) \ argument 96 #define phylink_info(pl, fmt, ...) \ argument 99 #define phylink_dbg(pl, fmt, ...) \ argument 896 struct phylink *pl; in phylink_create() local 1278 struct phylink *pl = data; in phylink_link_handler() local 2229 struct phylink *pl = upstream; in phylink_sfp_attach() local 2236 struct phylink *pl = upstream; in phylink_sfp_detach() local 2328 struct phylink *pl = upstream; in phylink_sfp_module_insert() local 2347 struct phylink *pl = upstream; in phylink_sfp_module_start() local [all …]
|
/linux/net/ceph/ |
A D | pagelist.c | 11 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()
|
/linux/Documentation/translations/it_IT/doc-guide/ |
A 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/Documentation/translations/zh_CN/doc-guide/ |
A D | parse-headers.rst | 29 parse_headers.pl——解析一个C文件,识别函数、结构体、枚举、定义并对Sphinx文档 37 \ **parse_headers.pl**\ [<选项>] <C文件> <输出文件> [<例外文件>] 42 选项 63 说明 139 示例 169 缺陷 178 版权
|
/linux/Documentation/doc-guide/ |
A 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/lib/ |
A 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_add_percpu(struct fprop_global *p, struct fprop_local_percpu *pl, in __fprop_add_percpu() 229 struct fprop_local_percpu *pl, in fprop_fraction_percpu() [all …]
|
/linux/include/linux/ceph/ |
A D | pagelist.h | 21 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()
|
/linux/include/linux/ |
A D | flex_proportions.h | 64 void fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in fprop_inc_single() 95 void fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in fprop_inc_percpu()
|
A D | dm-io.h | 43 struct page_list *pl; member
|
/linux/drivers/md/ |
A D | dm-kcopyd.c | 216 struct page_list *pl; in alloc_pl() local 231 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
|
A D | dm-io.c | 183 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()
|
/linux/kernel/bpf/ |
A D | cgroup.c | 122 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 550 struct bpf_prog_list *pl; in replace_effective_prog() local 600 struct bpf_prog_list *pl; in __cgroup_bpf_replace() local 657 struct bpf_prog_list *pl; in find_detach_entry() local 700 struct bpf_prog_list *pl; in __cgroup_bpf_detach() local [all …]
|
/linux/arch/mips/kernel/ |
A 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/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A 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/drivers/hwtracing/stm/ |
A D | dummy_stm.c | 23 u64 pl = 0; in dummy_stm_packet() local
|
/linux/drivers/phy/ |
A D | phy-core.c | 66 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
|
/linux/drivers/gpu/drm/radeon/ |
A D | rv770_dpm.c | 229 struct rv7xx_pl *pl) in rv770_get_seq_value() 616 struct rv7xx_pl *pl, in rv770_convert_power_level_to_smc() 2183 struct rv7xx_pl *pl; in rv7xx_parse_pplib_clock_info() local 2438 struct rv7xx_pl *pl; in rv770_dpm_print_power_state() local 2472 struct rv7xx_pl *pl; in rv770_dpm_debugfs_print_current_performance_level() local 2501 struct rv7xx_pl *pl; in rv770_dpm_get_current_sclk() local 2523 struct rv7xx_pl *pl; in rv770_dpm_get_current_mclk() local
|
A 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 1873 struct sumo_pl *pl; in sumo_dpm_get_current_vddc() local
|
A D | ni_dpm.c | 1614 struct rv7xx_pl *pl, in ni_populate_memory_timing_parameters() 2310 struct rv7xx_pl *pl, in ni_convert_power_level_to_smc() 2959 struct rv7xx_pl *pl, in ni_convert_mc_reg_table_entry_to_smc() 3928 struct rv7xx_pl *pl = &ps->performance_levels[index]; in ni_parse_pplib_clock_info() local 4287 struct rv7xx_pl *pl; in ni_dpm_print_power_state() local 4311 struct rv7xx_pl *pl; in ni_dpm_debugfs_print_current_performance_level() local 4331 struct rv7xx_pl *pl; in ni_dpm_get_current_sclk() local 4349 struct rv7xx_pl *pl; in ni_dpm_get_current_mclk() local
|
A D | btc_dpm.c | 1269 struct rv7xx_pl *pl) in btc_adjust_clock_combinations() 2739 struct rv7xx_pl *pl; in btc_dpm_debugfs_print_current_performance_level() local 2764 struct rv7xx_pl *pl; in btc_dpm_get_current_sclk() local 2787 struct rv7xx_pl *pl; in btc_dpm_get_current_mclk() local
|
/linux/drivers/acpi/acpica/ |
A D | acdebug.h | 43 #define PARAM_LIST(pl) pl argument
|
/linux/drivers/media/platform/qcom/venus/ |
A D | hfi_parser.c | 87 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
|
/linux/drivers/misc/cxl/ |
A 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/drivers/pinctrl/intel/ |
A D | pinctrl-tigerlake.c | 34 #define TGL_COMMUNITY(b, s, e, pl, ho, g) \ argument
|
/linux/lib/mpi/ |
A D | longlong.h | 154 #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
|