| /kernel/linux/linux-4.19/drivers/s390/net/ |
| D | ctcm_main.h | 131 struct channel { struct 132 struct channel *next; argument 136 * Type of this channel. argument 139 enum ctcm_channel_types type; argument 144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 148 struct ccw1 *ccw; 149 struct irb *irb; 153 int max_bufsize; 154 struct sk_buff *trans_skb; /* transmit/receive buffer */ 155 struct sk_buff_head io_queue; /* universal I/O queue */ [all …]
|
| /kernel/linux/linux-5.10/drivers/s390/net/ |
| D | ctcm_main.h | 131 struct channel { struct 132 struct channel *next; argument 136 * Type of this channel. argument 139 enum ctcm_channel_types type; argument 144 __u16 protocol; /* protocol of this channel (4 = MPC) */ argument 148 struct ccw1 *ccw; 149 struct irb *irb; 153 int max_bufsize; 154 struct sk_buff *trans_skb; /* transmit/receive buffer */ 155 struct sk_buff_head io_queue; /* universal I/O queue */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | efx_channels.c | 56 int efx_channel_dummy_op_int(struct efx_channel *channel) in efx_channel_dummy_op_int() 61 void efx_channel_dummy_op_void(struct efx_channel *channel) in efx_channel_dummy_op_void() 350 struct efx_channel *channel; in efx_set_interrupt_affinity() local 362 struct efx_channel *channel; in efx_clear_interrupt_affinity() local 381 struct efx_channel *channel; in efx_remove_interrupts() local 402 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq() 421 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq() 441 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq() 455 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq() 464 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq() [all …]
|
| /kernel/linux/linux-4.19/drivers/visorbus/ |
| 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() 111 int visorchannel_read(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_read() 121 int visorchannel_write(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_write() [all …]
|
| /kernel/linux/linux-5.10/drivers/visorbus/ |
| 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() 111 int visorchannel_read(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_read() 121 int visorchannel_write(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_write() [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/most/sound/ |
| D | sound.c | 41 struct channel { struct 45 struct most_channel_config *cfg; argument 46 struct snd_card *card; 47 struct list_head list; 48 int id; 49 unsigned int period_pos; 50 unsigned int buffer_pos; 51 bool is_stream_running; 53 struct task_struct *playback_task; 54 wait_queue_head_t playback_waitq; [all …]
|
| /kernel/linux/linux-5.10/drivers/ipack/devices/ |
| D | ipoctal.c | 50 struct ipoctal_channel channel[NR_CHANNELS]; member 62 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 74 struct ipoctal_channel *channel; in ipoctal_port_activate() local 89 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_install() local 112 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_open() local 127 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 137 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 146 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 160 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 205 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/most/sound/ |
| D | sound.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; 53 struct task_struct *playback_task; 54 wait_queue_head_t playback_waitq; [all …]
|
| /kernel/linux/linux-4.19/drivers/ipack/devices/ |
| D | ipoctal.c | 52 struct ipoctal_channel channel[NR_CHANNELS]; member 64 static void ipoctal_reset_channel(struct ipoctal_channel *channel) in ipoctal_reset_channel() 76 struct ipoctal_channel *channel; in ipoctal_port_activate() local 91 struct ipoctal_channel *channel = dev_get_drvdata(tty->dev); in ipoctal_open() local 117 static void ipoctal_free_channel(struct ipoctal_channel *channel) in ipoctal_free_channel() 127 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_close() local 136 struct ipoctal_channel *channel = tty->driver_data; in ipoctal_get_icount() local 150 static void ipoctal_irq_rx(struct ipoctal_channel *channel, u8 sr) in ipoctal_irq_rx() 195 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx() 213 static void ipoctal_irq_channel(struct ipoctal_channel *channel) in ipoctal_irq_channel() [all …]
|
| /kernel/linux/linux-5.10/drivers/hsi/controllers/ |
| 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 …]
|
| /kernel/linux/linux-4.19/drivers/hsi/controllers/ |
| D | omap_ssi_regs.h | 46 # define SSI_DATAACCEPT(channel) (1 << (channel)) argument 47 # define SSI_DATAAVAILABLE(channel) (1 << ((channel) + 8)) argument 48 # define SSI_DATAOVERRUN(channel) (1 << ((channel) + 16)) argument 53 # define SSI_GDD_LCH(channel) (1 << (channel)) argument 57 # define SSI_WAKE(channel) (1 << (channel)) argument 75 # define SSI_FULL(channel) (1 << (channel)) argument 84 #define SSI_SST_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument 85 #define SSI_SST_SWAPBUF_CH_REG(channel) (0xc0 + ((channel) * 4)) argument 95 # define SSI_NOTEMPTY(channel) (1 << (channel)) argument 104 #define SSI_SSR_BUFFER_CH_REG(channel) (0x80 + ((channel) * 4)) argument [all …]
|
| /kernel/linux/linux-5.10/drivers/firmware/tegra/ |
| 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() 102 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready() 109 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready() 116 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response() 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() 146 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free() 154 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free() 162 tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_request_channel_free() [all …]
|
| /kernel/linux/linux-4.19/drivers/firmware/tegra/ |
| D | bpmp.c | 74 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index() 97 static bool tegra_bpmp_master_acked(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_acked() 112 static int tegra_bpmp_wait_ack(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_ack() 127 static bool tegra_bpmp_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_master_free() 142 static int tegra_bpmp_wait_master_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_master_free() 159 static ssize_t __tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_read() 176 static ssize_t tegra_bpmp_channel_read(struct tegra_bpmp_channel *channel, in tegra_bpmp_channel_read() 201 static ssize_t __tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, in __tegra_bpmp_channel_write() 220 struct tegra_bpmp_channel *channel; in tegra_bpmp_write_threaded() local 265 static ssize_t tegra_bpmp_channel_write(struct tegra_bpmp_channel *channel, in tegra_bpmp_channel_write() [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/greybus/ |
| D | light.c | 73 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel() 83 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 97 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 105 struct gb_channel *channel = NULL; in get_channel_from_mode() local 116 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set() 143 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 164 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 169 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 241 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_show() local 250 struct gb_channel *channel = get_channel_from_cdev(cdev); in color_store() local [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | light.c | 71 static struct gb_connection *get_conn_from_channel(struct gb_channel *channel) in get_conn_from_channel() 81 static bool is_channel_flash(struct gb_channel *channel) in is_channel_flash() 95 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 103 struct gb_channel *channel = NULL; in get_channel_from_mode() local 114 static int __gb_lights_flash_intensity_set(struct gb_channel *channel, in __gb_lights_flash_intensity_set() 141 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 162 static struct led_classdev *get_channel_cdev(struct gb_channel *channel) in get_channel_cdev() 167 static int __gb_lights_flash_brightness_set(struct gb_channel *channel) in __gb_lights_flash_brightness_set() 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 [all …]
|
| /kernel/linux/linux-4.19/arch/sh/drivers/dma/ |
| D | dma-api.c | 79 struct dma_channel *channel; in get_dma_channel() local 98 struct dma_channel *channel = get_dma_channel(chan); in get_dma_residue() local 150 struct dma_channel *channel = &info->channels[i]; in request_dma_bycap() local 169 struct dma_channel *channel = { 0 }; in dmac_search_free_channel() local 196 struct dma_channel *channel = { 0 }; in request_dma() local 221 struct dma_channel *channel = get_dma_channel(chan); in free_dma() local 233 struct dma_channel *channel = get_dma_channel(chan); in dma_wait_for_completion() local 262 struct dma_channel *channel; in register_chan_caps() local 278 struct dma_channel *channel = get_dma_channel(chan); in dma_configure_channel() local 289 struct dma_channel *channel = get_dma_channel(chan); in dma_xfer() local [all …]
|
| /kernel/linux/linux-5.10/arch/sh/drivers/dma/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/ptp/ |
| D | ptp_idt82p33.c | 159 static int idt82p33_dpll_set_mode(struct idt82p33_channel *channel, in idt82p33_dpll_set_mode() 188 static int _idt82p33_gettime(struct idt82p33_channel *channel, in _idt82p33_gettime() 225 static int _idt82p33_settime(struct idt82p33_channel *channel, in _idt82p33_settime() 269 static int _idt82p33_adjtime(struct idt82p33_channel *channel, s64 delta_ns) in _idt82p33_adjtime() 293 static int _idt82p33_adjfine(struct idt82p33_channel *channel, long scaled_ppm) in _idt82p33_adjfine() 348 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_one_byte_write_overhead() 383 struct idt82p33_channel *channel) in idt82p33_measure_tod_write_9_byte_overhead() 420 struct idt82p33_channel *channel, s64 *overhead_ns) in idt82p33_measure_settime_gettime_gap_overhead() 441 static int idt82p33_measure_tod_write_overhead(struct idt82p33_channel *channel) in idt82p33_measure_tod_write_overhead() 515 static int idt82p33_sync_tod(struct idt82p33_channel *channel, bool enable) in idt82p33_sync_tod() [all …]
|
| D | ptp_clockmatrix.c | 38 struct idtcm_channel *channel = in set_write_phase_ready() local 264 static int _idtcm_gettime(struct idtcm_channel *channel, in _idtcm_gettime() 466 static int idtcm_sync_pps_output(struct idtcm_channel *channel) in idtcm_sync_pps_output() 550 static int _idtcm_set_dpll_hw_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_hw_tod() 624 static int _idtcm_set_dpll_scsr_tod(struct idtcm_channel *channel, in _idtcm_set_dpll_scsr_tod() 686 static int _idtcm_settime(struct idtcm_channel *channel, in _idtcm_settime() 726 static int _idtcm_settime_v487(struct idtcm_channel *channel, in _idtcm_settime_v487() 735 static int idtcm_set_phase_pull_in_offset(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_offset() 755 static int idtcm_set_phase_pull_in_slope_limit(struct idtcm_channel *channel, in idtcm_set_phase_pull_in_slope_limit() 778 static int idtcm_start_phase_pull_in(struct idtcm_channel *channel) in idtcm_start_phase_pull_in() [all …]
|
| /kernel/linux/linux-4.19/drivers/tty/serial/jsm/ |
| 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 191 struct jsm_channel *channel = in jsm_tty_open() local 270 struct jsm_channel *channel = in jsm_tty_close() local [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/jsm/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
| D | efx.c | 238 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel() 276 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod() 299 struct ef4_channel *channel = in ef4_poll() local 336 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq() 354 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq() 374 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq() 388 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq() 397 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq() 409 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq() 427 struct ef4_channel *channel; in ef4_alloc_channel() local [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/sfc/falcon/ |
| D | efx.c | 241 static int ef4_process_channel(struct ef4_channel *channel, int budget) in ef4_process_channel() 279 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod() 302 struct ef4_channel *channel = in ef4_poll() local 339 static int ef4_probe_eventq(struct ef4_channel *channel) in ef4_probe_eventq() 357 static int ef4_init_eventq(struct ef4_channel *channel) in ef4_init_eventq() 377 void ef4_start_eventq(struct ef4_channel *channel) in ef4_start_eventq() 391 void ef4_stop_eventq(struct ef4_channel *channel) in ef4_stop_eventq() 400 static void ef4_fini_eventq(struct ef4_channel *channel) in ef4_fini_eventq() 412 static void ef4_remove_eventq(struct ef4_channel *channel) in ef4_remove_eventq() 430 struct ef4_channel *channel; in ef4_alloc_channel() local [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | ip22zilog.c | 51 #define ZS_WSYNC(channel) do { } while (0) argument 109 static unsigned char read_zsreg(struct zilog_channel *channel, in read_zsreg() 122 static void write_zsreg(struct zilog_channel *channel, in write_zsreg() 131 static void ip22zilog_clear_fifo(struct zilog_channel *channel) in ip22zilog_clear_fifo() 158 static void __load_zsregs(struct zilog_channel *channel, unsigned char *regs) in __load_zsregs() 234 struct zilog_channel *channel) in ip22zilog_maybe_update_regs() 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 [all …]
|
| /kernel/linux/linux-4.19/drivers/tty/serial/ |
| D | ip22zilog.c | 55 #define ZS_WSYNC(channel) do { } while (0) argument 113 static unsigned char read_zsreg(struct zilog_channel *channel, in read_zsreg() 126 static void write_zsreg(struct zilog_channel *channel, in write_zsreg() 135 static void ip22zilog_clear_fifo(struct zilog_channel *channel) in ip22zilog_clear_fifo() 162 static void __load_zsregs(struct zilog_channel *channel, unsigned char *regs) in __load_zsregs() 238 struct zilog_channel *channel) in ip22zilog_maybe_update_regs() 253 struct zilog_channel *channel) in ip22zilog_receive_chars() 318 struct zilog_channel *channel) in ip22zilog_status_handle() 360 struct zilog_channel *channel) in ip22zilog_transmit_chars() 435 struct zilog_channel *channel in ip22zilog_interrupt() local [all …]
|