/linux/drivers/s390/net/ |
H A D | ctcm_main.h | 132 struct channel { struct 133 struct channel *next; argument 137 * Type of this channel. argument 140 enum ctcm_channel_types type; argument 145 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 149 struct ccw1 *ccw; 150 struct irb *irb; 154 int max_bufsize; 155 struct sk_buff *trans_skb; /* transmit/receive buffer */ 156 struct sk_buff_head io_queue; /* universal I/O queue */ [all …]
|
/linux/drivers/net/ethernet/sfc/siena/ |
H A D | efx_channels.c | 367 struct efx_channel *channel; in efx_siena_set_interrupt_affinity() local 385 struct efx_channel *channel; in efx_siena_clear_interrupt_affinity() local 404 struct efx_channel *channel; in efx_siena_remove_interrupts() local 425 static int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 444 static int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 464 void efx_siena_start_eventq(struct efx_channel *channel) in efx_siena_start_eventq() 478 void efx_siena_stop_eventq(struct efx_channel *channel) in efx_siena_stop_eventq() 487 static void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() 499 static void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq() 517 struct efx_channel *channel; in efx_filter_rfs_expire() local [all …]
|
/linux/drivers/net/ethernet/sfc/ |
H A D | efx_channels.c | 366 struct efx_channel *channel; in efx_set_interrupt_affinity() local 384 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 403 struct efx_channel *channel; in efx_remove_interrupts() local 424 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 443 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 463 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 477 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 486 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() 498 void efx_remove_eventq(struct efx_channel *channel) in efx_remove_eventq() 516 struct efx_channel *channel; in efx_filter_rfs_expire() local [all …]
|
/linux/drivers/most/ |
H A D | most_snd.c | 44 struct channel { struct 48 struct most_channel_config *cfg; argument 49 struct snd_card *card; 50 struct list_head list; 51 int id; 52 unsigned int period_pos; 53 unsigned int buffer_pos; 54 bool is_stream_running; 55 struct task_struct *playback_task; 56 wait_queue_head_t playback_waitq; [all …]
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 48 struct ipoctal_channel channel[NR_CHANNELS]; member 60 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 72 struct ipoctal_channel *channel; in ipoctal_port_activate() local 87 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_install() local 110 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 125 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 135 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 144 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 158 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 201 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() [all …]
|
/linux/drivers/hsi/controllers/ |
H A D | omap_ssi_regs.h | 33 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument 34 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument 35 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument 40 # define SSI_GDD_LCH(channel) (1 << (channel)) argument 44 # define SSI_WAKE(channel) (1 << (channel)) argument 62 # define SSI_FULL(channel) (1 << (channel)) argument 71 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument 72 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument 82 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 91 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument [all …]
|
/linux/drivers/staging/greybus/ |
H A D | light.c | 67 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel() 77 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 90 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 98 struct gb_channel *channel; in get_channel_from_mode() local 109 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set() 136 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 221 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local 230 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local 257 static int channel_attr_groups_set(struct gb_channel *channel, in channel_attr_groups_set() 299 static int gb_lights_fade_set(struct gb_channel *channel) in gb_lights_fade_set() [all …]
|
/linux/drivers/firmware/tegra/ |
H A D | bpmp.c | 28 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops() 72 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 95 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready() 102 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready() 109 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response() 124 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response() 131 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request() 139 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free() 147 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free() 155 tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_request_channel_free() [all …]
|
H A D | bpmp-tegra210.c | 44 static bool tegra210_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_ready() 51 static bool tegra210_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_ready() 59 tegra210_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_request_channel_free() 67 tegra210_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra210_bpmp_is_response_channel_free() 74 static int tegra210_bpmp_post_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_request() 83 static int tegra210_bpmp_post_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_post_response() 92 static int tegra210_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_response() 102 static int tegra210_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra210_bpmp_ack_request() 135 static int tegra210_bpmp_channel_init(struct tegra_bpmp_channel *channel, in tegra210_bpmp_channel_init()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hwmon.c | 143 static int xe_hwmon_pcode_read_power_limit(const struct xe_hwmon *hwmon, u32 attr, int channel, in xe_hwmon_pcode_read_power_limit() 178 static int xe_hwmon_pcode_rmw_power_limit(const struct xe_hwmon *hwmon, u32 attr, u8 channel, in xe_hwmon_pcode_rmw_power_limit() 216 int channel) in xe_hwmon_get_reg() 287 static void xe_hwmon_power_max_read(struct xe_hwmon *hwmon, u32 attr, int channel, long *value) in xe_hwmon_power_max_read() 329 static int xe_hwmon_power_max_write(struct xe_hwmon *hwmon, u32 attr, int channel, long value) in xe_hwmon_power_max_write() 404 static void xe_hwmon_power_rated_max_read(struct xe_hwmon *hwmon, u32 attr, int channel, in xe_hwmon_power_rated_max_read() 449 xe_hwmon_energy_get(struct xe_hwmon *hwmon, int channel, long *energy) in xe_hwmon_energy_get() 498 int channel = (to_sensor_dev_attr(attr)->index % 2) ? CHANNEL_PKG : CHANNEL_CARD; in xe_hwmon_power_max_interval_show() local 553 int channel = (to_sensor_dev_attr(attr)->index % 2) ? CHANNEL_PKG : CHANNEL_CARD; in xe_hwmon_power_max_interval_store() local 652 int channel = (index % 2) ? CHANNEL_PKG : CHANNEL_CARD; in xe_hwmon_attributes_visible() local [all …]
|
/linux/drivers/hv/ |
H A D | channel.c | 124 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 151 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring() 216 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack() 232 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack() 301 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel() 424 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 563 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 810 int vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) in vmbus_teardown_gpadl() 877 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 907 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() [all …]
|
H A D | channel_mgmt.c | 173 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 202 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 355 struct vmbus_channel *channel; in alloc_channel() local 377 static void free_channel(struct vmbus_channel *channel) in free_channel() 385 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid() 419 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid() 442 void hv_process_channel_removal(struct vmbus_channel *channel) in hv_process_channel_removal() 491 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 593 struct vmbus_channel *channel; in vmbus_process_offer() local 741 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index() [all …]
|
H A D | vmbus_drv.c | 98 static u8 channel_monitor_group(const struct vmbus_channel *channel) in channel_monitor_group() 103 static u8 channel_monitor_offset(const struct vmbus_channel *channel) in channel_monitor_offset() 108 static u32 channel_pending(const struct vmbus_channel *channel, in channel_pending() 116 static u32 channel_latency(const struct vmbus_channel *channel, in channel_latency() 125 static u32 channel_conn_id(struct vmbus_channel *channel, in channel_conn_id() 483 struct vmbus_channel *channel = hv_dev->channel, *cur_sc; in channel_vp_mapping_show() local 981 struct vmbus_channel *channel = hv_dev->channel; in vmbus_device_release() local 1191 static void vmbus_force_channel_rescinded(struct vmbus_channel *channel) in vmbus_force_channel_rescinded() 1248 struct vmbus_channel *channel; in vmbus_chan_sched() local 1516 struct vmbus_channel *channel in vmbus_chan_release() local [all …]
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 66 struct jsm_channel *channel = in jsm_tty_get_mctrl() local 88 struct jsm_channel *channel = in jsm_tty_set_mctrl() local 117 struct jsm_channel *channel; in jsm_tty_write() local 125 struct jsm_channel *channel = in jsm_tty_start_tx() local 138 struct jsm_channel *channel = in jsm_tty_stop_tx() local 151 struct jsm_channel *channel = in jsm_tty_send_xchar() local 167 struct jsm_channel *channel = in jsm_tty_stop_rx() local 176 struct jsm_channel *channel = in jsm_tty_break() local 192 struct jsm_channel *channel = in jsm_tty_open() local 273 struct jsm_channel *channel = in jsm_tty_close() local [all …]
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_hwmon.c | 236 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible() 247 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible() 272 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible() 296 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible() 315 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible() 335 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible() 352 nouveau_chip_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_chip_read() 366 nouveau_temp_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_temp_read() 415 nouveau_fan_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_fan_read() 438 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read() [all …]
|
/linux/sound/soc/sprd/ |
H A D | sprd-mcdt.c | 128 static void sprd_mcdt_dac_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_set_watermark() 140 static void sprd_mcdt_adc_set_watermark(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_set_watermark() 152 static void sprd_mcdt_dac_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_enable() 163 static void sprd_mcdt_adc_dma_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_enable() 172 static void sprd_mcdt_ap_int_enable(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_ap_int_enable() 182 static void sprd_mcdt_dac_write_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_write_fifo() 190 static void sprd_mcdt_adc_read_fifo(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_read_fifo() 198 static void sprd_mcdt_dac_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_dac_dma_chn_select() 234 static void sprd_mcdt_adc_dma_chn_select(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_adc_dma_chn_select() 270 static u32 sprd_mcdt_dma_ack_shift(u8 channel) in sprd_mcdt_dma_ack_shift() [all …]
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-net.c | 39 struct xlgmac_channel *channel, in xlgmac_maybe_stop_tx_queue() 210 struct xlgmac_channel *channel; in xlgmac_enable_rx_tx_ints() local 232 struct xlgmac_channel *channel; in xlgmac_disable_rx_tx_ints() local 255 struct xlgmac_channel *channel; in xlgmac_isr() local 345 struct xlgmac_channel *channel = data; in xlgmac_dma_isr() local 363 struct xlgmac_channel *channel = timer_container_of(channel, t, in xlgmac_tx_timer() local 387 struct xlgmac_channel *channel; in xlgmac_init_timers() local 401 struct xlgmac_channel *channel; in xlgmac_stop_timers() local 415 struct xlgmac_channel *channel; in xlgmac_napi_enable() local 438 struct xlgmac_channel *channel; in xlgmac_napi_disable() local [all …]
|
/linux/drivers/tty/serial/ |
H A D | sunzilog.c | 56 #define ZS_WSYNC(channel) do { } while (0) argument 126 static unsigned char read_zsreg(struct zilog_channel __iomem *channel, in read_zsreg() 139 static void write_zsreg(struct zilog_channel __iomem *channel, in write_zsreg() 148 static void sunzilog_clear_fifo(struct zilog_channel __iomem *channel) in sunzilog_clear_fifo() 175 static int __load_zsregs(struct zilog_channel __iomem *channel, unsigned char *regs) in __load_zsregs() 269 struct zilog_channel __iomem *channel) in sunzilog_maybe_update_regs() 325 struct zilog_channel __iomem *channel) in sunzilog_receive_chars() 403 struct zilog_channel __iomem *channel) in sunzilog_status_handle() 454 struct zilog_channel __iomem *channel) in sunzilog_transmit_chars() 529 struct zilog_channel __iomem *channel in sunzilog_interrupt() local [all …]
|
/linux/drivers/rpmsg/ |
H A D | qcom_smd.c | 275 #define GET_RX_CHANNEL_FLAG(channel, param) \ argument 283 #define GET_RX_CHANNEL_INFO(channel, param) \ argument 291 #define SET_RX_CHANNEL_FLAG(channel, param, value) \ argument 300 #define SET_RX_CHANNEL_INFO(channel, param, value) \ argument 309 #define GET_TX_CHANNEL_FLAG(channel, param) \ argument 317 #define GET_TX_CHANNEL_INFO(channel, param) \ argument 325 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ argument 334 #define SET_TX_CHANNEL_INFO(channel, param, value) \ argument 370 static void qcom_smd_signal_channel(struct qcom_smd_channel *channel) in qcom_smd_signal_channel() 390 static void qcom_smd_channel_reset(struct qcom_smd_channel *channel) in qcom_smd_channel_reset() [all …]
|
/linux/arch/sh/drivers/dma/ |
H A D | dma-api.c | 61 struct dma_channel *channel; in get_dma_channel() local 80 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 91 struct dma_channel *channel = { 0 }; in request_dma() local 116 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 128 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 144 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 155 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local 183 struct dma_channel *channel = info->channels + i; in dma_proc_show() local
|
/linux/drivers/net/ipa/ |
H A D | gsi.c | 167 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id() 173 static bool gsi_channel_initialized(struct gsi_channel *channel) in gsi_channel_initialized() 509 static enum gsi_channel_state gsi_channel_state(struct gsi_channel *channel) in gsi_channel_state() 525 gsi_channel_command(struct gsi_channel *channel, enum gsi_ch_cmd_opcode opcode) in gsi_channel_command() 555 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local 581 static int gsi_channel_start_command(struct gsi_channel *channel) in gsi_channel_start_command() 608 static int gsi_channel_stop_command(struct gsi_channel *channel) in gsi_channel_stop_command() 646 static void gsi_channel_reset_command(struct gsi_channel *channel) in gsi_channel_reset_command() 676 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local 776 static struct gsi_trans *gsi_channel_trans_last(struct gsi_channel *channel) in gsi_channel_trans_last() [all …]
|
H A D | gsi_trans.c | 221 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_map() local 232 gsi_channel_trans_mapped(struct gsi_channel *channel, u32 index) in gsi_channel_trans_mapped() 239 struct gsi_trans *gsi_channel_trans_complete(struct gsi_channel *channel) in gsi_channel_trans_complete() 256 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_committed() local 266 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_pending() local 279 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_complete() local 293 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in gsi_trans_move_polled() local 339 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_trans_alloc() local 547 struct gsi_channel *channel = &trans->gsi->channel[trans->channel_id]; in __gsi_trans_commit() local 644 void gsi_channel_trans_cancel_pending(struct gsi_channel *channel) in gsi_channel_trans_cancel_pending() [all …]
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 223 static int get_channel(struct scmi_optee_channel *channel) in get_channel() 258 static int invoke_process_smt_channel(struct scmi_optee_channel *channel) in invoke_process_smt_channel() 281 static int invoke_process_msg_channel(struct scmi_optee_channel *channel, size_t msg_size) in invoke_process_msg_channel() 325 struct scmi_optee_channel *channel = cinfo->transport_info; in scmi_optee_clear_channel() local 331 static int setup_dynamic_shmem(struct device *dev, struct scmi_optee_channel *channel) in setup_dynamic_shmem() 351 struct scmi_optee_channel *channel) in setup_static_shmem() 362 struct scmi_optee_channel *channel) in setup_shmem() 372 struct scmi_optee_channel *channel; in scmi_optee_chan_setup() local 430 struct scmi_optee_channel *channel = cinfo->transport_info; in scmi_optee_chan_free() local 459 struct scmi_optee_channel *channel = cinfo->transport_info; in scmi_optee_send_message() local [all …]
|
/linux/drivers/hsi/clients/ |
H A D | hsi_char.c | 116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() 161 static void hsc_reset_list(struct hsc_channel *channel, struct list_head *l) in hsc_reset_list() 195 static inline int hsc_msgs_alloc(struct hsc_channel *channel) in hsc_msgs_alloc() 228 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_rx_completed() local 248 struct hsc_channel *channel = cl_data->channels + msg->channel; in hsc_tx_completed() local 276 struct hsc_channel *channel = cl_data->channels; in hsc_break_received() local 415 struct hsc_channel *channel = file->private_data; in hsc_read() local 474 struct hsc_channel *channel = file->private_data; in hsc_write() local 527 struct hsc_channel *channel = file->private_data; in hsc_ioctl() local [all …]
|
/linux/drivers/dma/sh/ |
H A D | rz-dmac.c | 204 static void rz_dmac_ch_writel(struct rz_dmac_chan *channel, unsigned int val, in rz_dmac_ch_writel() 213 static u32 rz_dmac_ch_readl(struct rz_dmac_chan *channel, in rz_dmac_ch_readl() 227 static void rz_lmdesc_setup(struct rz_dmac_chan *channel, in rz_lmdesc_setup() 252 static void rz_dmac_lmdesc_recycle(struct rz_dmac_chan *channel) in rz_dmac_lmdesc_recycle() 265 static void rz_dmac_enable_hw(struct rz_dmac_chan *channel) in rz_dmac_enable_hw() 296 static void rz_dmac_disable_hw(struct rz_dmac_chan *channel) in rz_dmac_disable_hw() 322 static void rz_dmac_prepare_desc_for_memcpy(struct rz_dmac_chan *channel) in rz_dmac_prepare_desc_for_memcpy() 351 static void rz_dmac_prepare_descs_for_slave_sg(struct rz_dmac_chan *channel) in rz_dmac_prepare_descs_for_slave_sg() 442 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_alloc_chan_resources() local 463 struct rz_dmac_chan *channel = to_rz_dmac_chan(chan); in rz_dmac_free_chan_resources() local [all …]
|