/linux-6.12.1/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() 154 dpll_msg_add_temp(struct sk_buff *msg, struct dpll_device *dpll, in dpll_msg_add_temp() 178 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_prio() local 200 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_on_dpll_state() local 222 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_direction() local 242 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_pin_phase_adjust() local 265 struct dpll_device *dpll = ref->dpll; in dpll_msg_add_phase_offset() local [all …]
|
D | dpll_core.c | 154 dpll_xa_ref_dpll_add(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_add() 208 dpll_xa_ref_dpll_del(struct xarray *xa_dplls, struct dpll_device *dpll, in dpll_xa_ref_dpll_del() 245 struct dpll_device *dpll; in dpll_device_alloc() local 284 struct dpll_device *dpll, *ret = NULL; in dpll_device_get() local 313 void dpll_device_put(struct dpll_device *dpll) in dpll_device_put() 329 dpll_device_registration_find(struct dpll_device *dpll, in dpll_device_registration_find() 355 int dpll_device_register(struct dpll_device *dpll, enum dpll_type type, in dpll_device_register() 410 void dpll_device_unregister(struct dpll_device *dpll, in dpll_device_unregister() 603 __dpll_pin_register(struct dpll_device *dpll, struct dpll_pin *pin, in __dpll_pin_register() 637 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.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_dpll.c | 128 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_set() 166 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_set() 191 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_output_frequency_set() 217 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_get() 250 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_get() 275 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_output_frequency_get() 511 ice_dpll_hw_input_prio_set(struct ice_pf *pf, struct ice_dpll *dpll, in ice_dpll_hw_input_prio_set() 547 ice_dpll_lock_status_get(const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_lock_status_get() 576 static int ice_dpll_mode_get(const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_mode_get() 609 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_pin_state_set() [all …]
|
D | ice_dpll.h | 54 struct dpll_device *dpll; member
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dpll.c | 11 struct dpll_device *dpll; member 144 mlx5_dpll_device_lock_status_get(const struct dpll_device *dpll, void *priv, in mlx5_dpll_device_lock_status_get() 161 static int mlx5_dpll_device_mode_get(const struct dpll_device *dpll, in mlx5_dpll_device_mode_get() 176 const struct dpll_device *dpll, in mlx5_dpll_pin_direction_get() 187 const struct dpll_device *dpll, in mlx5_dpll_state_on_dpll_get() 205 const struct dpll_device *dpll, in mlx5_dpll_state_on_dpll_set() 219 const struct dpll_device *dpll, void *dpll_priv, in mlx5_dpll_ffo_get()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dpll.c | 329 static u32 i9xx_dpll_compute_m(const struct dpll *dpll) in i9xx_dpll_compute_m() 426 u32 dpll = hw_state->dpll; in i9xx_crtc_clock_get() local 984 u32 i9xx_dpll_compute_fp(const struct dpll *dpll) in i9xx_dpll_compute_fp() 989 static u32 pnv_dpll_compute_fp(const struct dpll *dpll) in pnv_dpll_compute_fp() 1005 u32 dpll; in i9xx_dpll() local 1097 u32 dpll; in i8xx_dpll() local 1251 static bool ilk_needs_fb_cb_tune(const struct dpll *dpll, int factor) in ilk_needs_fb_cb_tune() 1273 u32 dpll; in ilk_dpll() local 1426 u32 dpll; in vlv_dpll() local 1452 u32 dpll; in chv_dpll() local [all …]
|
/linux-6.12.1/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.12.1/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.12.1/arch/arm64/boot/dts/sprd/ |
D | sharkl3.dtsi | 123 dpll: dpll@0 { label
|
/linux-6.12.1/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-rk3308.c | 18 apll, dpll, vpll0, vpll1, enumerator
|
D | clk-rk3128.c | 18 apll, dpll, cpll, gpll, enumerator
|
D | clk-px30.c | 18 apll, dpll, cpll, npll, apll_b_h, apll_b_l, enumerator
|
D | clk-rk3368.c | 17 apllb, aplll, dpll, cpll, gpll, npll, 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
|
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/ |
D | rcar_du_crtc.c | 83 struct dpll_info *dpll, in rcar_du_dpll_divider() 217 struct dpll_info dpll = { 0 }; in rcar_du_crtc_set_display_timing() local
|