/linux-6.8/drivers/dpll/ |
D | dpll_netlink.c | 34 dpll_msg_add_dev_handle(struct sk_buff *msg, struct dpll_device *dpll) in dpll_msg_add_dev_handle() 92 dpll_msg_add_mode(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_mode() 109 dpll_msg_add_mode_supported(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_mode_supported() 130 dpll_msg_add_lock_status(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_lock_status() 147 dpll_msg_add_temp(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_temp() 171 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_prio() local 193 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_on_dpll_state() local 215 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_direction() local 235 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_phase_adjust() local 258 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_phase_offset() local [all …]
|
D | dpll_core.c | 146 dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_add() 199 dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_del() 236 struct dpll_device *dpll; in dpll_device_alloc() local 275 struct dpll_device *dpll, *ret = NULL; in dpll_device_get() local 304 void dpll_device_put(struct dpll_device *dpll) in dpll_device_put() 320 dpll_device_registration_find(struct dpll_device *dpll, in dpll_device_registration_find() 346 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() 401 void dpll_device_unregister(struct dpll_device *dpll, in dpll_device_unregister() 594 __dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, in __dpll_pin_register() 628 dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, in dpll_pin_register() [all …]
|
D | dpll_core.h | 73 struct dpll_device *dpll; member
|
/linux-6.8/drivers/net/ethernet/intel/ice/ |
D | ice_dpll.c | 122 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_set() 160 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_set() 185 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_output_frequency_set() 211 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_get() 244 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_get() 269 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_output_frequency_get() 505 ice_dpll_hw_input_prio_set(struct ice_pf *pf, struct ice_dpll *dpll, in ice_dpll_hw_input_prio_set() 540 ice_dpll_lock_status_get(const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_lock_status_get() 568 static int ice_dpll_mode_get(const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_mode_get() 601 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_pin_state_set() [all …]
|
D | ice_dpll.h | 53 struct dpll_device *dpll; member
|
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dpll.c | 11 struct dpll_device *dpll; member 121 static int mlx5_dpll_device_lock_status_get(const struct dpll_device *dpll, in mlx5_dpll_device_lock_status_get() 137 static int mlx5_dpll_device_mode_get(const struct dpll_device *dpll, in mlx5_dpll_device_mode_get() 152 const struct dpll_device *dpll, in mlx5_dpll_pin_direction_get() 163 const struct dpll_device *dpll, in mlx5_dpll_state_on_dpll_get() 181 const struct dpll_device *dpll, in mlx5_dpll_state_on_dpll_set() 195 const struct dpll_device *dpll, void *dpll_priv, in mlx5_dpll_ffo_get()
|
/linux-6.8/drivers/gpu/drm/i915/display/ |
D | intel_dpll.c | 328 static u32 i9xx_dpll_compute_m(const struct dpll *dpll) in i9xx_dpll_compute_m() 376 u32 dpll = pipe_config->dpll_hw_state.dpll; in i9xx_pll_refclk() local 394 u32 dpll = pipe_config->dpll_hw_state.dpll; in i9xx_crtc_clock_get() local 951 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() 956 static u32 pnv_dpll_compute_fp(const struct dpll *dpll) in pnv_dpll_compute_fp() 987 u32 dpll; in i9xx_compute_dpll() local 1066 u32 dpll; in i8xx_compute_dpll() local 1195 static bool ilk_needs_fb_cb_tune(const struct dpll *dpll, int factor) in ilk_needs_fb_cb_tune() 1239 u32 dpll; in ilk_compute_dpll() local 1768 u32 dpll = crtc_state->dpll_hw_state.dpll; in i9xx_enable_pll() local [all …]
|
D | intel_display_types.h | 660 struct dpll { struct 683 bool dpll_set, modeset; argument 1185 struct dpll dpll; member
|
/linux-6.8/drivers/gpu/drm/gma500/ |
D | psb_intel_display.c | 107 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local 310 u32 dpll; in psb_intel_crtc_clock_get() local
|
D | cdv_intel_display.c | 584 u32 dpll = 0, dspcntr, pipeconf; in cdv_intel_crtc_mode_set() local 842 u32 dpll; in cdv_intel_crtc_clock_get() local
|
/linux-6.8/drivers/ata/ |
D | pata_hpt3x2n.c | 312 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_defer() local 328 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_issue() local
|
/linux-6.8/arch/arm64/boot/dts/sprd/ |
D | sharkl3.dtsi | 123 dpll: dpll { label
|
/linux-6.8/drivers/clk/rockchip/ |
D | clk-rv1108.c | 19 apll, dpll, gpll, enumerator
|
D | clk-rk3036.c | 21 apll, dpll, gpll, enumerator
|
D | clk-rk3328.c | 21 apll, dpll, cpll, gpll, npll, enumerator
|
D | clk-rk3228.c | 19 apll, dpll, cpll, gpll, enumerator
|
D | clk-rk3128.c | 18 apll, dpll, cpll, gpll, enumerator
|
D | clk-rk3308.c | 18 apll, dpll, vpll0, vpll1, enumerator
|
D | clk-rk3368.c | 17 apllb, aplll, dpll, cpll, gpll, npll, enumerator
|
D | clk-px30.c | 18 apll, dpll, cpll, npll, apll_b_h, apll_b_l, enumerator
|
D | clk-rv1126.c | 28 apll, dpll, cpll, hpll, enumerator
|
D | clk-rk3288.c | 24 apll, dpll, cpll, gpll, npll, enumerator
|
D | clk-rk3399.c | 19 lpll, bpll, dpll, cpll, gpll, npll, vpll, enumerator
|
D | clk-rk3188.c | 19 apll, cpll, dpll, gpll, enumerator
|
D | clk-rk3568.c | 23 apll, dpll, gpll, cpll, npll, vpll, enumerator
|