Home
last modified time | relevance | path

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

1234

/openbmc/linux/drivers/net/phy/
H A Dphylink.c99 #define phylink_err(pl, fmt, ...) \ argument
101 #define phylink_warn(pl, fmt, ...) \ argument
103 #define phylink_info(pl, fmt, ...) \ argument
106 #define phylink_dbg(pl, fmt, ...) \ argument
1609 struct phylink *pl; in phylink_create() local
2051 struct phylink *pl = data; in phylink_link_handler() local
3011 struct phylink *pl = upstream; in phylink_sfp_attach() local
3018 struct phylink *pl = upstream; in phylink_sfp_detach() local
3215 struct phylink *pl = upstream; in phylink_sfp_module_insert() local
3234 struct phylink *pl = upstream; in phylink_sfp_module_start() local
[all …]
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dparse-headers.rst29 parse_headers.pl——解析一个C文件,识别函数、结构体、枚举、定义并对Sphinx文档
37 \ **parse_headers.pl**\ [<选项>] <C文件> <输出文件> [<例外文件>]
42
63
139
169
178
/openbmc/linux/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst30 parse_headers.pl - analizza i file C al fine di identificare funzioni,
37 \ **parse_headers.pl**\ [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]
42 OPZIONI
62 DESCRIZIONE
151 ESEMPI
180 BUGS
186 COPYRIGHT
/openbmc/linux/lib/
H A Dflex_proportions.c90 int fprop_local_init_single(struct fprop_local_single *pl) in fprop_local_init_single()
98 void fprop_local_destroy_single(struct fprop_local_single *pl) in fprop_local_destroy_single()
103 struct fprop_local_single *pl) in fprop_reflect_period_single()
127 void __fprop_inc_single(struct fprop_global *p, struct fprop_local_single *pl) in __fprop_inc_single()
136 struct fprop_local_single *pl, in fprop_fraction_single()
168 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp) in fprop_local_init_percpu()
180 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl) in fprop_local_destroy_percpu()
186 struct fprop_local_percpu *pl) in fprop_reflect_period_percpu()
216 void __fprop_add_percpu(struct fprop_global *p, struct fprop_local_percpu *pl, in __fprop_add_percpu()
225 struct fprop_local_percpu *pl, in fprop_fraction_percpu()
[all …]
/openbmc/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c39 static void imx8qxp_pixel_link_enable_mst_en(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_enable_mst_en()
51 static void imx8qxp_pixel_link_enable_mst_vld(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_enable_mst_vld()
63 static void imx8qxp_pixel_link_enable_sync(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_enable_sync()
103 static int imx8qxp_pixel_link_disable_sync(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_disable_sync()
133 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_attach() local
156 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_mode_set() local
165 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_atomic_enable() local
176 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_atomic_disable() local
266 imx8qxp_pixel_link_find_next_bridge(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_find_next_bridge()
331 struct imx8qxp_pixel_link *pl; in imx8qxp_pixel_link_bridge_probe() local
[all …]
/openbmc/linux/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()
/openbmc/linux/include/linux/
H A Dflex_proportions.h64 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()
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c220 struct page_list *pl; in alloc_pl() local
235 static void free_pl(struct page_list *pl) in free_pl()
245 static void kcopyd_put_pages(struct dm_kcopyd_client *kc, struct page_list *pl) in kcopyd_put_pages()
267 struct page_list *pl; in kcopyd_get_pages() local
296 static void drop_pages(struct page_list *pl) in drop_pages()
313 struct page_list *pl = NULL, *next; in client_reserve_pages() local
H A Ddm-io.c190 struct page_list *pl = dp->context_ptr; in list_get_page() local
199 struct page_list *pl = dp->context_ptr; in list_next_page() local
205 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned int offset) in list_dp_init()
/openbmc/linux/kernel/bpf/
H A Dcgroup.c289 struct bpf_prog_list *pl; in cgroup_bpf_release() local
357 struct bpf_prog_list *pl; in prog_list_length() local
407 struct bpf_prog_list *pl; in compute_effective_progs() local
562 struct bpf_prog_list *pl; in find_attach_entry() local
618 struct bpf_prog_list *pl; in __cgroup_bpf_attach() local
748 struct bpf_prog_list *pl; in replace_effective_prog() local
799 struct bpf_prog_list *pl; in __cgroup_bpf_replace() local
856 struct bpf_prog_list *pl; in find_detach_entry() local
899 struct bpf_prog_list *pl; in purge_effective_progs() local
955 struct bpf_prog_list *pl; in __cgroup_bpf_detach() local
[all …]
/openbmc/qemu/hw/cxl/
H A Dcxl-events.c144 CXLRetCode cxl_event_get_records(CXLDeviceState *cxlds, CXLGetEventPayload *pl, in cxl_event_get_records()
186 CXLClearEventPayload *pl) in cxl_event_clear_records()
/openbmc/linux/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()
/openbmc/linux/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
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c282 struct ttm_place pl; in vmw_bo_pin_reserved() local
748 set_placement_list(struct ttm_place *pl, u32 domain) in set_placement_list()
806 struct ttm_placement *pl = &bo->placement; in vmw_bo_placement_set() local
/openbmc/u-boot/drivers/tee/optee/
H A Dsupplicant.c21 void *pl; in cmd_shm_alloc() local
/openbmc/linux/drivers/hwtracing/stm/
H A Ddummy_stm.c23 u64 pl = 0; in dummy_stm_packet() local
/openbmc/linux/drivers/acpi/acpica/
H A Dacdebug.h43 #define PARAM_LIST(pl) pl argument
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.c229 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
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c90 const struct hfi_profile_level *pl = data; in fill_profile_level() local
102 struct hfi_profile_level_supported *pl = data; in parse_profile_level() local
/openbmc/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
/openbmc/linux/drivers/phy/
H A Dphy-core.c68 struct phy_lookup *pl; in phy_create_lookup() local
100 struct phy_lookup *pl; in phy_remove_lookup() local
120 struct phy_lookup *p, *pl = NULL; in phy_find() local
/openbmc/linux/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
/openbmc/linux/drivers/powercap/
H A Dintel_rapl_common.c123 static bool is_pl_valid(struct rapl_domain *rd, int pl) in is_pl_valid()
130 static int get_pl_lock_prim(struct rapl_domain *rd, int pl) in get_pl_lock_prim()
154 static int get_pl_prim(struct rapl_domain *rd, int pl, enum pl_prims prim) in get_pl_prim()
880 static int rapl_read_pl_data(struct rapl_domain *rd, int pl, in rapl_read_pl_data()
891 static int rapl_write_pl_data(struct rapl_domain *rd, int pl, in rapl_write_pl_data()

1234