Home
last modified time | relevance | path

Searched defs:rpm (Results 1 – 25 of 70) sorted by relevance

123

/linux-5.19.10/drivers/gpu/drm/i915/
Dintel_runtime_pm.c68 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
75 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
107 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
228 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm) in __intel_wakeref_dec_and_check_tracking()
245 untrack_all_intel_runtime_pm_wakerefs(struct intel_runtime_pm *rpm) in untrack_all_intel_runtime_pm_wakerefs()
257 void print_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in print_intel_runtime_pm_wakeref()
296 static void init_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in init_intel_runtime_pm_wakeref()
301 track_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm) in track_intel_runtime_pm_wakeref()
306 static void untrack_intel_runtime_pm_wakeref(struct intel_runtime_pm *rpm, in untrack_intel_runtime_pm_wakeref()
312 __intel_wakeref_dec_and_check_tracking(struct intel_runtime_pm *rpm) in __intel_wakeref_dec_and_check_tracking()
[all …]
Dintel_runtime_pm.h95 assert_rpm_device_not_suspended(struct intel_runtime_pm *rpm) in assert_rpm_device_not_suspended()
102 __assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_raw_wakeref_held()
110 __assert_rpm_wakelock_held(struct intel_runtime_pm *rpm, int wakeref_count) in __assert_rpm_wakelock_held()
118 assert_rpm_raw_wakeref_held(struct intel_runtime_pm *rpm) in assert_rpm_raw_wakeref_held()
124 assert_rpm_wakelock_held(struct intel_runtime_pm *rpm) in assert_rpm_wakelock_held()
148 disable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in disable_rpm_wakeref_asserts()
166 enable_rpm_wakeref_asserts(struct intel_runtime_pm *rpm) in enable_rpm_wakeref_asserts()
183 #define with_intel_runtime_pm(rpm, wf) \ argument
187 #define with_intel_runtime_pm_if_in_use(rpm, wf) \ argument
191 #define with_intel_runtime_pm_if_active(rpm, wf) \ argument
[all …]
Dintel_wakeref.h42 struct intel_runtime_pm *rpm; member
57 #define intel_wakeref_init(wf, rpm, ops) do { \ argument
266 struct intel_runtime_pm *rpm; member
Dintel_wakeref.c97 struct intel_runtime_pm *rpm, in __intel_wakeref_init()
144 struct intel_runtime_pm *rpm) in intel_wakeref_auto_init()
Di915_driver.c964 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_driver_release() local
1189 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in i915_drm_suspend_late() local
1550 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_suspend() local
1633 struct intel_runtime_pm *rpm = &dev_priv->runtime_pm; in intel_runtime_resume() local
Di915_gem.c120 struct intel_runtime_pm *rpm = &to_i915(obj->base.dev)->runtime_pm; in i915_gem_object_unbind() local
542 struct intel_runtime_pm *rpm = &i915->runtime_pm; in i915_gem_gtt_pwrite_fast() local
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Drpm.c44 static void rpm_write(rpm_t *rpm, u64 lmac, u64 offset, u64 val) in rpm_write()
49 static u64 rpm_read(rpm_t *rpm, u64 lmac, u64 offset) in rpm_read()
56 rpm_t *rpm = rpmd; in rpm_get_nr_lmacs() local
63 rpm_t *rpm = rpmd; in rpm_lmac_tx_enable() local
83 rpm_t *rpm = rpmd; in rpm_lmac_rx_tx_enable() local
100 rpm_t *rpm = rpmd; in rpm_lmac_enadis_rx_pause_fwding() local
129 rpm_t *rpm = rpmd; in rpm_lmac_get_pause_frm_status() local
144 static void rpm_cfg_pfc_quanta_thresh(rpm_t *rpm, int lmac_id, in rpm_cfg_pfc_quanta_thresh()
227 rpm_t *rpm = rpmd; in rpm_lmac_enadis_pause_frm() local
262 rpm_t *rpm = rpmd; in rpm_lmac_pause_frm_config() local
[all …]
/linux-5.19.10/drivers/mfd/
Dqcom_rpm.c58 #define RPM_STATUS_REG(rpm, i) ((rpm)->status_regs + (i) * 4) argument
59 #define RPM_CTRL_REG(rpm, i) ((rpm)->ctrl_regs + (i) * 4) argument
60 #define RPM_REQ_REG(rpm, i) ((rpm)->req_regs + (i) * 4) argument
445 int qcom_rpm_write(struct qcom_rpm *rpm, in qcom_rpm_write()
494 struct qcom_rpm *rpm = dev; in qcom_rpm_ack_interrupt() local
516 struct qcom_rpm *rpm = dev; in qcom_rpm_err_interrupt() local
534 struct qcom_rpm *rpm; in qcom_rpm_probe() local
681 struct qcom_rpm *rpm = dev_get_drvdata(&pdev->dev); in qcom_rpm_remove() local
/linux-5.19.10/drivers/soc/qcom/
Dsmd-rpm.c96 int qcom_rpm_smd_write(struct qcom_smd_rpm *rpm, in qcom_rpm_smd_write()
158 struct qcom_smd_rpm *rpm = dev_get_drvdata(&rpdev->dev); in qcom_smd_rpm_callback() local
199 struct qcom_smd_rpm *rpm; in qcom_smd_rpm_probe() local
227 struct qcom_smd_rpm *rpm = dev_get_drvdata(&rpdev->dev); in qcom_smd_rpm_remove() local
Drpmpd.c107 struct qcom_smd_rpm *rpm; member
607 struct qcom_smd_rpm *rpm; in rpmpd_probe() local
/linux-5.19.10/drivers/hwmon/
Dmax31790.c48 #define RPM_TO_REG(rpm, sr) ((60 * (sr) * 8192) / ((rpm) * 2)) argument
145 static u8 bits_for_tach_period(int rpm) in bits_for_tach_period()
169 int sr, rpm; in max31790_read_fan() local
Dgpio-fan.c25 int rpm; member
153 static int rpm_to_speed_index(struct gpio_fan_data *fan_data, unsigned long rpm) in rpm_to_speed_index()
270 unsigned long rpm; in set_rpm() local
Dultra45_env.c102 int rpm, period; in show_fan_speed() local
119 unsigned long rpm; in set_fan_speed() local
Dg762.c182 static inline unsigned char cnt_from_rpm(unsigned long rpm, u32 clk_freq, u16 p, in cnt_from_rpm()
727 unsigned int rpm = 0; in fan1_input_show() local
931 unsigned int rpm; in fan1_target_show() local
Dg760a.c110 unsigned int rpm = 0; in fan1_input_show() local
Demc2103.c279 int rpm = 0; in fan1_input_show() local
364 int rpm = 0; in fan1_target_show() local
/linux-5.19.10/drivers/clk/qcom/
Dclk-rpm.c89 struct qcom_rpm *rpm; member
94 struct qcom_rpm *rpm; member
545 struct qcom_rpm *rpm; in rpm_clk_probe() local
Dclk-smd-rpm.c144 struct qcom_smd_rpm *rpm; member
373 static int clk_smd_rpm_enable_scaling(struct qcom_smd_rpm *rpm) in clk_smd_rpm_enable_scaling()
1185 struct qcom_smd_rpm *rpm; in rpm_smd_clk_probe() local
/linux-5.19.10/drivers/regulator/
Dqcom_smd-regulator.c18 struct qcom_smd_rpm *rpm; member
1255 struct device_node *node, struct qcom_smd_rpm *rpm, in rpm_regulator_init_vreg()
1304 struct qcom_smd_rpm *rpm; in rpm_reg_probe() local
Dqcom_rpm-regulator.c48 struct qcom_rpm *rpm; member
944 struct qcom_rpm *rpm; in rpm_reg_probe() local
/linux-5.19.10/drivers/gpu/drm/i915/gt/
Dintel_engine_pm.c274 struct intel_runtime_pm *rpm = engine->uncore->rpm; in intel_engine_init__pm() local
/linux-5.19.10/arch/arm/boot/dts/
Dqcom-mdm9615.dtsi406 rpm: rpm@108000 { label
Dqcom-ipq8064.dtsi760 rpm: rpm@108000 { label
Dqcom-msm8660.dtsi399 rpm: rpm@104000 { label
/linux-5.19.10/drivers/thunderbolt/
Dicm.c99 bool rpm; member
456 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_fr_driver_ready()
1015 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_tr_driver_ready()
1491 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_ar_driver_ready()
1621 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_icl_driver_ready()
1758 u8 *proto_version, size_t *nboot_acl, bool *rpm) in __icm_driver_ready()

123