/linux/drivers/s390/net/ |
A D | ctcm_main.h | 131 struct channel { struct 132 struct channel *next; argument 136 * Type of this channel. argument 144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 148 struct ccw1 *ccw; 149 struct irb *irb; 153 int max_bufsize; 164 int collect_len; 194 fsm_instance *fsm; /* finite state machine of this channel */ argument 197 __u8 *trans_skb_data; [all …]
|
/linux/drivers/net/ethernet/sfc/ |
A D | efx_channels.c | 371 struct efx_channel *channel; in efx_set_interrupt_affinity() local 383 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 402 struct efx_channel *channel; in efx_remove_interrupts() local 515 struct efx_channel *channel; in efx_filter_rfs_expire() local 533 struct efx_channel *channel; in efx_alloc_channel() local 603 struct efx_channel *channel; in efx_copy_channel() local 701 struct efx_channel *channel; in efx_set_channel_names() local 711 struct efx_channel *channel; in efx_probe_channels() local 758 struct efx_channel *channel; in efx_remove_channels() local 892 struct efx_channel *channel; in efx_set_channels() local [all …]
|
/linux/drivers/visorbus/ |
A D | visorchannel.c | 48 void visorchannel_destroy(struct visorchannel *channel) in visorchannel_destroy() 61 u64 visorchannel_get_physaddr(struct visorchannel *channel) in visorchannel_get_physaddr() 66 ulong visorchannel_get_nbytes(struct visorchannel *channel) in visorchannel_get_nbytes() 77 char *visorchannel_id(struct visorchannel *channel, char *s) in visorchannel_id() 82 char *visorchannel_zoneid(struct visorchannel *channel, char *s) in visorchannel_zoneid() 87 u64 visorchannel_get_clientpartition(struct visorchannel *channel) in visorchannel_get_clientpartition() 92 int visorchannel_set_clientpartition(struct visorchannel *channel, in visorchannel_set_clientpartition() 105 const guid_t *visorchannel_get_guid(struct visorchannel *channel) in visorchannel_get_guid() 139 void *visorchannel_get_header(struct visorchannel *channel) in visorchannel_get_header() 169 #define SIG_WRITE_FIELD(channel, queue, sig_hdr, FIELD) \ argument [all …]
|
/linux/drivers/most/ |
A D | most_snd.c | 42 struct channel { struct 46 struct most_channel_config *cfg; argument 47 struct snd_card *card; 48 struct list_head list; 49 int id; 50 unsigned int period_pos; 51 unsigned int buffer_pos; 52 bool is_stream_running; 163 struct channel *channel; in get_channel() local 515 struct channel *channel; in audio_probe_channel() local [all …]
|
/linux/drivers/ipack/devices/ |
A D | ipoctal.c | 48 struct ipoctal_channel channel[NR_CHANNELS]; member 72 struct ipoctal_channel *channel; in ipoctal_port_activate() local 110 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 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 280 struct ipoctal_channel *channel; in ipoctal_inst_slot() local 465 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_write_tty() local 487 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_write_room() local 494 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_chars_in_buffer() local 506 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_set_termios() local [all …]
|
/linux/drivers/hsi/controllers/ |
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 82 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 130 #define SSI_GDD_CCR_REG(channel) (0x802 + ((channel) * 0x40)) argument 143 #define SSI_GDD_CSR_REG(channel) (0x806 + ((channel) * 0x40)) argument [all …]
|
/linux/drivers/firmware/tegra/ |
A D | bpmp.c | 35 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops() 79 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 131 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response() 138 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request() 259 struct tegra_bpmp_channel *channel; in tegra_bpmp_write_threaded() local 320 struct tegra_bpmp_channel *channel; in tegra_bpmp_transfer_atomic() local 358 struct tegra_bpmp_channel *channel; in tegra_bpmp_transfer() local 439 struct tegra_bpmp_channel *channel) in tegra_bpmp_handle_mrq() 529 struct tegra_bpmp_channel *channel, in tegra_bpmp_mrq_handle_ping() 661 struct tegra_bpmp_channel *channel; in tegra_bpmp_handle_rx() local [all …]
|
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/staging/greybus/ |
A D | light.c | 81 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 103 struct gb_channel *channel = NULL; in get_channel_from_mode() local 239 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local 248 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local 275 static int channel_attr_groups_set(struct gb_channel *channel, in channel_attr_groups_set() 317 static int gb_lights_fade_set(struct gb_channel *channel) in gb_lights_fade_set() 434 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_brightness_set() local 444 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_brightness_get() local 452 struct gb_channel *channel = get_channel_from_cdev(cdev); in gb_blink_set() local 944 struct gb_channel *channel) in gb_lights_channel_config() [all …]
|
/linux/drivers/ptp/ |
A D | ptp_clockmatrix.c | 374 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 877 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() 949 static int do_phase_pull_in_fw(struct idtcm_channel *channel, in do_phase_pull_in_fw() 1307 static int idtcm_output_enable(struct idtcm_channel *channel, in idtcm_output_enable() 1359 static int idtcm_perout_enable(struct idtcm_channel *channel, in idtcm_perout_enable() 1382 static int idtcm_get_pll_mode(struct idtcm_channel *channel, in idtcm_get_pll_mode() 1400 static int idtcm_set_pll_mode(struct idtcm_channel *channel, in idtcm_set_pll_mode() 1977 static int idtcm_enable_tod(struct idtcm_channel *channel) in idtcm_enable_tod() 2222 struct idtcm_channel *channel; in idtcm_enable_channel() local 2283 struct idtcm_channel *channel; in idtcm_enable_extts_channel() local [all …]
|
A D | ptp_idt82p33.c | 366 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead() 401 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead() 562 struct idt82p33_channel *channel = in idt82p33_sync_tod_work_handler() local 663 struct idt82p33_channel *channel; in idt82p33_ptp_clock_unregister_all() local 678 struct idt82p33_channel *channel = in idt82p33_enable() local 707 struct idt82p33_channel *channel = in idt82p33_adjwritephase() local 749 struct idt82p33_channel *channel = in idt82p33_adjfine() local 766 struct idt82p33_channel *channel = in idt82p33_adjtime() local 799 struct idt82p33_channel *channel = in idt82p33_gettime() local 817 struct idt82p33_channel *channel = in idt82p33_settime() local [all …]
|
/linux/arch/sh/drivers/dma/ |
A D | dma-api.c | 76 struct dma_channel *channel; in get_dma_channel() local 95 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 147 struct dma_channel *channel = &info->channels[i]; in request_dma_bycap() local 166 struct dma_channel *channel = { 0 }; in dmac_search_free_channel() local 193 struct dma_channel *channel = { 0 }; in request_dma() local 218 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 230 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 259 struct dma_channel *channel; in register_chan_caps() local 275 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 286 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local [all …]
|
/linux/drivers/hv/ |
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() 457 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl() 893 void vmbus_reset_channel_cb(struct vmbus_channel *channel) in vmbus_reset_channel_cb() 923 static int vmbus_close_internal(struct vmbus_channel *channel) in vmbus_close_internal() 981 int vmbus_disconnect_ring(struct vmbus_channel *channel) in vmbus_disconnect_ring() 1017 void vmbus_close(struct vmbus_channel *channel) in vmbus_close() 1039 int vmbus_sendpacket(struct vmbus_channel *channel, void *buffer, in vmbus_sendpacket() 1077 int vmbus_sendpacket_pagebuffer(struct vmbus_channel *channel, in vmbus_sendpacket_pagebuffer() 1134 int vmbus_sendpacket_mpb_desc(struct vmbus_channel *channel, in vmbus_sendpacket_mpb_desc() [all …]
|
A D | channel_mgmt.c | 161 static void vmbus_rescind_cleanup(struct vmbus_channel *channel) in vmbus_rescind_cleanup() 190 static u16 hv_get_dev_type(const struct vmbus_channel *channel) in hv_get_dev_type() 343 struct vmbus_channel *channel; in alloc_channel() local 365 static void free_channel(struct vmbus_channel *channel) in free_channel() 373 void vmbus_channel_map_relid(struct vmbus_channel *channel) in vmbus_channel_map_relid() 407 void vmbus_channel_unmap_relid(struct vmbus_channel *channel) in vmbus_channel_unmap_relid() 479 struct vmbus_channel *channel, *tmp; in vmbus_free_channels() local 577 struct vmbus_channel *channel; in vmbus_process_offer() local 726 static void init_vp_index(struct vmbus_channel *channel) in init_vp_index() 955 struct vmbus_channel *channel = NULL, *iter; in find_primary_channel_by_offer() local [all …]
|
/linux/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 299 struct ef4_channel *channel = in ef4_poll() local 427 struct ef4_channel *channel; in ef4_alloc_channel() local 460 struct ef4_channel *channel; in ef4_copy_channel() local 550 struct ef4_channel *channel; in ef4_set_channel_names() local 560 struct ef4_channel *channel; in ef4_probe_channels() local 599 struct ef4_channel *channel; in ef4_start_datapath() local 687 struct ef4_channel *channel; in ef4_stop_datapath() local 757 struct ef4_channel *channel; in ef4_remove_channels() local 1498 struct ef4_channel *channel; in ef4_soft_disable_interrupts() local 1563 struct ef4_channel *channel; in ef4_disable_interrupts() local [all …]
|
/linux/drivers/tty/serial/jsm/ |
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/tty/serial/ |
A D | ip22zilog.c | 51 #define ZS_WSYNC(channel) do { } while (0) argument 249 struct zilog_channel *channel) in ip22zilog_receive_chars() 314 struct zilog_channel *channel) in ip22zilog_status_handle() 356 struct zilog_channel *channel) in ip22zilog_transmit_chars() 431 struct zilog_channel *channel in ip22zilog_interrupt() local 491 struct zilog_channel *channel; in ip22zilog_read_channel_status() local 624 struct zilog_channel *channel; in ip22zilog_stop_rx() local 684 struct zilog_channel *channel; in __ip22zilog_reset() local 713 struct zilog_channel *channel; in __ip22zilog_startup() local 774 struct zilog_channel *channel; in ip22zilog_shutdown() local [all …]
|
A D | sunzilog.c | 56 #define ZS_WSYNC(channel) do { } while (0) argument 403 struct zilog_channel __iomem *channel) in sunzilog_status_handle() 530 struct zilog_channel __iomem *channel in sunzilog_interrupt() local 591 struct zilog_channel __iomem *channel; in sunzilog_read_channel_status() local 724 struct zilog_channel __iomem *channel; in sunzilog_stop_rx() local 784 struct zilog_channel __iomem *channel; in __sunzilog_startup() local 839 struct zilog_channel __iomem *channel; in sunzilog_shutdown() local 1006 struct zilog_channel __iomem *channel in sunzilog_get_poll_char() local 1332 struct zilog_channel __iomem *channel; in sunzilog_init_hw() local 1588 struct zilog_channel __iomem *channel; in sunzilog_init() local [all …]
|
/linux/drivers/net/ipa/ |
A D | gsi.c | 173 static u32 gsi_channel_id(struct gsi_channel *channel) in gsi_channel_id() 507 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_alloc_command() local 628 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_de_alloc_command() local 873 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_start() local 928 struct gsi_channel *channel = &gsi->channel[channel_id]; in gsi_channel_stop() local 1014 void gsi_channel_tx_queued(struct gsi_channel *channel) in gsi_channel_tx_queued() 1077 struct gsi_channel *channel; in gsi_isr_chan_ctrl() local 1367 struct gsi_channel *channel = evt_ring->channel; in gsi_evt_ring_rx_update() local 1462 void gsi_channel_doorbell(struct gsi_channel *channel) in gsi_channel_doorbell() 1564 struct gsi_channel *channel; in gsi_channel_poll() local [all …]
|
/linux/sound/soc/sprd/ |
A D | sprd-mcdt.c | 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() 270 static u32 sprd_mcdt_dma_ack_shift(u8 channel) in sprd_mcdt_dma_ack_shift() 339 static bool sprd_mcdt_chan_fifo_sts(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_fifo_sts() 426 static u32 sprd_mcdt_int_type_shift(u8 channel, in sprd_mcdt_int_type_shift() 453 static void sprd_mcdt_chan_int_en(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_int_en() 500 static bool sprd_mcdt_chan_int_sts(struct sprd_mcdt_dev *mcdt, u8 channel, in sprd_mcdt_chan_int_sts() [all …]
|
/linux/drivers/net/ethernet/synopsys/ |
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 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 438 struct xlgmac_channel *channel; in xlgmac_napi_disable() local 460 struct xlgmac_channel *channel; in xlgmac_request_irqs() local 506 struct xlgmac_channel *channel; in xlgmac_free_irqs() local [all …]
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_hwmon.c | 287 nouveau_chip_is_visible(const void *data, u32 attr, int channel) in nouveau_chip_is_visible() 298 nouveau_power_is_visible(const void *data, u32 attr, int channel) in nouveau_power_is_visible() 323 nouveau_temp_is_visible(const void *data, u32 attr, int channel) in nouveau_temp_is_visible() 347 nouveau_pwm_is_visible(const void *data, u32 attr, int channel) in nouveau_pwm_is_visible() 366 nouveau_input_is_visible(const void *data, u32 attr, int channel) in nouveau_input_is_visible() 386 nouveau_fan_is_visible(const void *data, u32 attr, int channel) in nouveau_fan_is_visible() 489 nouveau_in_read(struct device *dev, u32 attr, int channel, long *val) in nouveau_in_read() 630 int channel) in nouveau_is_visible() 654 int channel, const char **buf) in nouveau_read_string() 666 int channel, long *val) in nouveau_read() [all …]
|
/linux/drivers/rpmsg/ |
A D | qcom_smd.c | 275 #define GET_RX_CHANNEL_FLAG(channel, param) \ argument 645 struct qcom_smd_channel *channel; in qcom_smd_edge_intr() local 878 struct qcom_smd_channel *channel; in qcom_smd_find_channel() local 906 struct qcom_smd_channel *channel; in qcom_smd_create_ept() local 995 struct qcom_smd_channel *channel = qsept->qsch; in qcom_smd_poll() local 1010 const char *channel) in qcom_smd_match_channel() 1033 struct qcom_smd_channel *channel = qept->qsch; in qcom_smd_announce_create() local 1128 struct qcom_smd_channel *channel; in qcom_smd_create_channel() local 1210 struct qcom_smd_channel *channel; in qcom_channel_scan_worker() local 1274 struct qcom_smd_channel *channel; in qcom_channel_state_worker() local [all …]
|
/linux/drivers/hwmon/ |
A D | max197.c | 57 static inline void max197_set_unipolarity(struct max197_data *data, int channel) in max197_set_unipolarity() 62 static inline void max197_set_bipolarity(struct max197_data *data, int channel) in max197_set_bipolarity() 67 static inline void max197_set_half_range(struct max197_data *data, int channel) in max197_set_half_range() 72 static inline void max197_set_full_range(struct max197_data *data, int channel) in max197_set_full_range() 77 static inline bool max197_is_bipolar(struct max197_data *data, int channel) in max197_is_bipolar() 82 static inline bool max197_is_full_range(struct max197_data *data, int channel) in max197_is_full_range() 93 int channel = attr->index; in max197_show_range() local 121 int channel = attr->index; in max197_store_range() local 176 int channel = attr->index; in max197_show_input() local
|
/linux/drivers/media/platform/allegro-dvt/ |
A D | allegro-core.c | 434 struct allegro_channel *channel; in allegro_find_channel_by_user_id() local 448 struct allegro_channel *channel; in allegro_find_channel_by_channel_id() local 1314 struct allegro_channel *channel) in allegro_mcu_send_create_channel() 1344 struct allegro_channel *channel) in allegro_mcu_send_destroy_channel() 1387 struct allegro_channel *channel, in allegro_mcu_send_encode_frame() 2158 struct allegro_channel *channel; in allegro_handle_create_channel() local 2238 struct allegro_channel *channel; in allegro_handle_destroy_channel() local 2261 struct allegro_channel *channel; in allegro_handle_encode_frame() local 2908 struct allegro_channel *channel = priv; in allegro_queue_init() local 3038 struct allegro_channel *channel = NULL; in allegro_open() local [all …]
|