Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 258) sorted by relevance

1234567891011

/Zephyr-Core-3.7.0/include/zephyr/dt-bindings/clock/
Drenesas-ra-cgc.h15 #define RA_CLOCK_DMAC(channel) RA_CLOCK(0, 22, channel) argument
16 #define RA_CLOCK_DTC(channel) RA_CLOCK(0, 22, channel) argument
17 #define RA_CLOCK_CAN(channel) RA_CLOCK(1, 2, channel) argument
18 #define RA_CLOCK_CEC(channel) RA_CLOCK(1, 3U, channel) argument
19 #define RA_CLOCK_I3C(channel) RA_CLOCK(1, 4U, channel) argument
20 #define RA_CLOCK_IRDA(channel) RA_CLOCK(1, 5U, channel) argument
21 #define RA_CLOCK_QSPI(channel) RA_CLOCK(1, 6U, channel) argument
22 #define RA_CLOCK_IIC(channel) RA_CLOCK(1, 9U, channel) argument
23 #define RA_CLOCK_USBFS(channel) RA_CLOCK(1, 11U, channel) argument
24 #define RA_CLOCK_USBHS(channel) RA_CLOCK(1, 12U, channel) argument
[all …]
/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_handlers.c12 uint32_t channel, uint32_t period, in z_vrfy_pwm_set_cycles()
22 uint32_t channel, in z_vrfy_pwm_get_cycles_per_sec()
35 uint32_t channel) in z_vrfy_pwm_enable_capture()
43 uint32_t channel) in z_vrfy_pwm_disable_capture()
51 uint32_t channel, pwm_flags_t flags, in z_vrfy_pwm_capture_cycles()
Dpwm_test.c18 static int vnd_pwm_set_cycles(const struct device *dev, uint32_t channel, in vnd_pwm_set_cycles()
26 static int vnd_pwm_configure_capture(const struct device *dev, uint32_t channel, in vnd_pwm_configure_capture()
34 static int vnd_pwm_enable_capture(const struct device *dev, uint32_t channel) in vnd_pwm_enable_capture()
39 static int vnd_pwm_disable_capture(const struct device *dev, uint32_t channel) in vnd_pwm_disable_capture()
46 uint32_t channel, uint64_t *cycles) in vnd_pwm_get_cycles_per_sec()
Dpwm_led_esp32.c63 static void pwm_led_esp32_low_speed_update(const struct device *dev, int speed_mode, int channel) in pwm_led_esp32_low_speed_update()
73 static void pwm_led_esp32_update_duty(const struct device *dev, int speed_mode, int channel) in pwm_led_esp32_update_duty()
84 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_duty_set()
112 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_bind_channel_timer()
121 static int pwm_led_esp32_calculate_max_resolution(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_calculate_max_resolution()
145 static int pwm_led_esp32_timer_config(struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_config()
194 struct pwm_ledc_esp32_channel_config *channel) in pwm_led_esp32_timer_set()
254 struct pwm_ledc_esp32_channel_config *channel = get_channel_config(dev, channel_idx); in pwm_led_esp32_get_cycles_per_sec() local
278 struct pwm_ledc_esp32_channel_config *channel = get_channel_config(dev, channel_idx); in pwm_led_esp32_set_cycles() local
Dpwm_shell.c18 uint8_t channel; member
38 uint32_t channel; in cmd_cycles() local
71 uint32_t channel; in cmd_usec() local
103 uint32_t channel; in cmd_nsec() local
Dpwm_mcux_tpm.c41 tpm_chnl_pwm_signal_param_t channel[MAX_CHANNELS]; member
44 static int mcux_tpm_set_cycles(const struct device *dev, uint32_t channel, in mcux_tpm_set_cycles()
121 uint32_t channel, uint64_t *cycles) in mcux_tpm_get_cycles_per_sec()
135 tpm_chnl_pwm_signal_param_t *channel = data->channel; in mcux_tpm_init() local
Dpwm_rv32m1_tpm.c40 tpm_chnl_pwm_signal_param_t channel[MAX_CHANNELS]; member
43 static int rv32m1_tpm_set_cycles(const struct device *dev, uint32_t channel, in rv32m1_tpm_set_cycles()
120 uint32_t channel, uint64_t *cycles) in rv32m1_tpm_get_cycles_per_sec()
134 tpm_chnl_pwm_signal_param_t *channel = data->channel; in rv32m1_tpm_init() local
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_handlers.c14 static inline int z_vrfy_dma_start(const struct device *dev, uint32_t channel) in z_vrfy_dma_start()
21 static inline int z_vrfy_dma_stop(const struct device *dev, uint32_t channel) in z_vrfy_dma_stop()
Ddma_dw_common.c37 uint32_t channel; in dw_dma_isr() local
124 int dw_dma_config(const struct device *dev, uint32_t channel, in dw_dma_config()
439 bool dw_dma_is_enabled(const struct device *dev, uint32_t channel) in dw_dma_is_enabled()
446 int dw_dma_start(const struct device *dev, uint32_t channel) in dw_dma_start()
549 int dw_dma_stop(const struct device *dev, uint32_t channel) in dw_dma_stop()
633 int dw_dma_resume(const struct device *dev, uint32_t channel) in dw_dma_resume()
664 int dw_dma_suspend(const struct device *dev, uint32_t channel) in dw_dma_suspend()
759 uint32_t channel) in dw_dma_avail_data_size()
792 uint32_t channel) in dw_dma_free_data_size()
822 int dw_dma_get_status(const struct device *dev, uint32_t channel, in dw_dma_get_status()
Ddma_sam0.c36 uint32_t channel; in dma_sam0_isr() local
62 static int dma_sam0_config(const struct device *dev, uint32_t channel, in dma_sam0_config()
264 static int dma_sam0_start(const struct device *dev, uint32_t channel) in dma_sam0_start()
295 static int dma_sam0_stop(const struct device *dev, uint32_t channel) in dma_sam0_stop()
315 static int dma_sam0_reload(const struct device *dev, uint32_t channel, in dma_sam0_reload()
359 static int dma_sam0_get_status(const struct device *dev, uint32_t channel, in dma_sam0_get_status()
Ddma_intel_adsp_hda.c31 uint32_t channel, in intel_adsp_hda_dma_host_in_config()
65 uint32_t channel, in intel_adsp_hda_dma_host_out_config()
99 uint32_t channel, in intel_adsp_hda_dma_link_in_config()
129 uint32_t channel, in intel_adsp_hda_dma_link_out_config()
159 int intel_adsp_hda_dma_link_reload(const struct device *dev, uint32_t channel, in intel_adsp_hda_dma_link_reload()
171 int intel_adsp_hda_dma_host_reload(const struct device *dev, uint32_t channel, in intel_adsp_hda_dma_host_reload()
218 int intel_adsp_hda_dma_status(const struct device *dev, uint32_t channel, in intel_adsp_hda_dma_status()
260 bool intel_adsp_hda_dma_chan_filter(const struct device *dev, int channel, void *filter_param) in intel_adsp_hda_dma_chan_filter()
277 int intel_adsp_hda_dma_start(const struct device *dev, uint32_t channel) in intel_adsp_hda_dma_start()
324 int intel_adsp_hda_dma_stop(const struct device *dev, uint32_t channel) in intel_adsp_hda_dma_stop()
Ddma_intel_adsp_gpdma.c18 #define GPDMA_CHLLPC_OFFSET(channel) (0x0010 + channel*0x10) argument
23 #define GPDMA_CHLLPL(channel) (0x0018 + channel*0x10) argument
24 #define GPDMA_CHLLPU(channel) (0x001c + channel*0x10) argument
56 static void intel_adsp_gpdma_dump_registers(const struct device *dev, uint32_t channel) in intel_adsp_gpdma_dump_registers()
88 uint32_t channel, uint32_t dma_slot) in intel_adsp_gpdma_llp_config()
99 uint32_t channel) in intel_adsp_gpdma_llp_enable()
114 uint32_t channel) in intel_adsp_gpdma_llp_disable()
127 uint32_t channel, uint32_t *llp_l, in intel_adsp_gpdma_llp_read()
139 static int intel_adsp_gpdma_config(const struct device *dev, uint32_t channel, in intel_adsp_gpdma_config()
162 static int intel_adsp_gpdma_start(const struct device *dev, uint32_t channel) in intel_adsp_gpdma_start()
[all …]
Ddma_sam_xdmac.c64 for (int channel = 0; channel < DMA_CHANNELS_NO; channel++) { in sam_xdmac_isr() local
82 int sam_xdmac_channel_configure(const struct device *dev, uint32_t channel, in sam_xdmac_channel_configure()
125 int sam_xdmac_transfer_configure(const struct device *dev, uint32_t channel, in sam_xdmac_transfer_configure()
178 static int sam_xdmac_config(const struct device *dev, uint32_t channel, in sam_xdmac_config()
287 static int sam_xdmac_transfer_reload(const struct device *dev, uint32_t channel, in sam_xdmac_transfer_reload()
300 int sam_xdmac_transfer_start(const struct device *dev, uint32_t channel) in sam_xdmac_transfer_start()
325 int sam_xdmac_transfer_stop(const struct device *dev, uint32_t channel) in sam_xdmac_transfer_stop()
378 static int sam_xdmac_get_status(const struct device *dev, uint32_t channel, in sam_xdmac_get_status()
Ddma_emul.c39 uint32_t channel; member
101 uint32_t channel) in dma_emul_get_channel_state()
110 static void dma_emul_set_channel_state(const struct device *dev, uint32_t channel, in dma_emul_set_channel_state()
200 uint32_t channel; in dma_emul_work_handler() local
299 static bool dma_emul_config_valid(const struct device *dev, uint32_t channel, in dma_emul_config_valid()
347 static int dma_emul_configure(const struct device *dev, uint32_t channel, in dma_emul_configure()
402 static int dma_emul_reload(const struct device *dev, uint32_t channel, dma_addr_t src, in dma_emul_reload()
410 static int dma_emul_start(const struct device *dev, uint32_t channel) in dma_emul_start()
461 static int dma_emul_stop(const struct device *dev, uint32_t channel) in dma_emul_stop()
473 static int dma_emul_suspend(const struct device *dev, uint32_t channel) in dma_emul_suspend()
[all …]
Ddma_sedi.c46 static void dma_handler(sedi_dma_t dma_device, int channel, int event_id, in dma_handler()
167 static int dma_sedi_apply_common_config(sedi_dma_t dev, uint32_t channel, in dma_sedi_apply_common_config()
210 static int dma_sedi_apply_single_config(sedi_dma_t dev, uint32_t channel, in dma_sedi_apply_single_config()
246 static int dma_sedi_chan_config(const struct device *dev, uint32_t channel, in dma_sedi_chan_config()
271 static int dma_sedi_reload(const struct device *dev, uint32_t channel, in dma_sedi_reload()
301 static int dma_sedi_start(const struct device *dev, uint32_t channel) in dma_sedi_start()
343 static int dma_sedi_stop(const struct device *dev, uint32_t channel) in dma_sedi_stop()
Ddma_xmc4xxx.c121 static int dma_xmc4xxx_config(const struct device *dev, uint32_t channel, struct dma_config *config) in dma_xmc4xxx_config()
307 static int dma_xmc4xxx_start(const struct device *dev, uint32_t channel) in dma_xmc4xxx_start()
316 static int dma_xmc4xxx_stop(const struct device *dev, uint32_t channel) in dma_xmc4xxx_stop()
343 static int dma_xmc4xxx_reload(const struct device *dev, uint32_t channel, uint32_t src, in dma_xmc4xxx_reload()
378 static int dma_xmc4xxx_get_status(const struct device *dev, uint32_t channel, in dma_xmc4xxx_get_status()
402 static bool dma_xmc4xxx_chan_filter(const struct device *dev, int channel, void *filter_param) in dma_xmc4xxx_chan_filter()
419 static int dma_xmc4xxx_suspend(const struct device *dev, uint32_t channel) in dma_xmc4xxx_suspend()
434 static int dma_xmc4xxx_resume(const struct device *dev, uint32_t channel) in dma_xmc4xxx_resume()
Ddma_smartbond.c196 uint32_t channel, bool status) in dma_smartbond_set_channel_status()
243 static bool dma_channel_dst_addr_check_and_adjust(uint32_t channel, uint32_t *dst) in dma_channel_dst_addr_check_and_adjust()
279 static bool dma_channel_src_addr_check_and_adjust(uint32_t channel, uint32_t *src) in dma_channel_src_addr_check_and_adjust()
415 uint32_t channel, uint32_t *dma_ctrl_reg) in dma_channel_update_req_sense()
434 static void dma_set_mux_request(enum dma_smartbond_trig_mux trig_mux, uint32_t channel) in dma_set_mux_request()
483 static int dma_smartbond_config(const struct device *dev, uint32_t channel, struct dma_config *cfg) in dma_smartbond_config()
649 static int dma_smartbond_reload(const struct device *dev, uint32_t channel, uint32_t src, in dma_smartbond_reload()
712 static int dma_smartbond_start(const struct device *dev, uint32_t channel) in dma_smartbond_start()
738 static int dma_smartbond_stop(const struct device *dev, uint32_t channel) in dma_smartbond_stop()
758 static int dma_smartbond_suspend(const struct device *dev, uint32_t channel) in dma_smartbond_suspend()
[all …]
/Zephyr-Core-3.7.0/drivers/mipi_dsi/
Dmipi_dsi.c11 ssize_t mipi_dsi_generic_read(const struct device *dev, uint8_t channel, in mipi_dsi_generic_read()
42 ssize_t mipi_dsi_generic_write(const struct device *dev, uint8_t channel, in mipi_dsi_generic_write()
71 ssize_t mipi_dsi_dcs_read(const struct device *dev, uint8_t channel, in mipi_dsi_dcs_read()
84 ssize_t mipi_dsi_dcs_write(const struct device *dev, uint8_t channel, in mipi_dsi_dcs_write()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dcommon.c12 void backchannel_sync_send(uint channel, uint device_nbr) in backchannel_sync_send()
19 void backchannel_sync_wait(uint channel, uint device_nbr) in backchannel_sync_wait()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcommon.c12 void backchannel_sync_send(uint channel, uint device_nbr) in backchannel_sync_send()
19 void backchannel_sync_wait(uint channel, uint device_nbr) in backchannel_sync_wait()
/Zephyr-Core-3.7.0/samples/subsys/llext/edk/app/src/
Dpubsub.c87 static void notify_subscribers(enum Channels channel) in notify_subscribers()
124 int z_impl_publish(enum Channels channel, void *data, size_t data_len) in z_impl_publish()
137 static inline int z_vrfy_publish(enum Channels channel, void *data, in z_vrfy_publish()
157 int z_impl_receive(enum Channels channel, void *data, size_t data_len) in z_impl_receive()
176 static inline int z_vrfy_receive(enum Channels channel, void *data, in z_vrfy_receive()
188 int z_impl_register_subscriber(enum Channels channel, struct k_event *evt) in z_impl_register_subscriber()
212 static inline int z_vrfy_register_subscriber(enum Channels channel, in z_vrfy_register_subscriber()
/Zephyr-Core-3.7.0/include/zephyr/drivers/mfd/
Dmax31790.h20 #define MAX37190_REGISTER_FANCONFIGURATION(channel) (0x02 + channel) argument
21 #define MAX31790_REGISTER_FANDYNAMICS(channel) (0x08 + channel) argument
23 #define MAX37190_REGISTER_TACHCOUNTMSB(channel) (0x18 + 2 * channel) argument
24 #define MAX31790_REGISTER_PWMOUTTARGETDUTYCYCLEMSB(channel) (0x40 + 2 * channel) argument
25 #define MAX31790_REGISTER_TACHTARGETCOUNTMSB(channel) (0x50 + 2 * channel) argument
/Zephyr-Core-3.7.0/drivers/interrupt_controller/
Dintc_rv32m1_intmux.c58 uint32_t channel = rv32m1_intmux_channel(irq); in rv32m1_intmux_irq_enable() local
67 uint32_t channel = rv32m1_intmux_channel(irq); in rv32m1_intmux_irq_disable() local
91 uint32_t channel = rv32m1_intmux_channel(irq); in rv32m1_intmux_get_line_state() local
105 #define ISR_ENTRY(channel, line) \ argument
113 uint32_t channel = POINTER_TO_UINT(arg); in rv32m1_intmux_isr() local
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c43 struct channel { struct
44 uint8_t chan_id; /* Internal number that identifies L2CAP channel. */ argument
55 static struct channel channels[L2CAP_CHANNELS]; argument
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dpwm.h102 uint32_t channel; member
484 uint32_t channel, uint32_t period, in z_impl_pwm_set_cycles()
512 uint32_t channel, in z_impl_pwm_get_cycles_per_sec()
537 static inline int pwm_set(const struct device *dev, uint32_t channel, in pwm_set()
623 static inline int pwm_cycles_to_usec(const struct device *dev, uint32_t channel, in pwm_cycles_to_usec()
656 static inline int pwm_cycles_to_nsec(const struct device *dev, uint32_t channel, in pwm_cycles_to_nsec()
707 uint32_t channel, pwm_flags_t flags, in pwm_configure_capture()
745 uint32_t channel) in z_impl_pwm_enable_capture()
776 uint32_t channel) in z_impl_pwm_disable_capture()
848 static inline int pwm_capture_usec(const struct device *dev, uint32_t channel, in pwm_capture_usec()
[all …]

1234567891011