Searched refs:PM_DEVICE_DT_INST_DEFINE (Results 1 – 25 of 146) sorted by relevance
123456
/Zephyr-latest/drivers/dma/ |
D | dma_intel_adsp_hda_link_in.c | 38 PM_DEVICE_DT_INST_DEFINE(inst, intel_adsp_hda_dma_pm_action); \
|
D | dma_intel_adsp_hda_link_out.c | 38 PM_DEVICE_DT_INST_DEFINE(inst, intel_adsp_hda_dma_pm_action); \
|
D | dma_intel_adsp_hda_host_in.c | 36 PM_DEVICE_DT_INST_DEFINE(inst, intel_adsp_hda_dma_pm_action); \
|
D | dma_intel_adsp_hda_host_out.c | 40 PM_DEVICE_DT_INST_DEFINE(inst, intel_adsp_hda_dma_pm_action); \
|
/Zephyr-latest/drivers/power_domain/ |
D | power_domain_nxp_scu.c | 81 PM_DEVICE_DT_INST_DEFINE(inst, scu_pd_pm_action); \
|
D | power_domain_intel_adsp.c | 101 PM_DEVICE_DT_INST_DEFINE(id, pd_intel_adsp_pm_action); \
|
D | power_domain_gpio.c | 135 PM_DEVICE_DT_INST_DEFINE(id, pd_gpio_pm_action); \
|
D | power_domain_gpio_monitor.c | 144 PM_DEVICE_DT_INST_DEFINE(inst, pd_gpio_monitor_pm_action); \
|
/Zephyr-latest/drivers/serial/ |
D | uart_pl011_ambiq.h | 171 PM_DEVICE_DT_INST_DEFINE(n, uart_ambiq_pm_action); \ 189 PM_DEVICE_DT_INST_DEFINE(n, uart_ambiq_pm_action); \
|
D | uart_ite_it8xxx2.c | 200 PM_DEVICE_DT_INST_DEFINE(inst, uart_it8xxx2_pm_action); \
|
/Zephyr-latest/drivers/sensor/amd_sb_tsi/ |
D | sb_tsi.c | 126 PM_DEVICE_DT_INST_DEFINE(inst, sb_tsi_pm_action); \
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_neorv32_trng.c | 141 PM_DEVICE_DT_INST_DEFINE(n, neorv32_trng_pm_action); \
|
D | entropy_npcx_drbg.c | 231 PM_DEVICE_DT_INST_DEFINE(0, entropy_npcx_drbg_pm_action);
|
/Zephyr-latest/drivers/led/ |
D | led_pwm.c | 145 PM_DEVICE_DT_INST_DEFINE(id, led_pwm_pm_action); \
|
D | lp5569.c | 200 PM_DEVICE_DT_INST_DEFINE(id, lp5569_pm_action); \
|
/Zephyr-latest/drivers/dai/intel/hda/ |
D | hda.c | 154 PM_DEVICE_DT_INST_DEFINE(n, hda_pm_action); \
|
/Zephyr-latest/drivers/sensor/current_amp/ |
D | current_amp.c | 166 PM_DEVICE_DT_INST_DEFINE(inst, pm_action); \
|
/Zephyr-latest/drivers/sensor/f75303/ |
D | f75303.c | 193 PM_DEVICE_DT_INST_DEFINE(inst, f75303_pm_action); \
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2484.c | 169 PM_DEVICE_DT_INST_DEFINE(inst, ds2484_pm_control); \
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_nmea_generic.c | 193 PM_DEVICE_DT_INST_DEFINE(inst, gnss_nmea_generic_pm_action); \
|
/Zephyr-latest/drivers/sensor/microchip/mchp_tach_xec/ |
D | tach_mchp_xec.c | 202 PM_DEVICE_DT_INST_DEFINE(id, tach_xec_pm_action); \
|
/Zephyr-latest/drivers/sensor/voltage_divider/ |
D | voltage.c | 186 PM_DEVICE_DT_INST_DEFINE(inst, pm_action); \
|
/Zephyr-latest/drivers/input/ |
D | input_npcx_kbd.c | 229 PM_DEVICE_DT_INST_DEFINE(0, input_kbd_matrix_pm_action);
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_loapic.c | 415 PM_DEVICE_DT_INST_DEFINE(0, loapic_pm_action);
|
/Zephyr-latest/drivers/sensor/ntc_thermistor/ |
D | ntc_thermistor.c | 157 PM_DEVICE_DT_INST_DEFINE(inst, ntc_thermistor_pm_action); \
|
123456