/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/ptp/ |
H A D | ptp_idt82p33.c | 99 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, in idt82p33_dpll_set_mode() 128 static int idt82p33_set_tod_trigger(struct idt82p33_channel *channel, in idt82p33_set_tod_trigger() 155 static int idt82p33_get_extts(struct idt82p33_channel *channel, in idt82p33_get_extts() 213 static int arm_tod_read_with_trigger(struct idt82p33_channel *channel, u8 trigger) in arm_tod_read_with_trigger() 235 static int idt82p33_extts_enable(struct idt82p33_channel *channel, in idt82p33_extts_enable() 330 static u8 idt82p33_extts_enable_mask(struct idt82p33_channel *channel, in idt82p33_extts_enable_mask() 372 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime() 415 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime() 456 static int _idt82p33_adjtime_immediate(struct idt82p33_channel *channel, in _idt82p33_adjtime_immediate() 481 static int _idt82p33_adjtime_internal_triggered(struct idt82p33_channel *channel, in _idt82p33_adjtime_internal_triggered() [all …]
|
H A D | ptp_clockmatrix.c | 242 static int arm_tod_read_trig_sel_refclk(struct idtcm_channel *channel, u8 ref) in arm_tod_read_trig_sel_refclk() 273 static int idtcm_extts_enable(struct idtcm_channel *channel, in idtcm_extts_enable() 398 static int _idtcm_gettime_triggered(struct idtcm_channel *channel, in _idtcm_gettime_triggered() 423 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 484 static int _idtcm_gettime_immediate(struct idtcm_channel *channel, in _idtcm_gettime_immediate() 628 static int idtcm_sync_pps_output(struct idtcm_channel *channel) in idtcm_sync_pps_output() 705 static int _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_hw_tod() 772 static int _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_scsr_tod() 881 static int _idtcm_settime_deprecated(struct idtcm_channel *channel, in _idtcm_settime_deprecated() 897 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() [all …]
|
/linux/drivers/hv/ |
H A D | channel.c | 123 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent() 150 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring() 215 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack() 231 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack() 300 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel() 423 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 562 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl() 809 int vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) in vmbus_teardown_gpadl() 876 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 906 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() [all …]
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_hwmon.c | 82 int channel) in xe_hwmon_get_reg() 147 static void xe_hwmon_power_max_read(struct xe_hwmon *hwmon, int channel, long *value) in xe_hwmon_power_max_read() 191 static int xe_hwmon_power_max_write(struct xe_hwmon *hwmon, int channel, long value) in xe_hwmon_power_max_write() 223 static void xe_hwmon_power_rated_max_read(struct xe_hwmon *hwmon, int channel, long *value) in xe_hwmon_power_rated_max_read() 260 xe_hwmon_energy_get(struct xe_hwmon *hwmon, int channel, long *energy) in xe_hwmon_energy_get() 465 static int xe_hwmon_power_curr_crit_read(struct xe_hwmon *hwmon, int channel, in xe_hwmon_power_curr_crit_read() 484 static int xe_hwmon_power_curr_crit_write(struct xe_hwmon *hwmon, int channel, in xe_hwmon_power_curr_crit_write() 499 static void xe_hwmon_get_voltage(struct xe_hwmon *hwmon, int channel, long *value) in xe_hwmon_get_voltage() 510 xe_hwmon_power_is_visible(struct xe_hwmon *hwmon, u32 attr, int channel) in xe_hwmon_power_is_visible() 536 xe_hwmon_power_read(struct xe_hwmon *hwmon, u32 attr, int channel, long *val) in xe_hwmon_power_read() [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/drivers/hwmon/ |
H A D | max6639.c | 88 static int max6639_temp_read_input(struct device *dev, int channel, long *temp) in max6639_temp_read_input() 104 static int max6639_temp_read_fault(struct device *dev, int channel, long *fault) in max6639_temp_read_fault() 119 static int max6639_temp_read_max(struct device *dev, int channel, long *max) in max6639_temp_read_max() 134 static int max6639_temp_read_crit(struct device *dev, int channel, long *crit) in max6639_temp_read_crit() 149 static int max6639_temp_read_emergency(struct device *dev, int channel, long *emerg) in max6639_temp_read_emergency() 179 static int max6639_temp_set_max(struct max6639_data *data, int channel, long val) in max6639_temp_set_max() 188 static int max6639_temp_set_crit(struct max6639_data *data, int channel, long val) in max6639_temp_set_crit() 197 static int max6639_temp_set_emergency(struct max6639_data *data, int channel, long val) in max6639_temp_set_emergency() 206 static int max6639_read_fan(struct device *dev, u32 attr, int channel, in max6639_read_fan() 234 static int max6639_set_ppr(struct max6639_data *data, int channel, u8 ppr) in max6639_set_ppr() [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 = from_timer(channel, t, tx_timer); in xlgmac_tx_timer() local 386 struct xlgmac_channel *channel; in xlgmac_init_timers() local 400 struct xlgmac_channel *channel; in xlgmac_stop_timers() local 414 struct xlgmac_channel *channel; in xlgmac_napi_enable() local 437 struct xlgmac_channel *channel; in xlgmac_napi_disable() local [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/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/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/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/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 …]
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 306 allegro_channel_get_i_frame_qp(struct allegro_channel *channel) in allegro_channel_get_i_frame_qp() 315 allegro_channel_get_p_frame_qp(struct allegro_channel *channel) in allegro_channel_get_p_frame_qp() 324 allegro_channel_get_b_frame_qp(struct allegro_channel *channel) in allegro_channel_get_b_frame_qp() 333 allegro_channel_get_min_qp(struct allegro_channel *channel) in allegro_channel_get_min_qp() 342 allegro_channel_get_max_qp(struct allegro_channel *channel) in allegro_channel_get_max_qp() 433 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local 447 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local 457 static inline bool channel_exists(struct allegro_channel *channel) in channel_exists() 1182 static u32 allegro_channel_get_entropy_mode(struct allegro_channel *channel) in allegro_channel_get_entropy_mode() 1194 static int fill_create_channel_param(struct allegro_channel *channel, in fill_create_channel_param() [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/sound/soc/tegra/ |
H A D | tegra30_ahub.c | 107 int channel; in tegra30_ahub_allocate_rx_fifo() local 159 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_enable_rx_fifo() local 178 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_disable_rx_fifo() local 197 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_free_rx_fifo() local 209 int channel; in tegra30_ahub_allocate_tx_fifo() local 261 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_enable_tx_fifo() local 280 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_disable_tx_fifo() local 299 int channel = txcif - TEGRA30_AHUB_TXCIF_APBIF_TX0; in tegra30_ahub_free_tx_fifo() local 310 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_set_rx_cif_source() local 327 int channel = rxcif - TEGRA30_AHUB_RXCIF_APBIF_RX0; in tegra30_ahub_unset_rx_cif_source() local
|