/linux-6.12.1/drivers/net/phy/ |
D | phylink.c | 91 #define phylink_printk(level, pl, fmt, ...) \ argument 99 #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 114 #define phylink_dbg(pl, fmt, ...) \ argument 117 #define phylink_dbg(pl, fmt, ...) \ argument 655 static int phylink_validate_mac_and_pcs(struct phylink *pl, in phylink_validate_mac_and_pcs() 710 static void phylink_validate_one(struct phylink *pl, struct phy_device *phy, in phylink_validate_one() 740 static int phylink_validate_mask(struct phylink *pl, struct phy_device *phy, in phylink_validate_mask() [all …]
|
/linux-6.12.1/net/ceph/ |
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-6.12.1/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-6.12.1/Documentation/translations/zh_CN/doc-guide/ |
D | parse-headers.rst | 29 parse_headers.pl——解析一个C文件,识别函数、结构体、枚举、定义并对Sphinx文档 37 \ **parse_headers.pl**\ [<选项>] <C文件> <输出文件> [<例外文件>] 42 选项 63 说明 139 示例 169 缺陷 178 版权
|
/linux-6.12.1/Documentation/translations/it_IT/doc-guide/ |
D | parse-headers.rst | 30 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
|
/linux-6.12.1/drivers/gpu/drm/bridge/imx/ |
D | imx8qxp-pixel-link.c | 39 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() 75 static int imx8qxp_pixel_link_disable_mst_en(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_disable_mst_en() 89 static int imx8qxp_pixel_link_disable_mst_vld(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_disable_mst_vld() 103 static int imx8qxp_pixel_link_disable_sync(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_disable_sync() 117 static void imx8qxp_pixel_link_set_mst_addr(struct imx8qxp_pixel_link *pl) in imx8qxp_pixel_link_set_mst_addr() 133 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_attach() local 151 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_mode_set() local 160 struct imx8qxp_pixel_link *pl = bridge->driver_private; in imx8qxp_pixel_link_bridge_atomic_enable() local [all …]
|
/linux-6.12.1/include/linux/ceph/ |
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-6.12.1/lib/ |
D | flex_proportions.c | 91 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp) in fprop_local_init_percpu() 103 void fprop_local_destroy_percpu(struct fprop_local_percpu *pl) in fprop_local_destroy_percpu() 109 struct fprop_local_percpu *pl) in fprop_reflect_period_percpu() 139 void __fprop_add_percpu(struct fprop_global *p, struct fprop_local_percpu *pl, in __fprop_add_percpu() 148 struct fprop_local_percpu *pl, in fprop_fraction_percpu() 180 struct fprop_local_percpu *pl, int max_frac, long nr) in __fprop_add_percpu_max()
|
/linux-6.12.1/drivers/md/ |
D | dm-kcopyd.c | 220 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
|
D | dm-io.c | 190 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()
|
/linux-6.12.1/arch/mips/kernel/ |
D | pm-cps.c | 186 static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine() 230 static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb() 323 static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit()
|
/linux-6.12.1/kernel/bpf/ |
D | cgroup.c | 306 struct bpf_prog_list *pl; in cgroup_bpf_release() local 360 static struct bpf_prog *prog_list_prog(struct bpf_prog_list *pl) in prog_list_prog() 374 struct bpf_prog_list *pl; in prog_list_length() local 424 struct bpf_prog_list *pl; in compute_effective_progs() local 579 struct bpf_prog_list *pl; in find_attach_entry() local 635 struct bpf_prog_list *pl; in __cgroup_bpf_attach() local 765 struct bpf_prog_list *pl; in replace_effective_prog() local 816 struct bpf_prog_list *pl; in __cgroup_bpf_replace() local 873 struct bpf_prog_list *pl; in find_detach_entry() local 916 struct bpf_prog_list *pl; in purge_effective_progs() local [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/libie/ |
D | rx.c | 20 #define LIBIE_RX_PT(oip, ofrag, tun, tp, tefr, iprot, pl) { \ argument 35 #define __LIBIE_RX_PT_L2(iprot, pl) \ argument
|
/linux-6.12.1/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-6.12.1/net/ethtool/ |
D | cmis_fw_update.c | 112 struct cmis_cdb_start_fw_download_pl pl = {}; in cmis_fw_update_start_download() local 168 struct cmis_cdb_write_fw_block_lpl_pl pl = { in cmis_fw_update_write_image() local 293 struct cmis_cdb_run_fw_image_pl pl = {0}; in cmis_fw_update_run_image() local
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_bo.c | 306 struct ttm_place pl; in vmw_bo_pin_reserved() local 753 set_placement_list(struct ttm_place *pl, u32 desired, u32 fallback) in set_placement_list() 817 struct ttm_placement *pl = &bo->placement; in vmw_bo_placement_set() local
|
/linux-6.12.1/include/linux/ |
D | flex_proportions.h | 63 void fprop_inc_percpu(struct fprop_global *p, struct fprop_local_percpu *pl) in fprop_inc_percpu()
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
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
|
D | sumo_dpm.c | 545 struct sumo_pl *pl, u32 index) in sumo_program_power_level() 1433 struct sumo_pl *pl = &ps->levels[index]; in sumo_parse_pplib_clock_info() local 1806 struct sumo_pl *pl = &ps->levels[i]; in sumo_dpm_print_power_state() local 1820 struct sumo_pl *pl; in sumo_dpm_debugfs_print_current_performance_level() local 1847 struct sumo_pl *pl; in sumo_dpm_get_current_sclk() local 1875 struct sumo_pl *pl; in sumo_dpm_get_current_vddc() local
|
D | ni_dpm.c | 1614 struct rv7xx_pl *pl, in ni_populate_memory_timing_parameters() 2314 struct rv7xx_pl *pl, in ni_convert_power_level_to_smc() 2961 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
|
/linux-6.12.1/drivers/hwtracing/stm/ |
D | dummy_stm.c | 23 u64 pl = 0; in dummy_stm_packet() local
|
/linux-6.12.1/drivers/media/platform/qcom/venus/ |
D | hfi_parser.c | 90 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
|
/linux-6.12.1/drivers/phy/ |
D | phy-core.c | 73 struct phy_lookup *pl; in phy_create_lookup() local 105 struct phy_lookup *pl; in phy_remove_lookup() local 125 struct phy_lookup *p, *pl = NULL; in phy_find() local
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | acdebug.h | 43 #define PARAM_LIST(pl) pl argument
|
/linux-6.12.1/drivers/misc/cxl/ |
D | file.c | 390 struct cxl_event_afu_driver_reserved *pl) in afu_driver_event_copy() 426 struct cxl_event_afu_driver_reserved *pl = NULL; in afu_read() local
|