Home
last modified time | relevance | path

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

12345678910>>...92

/kernel/linux/linux-5.10/drivers/s390/net/
Dctcm_main.h131 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-6.6/drivers/s390/net/
Dctcm_main.h132 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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Defx_channels.c56 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()
352 struct efx_channel *channel; in efx_set_interrupt_affinity() local
364 struct efx_channel *channel; in efx_clear_interrupt_affinity() local
383 struct efx_channel *channel; in efx_remove_interrupts() local
404 int efx_probe_eventq(struct efx_channel *channel) in efx_probe_eventq()
423 int efx_init_eventq(struct efx_channel *channel) in efx_init_eventq()
443 void efx_start_eventq(struct efx_channel *channel) in efx_start_eventq()
457 void efx_stop_eventq(struct efx_channel *channel) in efx_stop_eventq()
466 void efx_fini_eventq(struct efx_channel *channel) in efx_fini_eventq()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Defx_channels.c366 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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
Defx_channels.c367 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 …]
/kernel/linux/linux-5.10/drivers/visorbus/
Dvisorchannel.c48 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-6.6/drivers/most/
Dmost_snd.c44 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 …]
/kernel/linux/linux-5.10/drivers/ipack/devices/
Dipoctal.c50 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-6.6/drivers/ipack/devices/
Dipoctal.c48 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()
203 static void ipoctal_irq_tx(struct ipoctal_channel *channel) in ipoctal_irq_tx()
[all …]
/kernel/linux/linux-5.10/drivers/staging/most/sound/
Dsound.c42 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-5.10/drivers/hsi/controllers/
Domap_ssi_regs.h33 # 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-6.6/drivers/hsi/controllers/
Domap_ssi_regs.h33 # 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-5.10/drivers/firmware/tegra/
Dbpmp.c35 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-6.6/drivers/firmware/tegra/
Dbpmp.c34 channel_to_ops(struct tegra_bpmp_channel *channel) in channel_to_ops()
78 tegra_bpmp_channel_get_thread_index(struct tegra_bpmp_channel *channel) in tegra_bpmp_channel_get_thread_index()
101 static bool tegra_bpmp_is_response_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_ready()
108 static bool tegra_bpmp_is_request_ready(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_ready()
115 static int tegra_bpmp_wait_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_response()
130 static int tegra_bpmp_ack_response(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_response()
137 static int tegra_bpmp_ack_request(struct tegra_bpmp_channel *channel) in tegra_bpmp_ack_request()
145 tegra_bpmp_is_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_request_channel_free()
153 tegra_bpmp_is_response_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_is_response_channel_free()
161 tegra_bpmp_wait_request_channel_free(struct tegra_bpmp_channel *channel) in tegra_bpmp_wait_request_channel_free()
[all …]
/kernel/linux/linux-6.6/drivers/phy/renesas/
Dr8a779f0-ether-serdes.c37 struct r8a779f0_eth_serdes_channel channel[R8A779F0_ETH_SERDES_NUM]; member
53 r8a779f0_eth_serdes_reg_wait(struct r8a779f0_eth_serdes_channel *channel, in r8a779f0_eth_serdes_reg_wait()
75 struct r8a779f0_eth_serdes_channel *channel; in r8a779f0_eth_serdes_common_init_ram() local
91 r8a779f0_eth_serdes_common_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_common_setting()
109 r8a779f0_eth_serdes_chan_setting(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_setting()
166 r8a779f0_eth_serdes_chan_speed(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_chan_speed()
190 static int r8a779f0_eth_serdes_monitor_linkup(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_monitor_linkup()
209 static int r8a779f0_eth_serdes_hw_init(struct r8a779f0_eth_serdes_channel *channel) in r8a779f0_eth_serdes_hw_init()
250 struct r8a779f0_eth_serdes_channel *channel = phy_get_drvdata(p); in r8a779f0_eth_serdes_init() local
260 static int r8a779f0_eth_serdes_hw_init_late(struct r8a779f0_eth_serdes_channel in r8a779f0_eth_serdes_hw_init_late()
[all …]
/kernel/linux/linux-6.6/drivers/staging/greybus/
Dlight.c71 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-5.10/drivers/staging/greybus/
Dlight.c71 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-6.6/drivers/ptp/
Dptp_idt82p33.c99 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 …]
Dptp_clockmatrix.c242 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 …]
/kernel/linux/linux-5.10/arch/sh/drivers/dma/
Ddma-api.c76 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-6.6/arch/sh/drivers/dma/
Ddma-api.c76 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-6.6/drivers/hv/
Dchannel.c123 void vmbus_setevent(struct vmbus_channel *channel) in vmbus_setevent()
150 void vmbus_free_ring(struct vmbus_channel *channel) in vmbus_free_ring()
213 static int send_modifychannel_without_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_without_ack()
229 static int send_modifychannel_with_ack(struct vmbus_channel *channel, u32 target_vp) in send_modifychannel_with_ack()
298 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel()
457 static int __vmbus_establish_gpadl(struct vmbus_channel *channel, in __vmbus_establish_gpadl()
581 int vmbus_establish_gpadl(struct vmbus_channel *channel, void *kbuffer, in vmbus_establish_gpadl()
828 int vmbus_teardown_gpadl(struct vmbus_channel *channel, struct vmbus_gpadl *gpadl) in vmbus_teardown_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()
[all …]
/kernel/linux/linux-5.10/drivers/ptp/
Dptp_idt82p33.c159 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 …]
/kernel/linux/linux-6.6/drivers/tty/serial/jsm/
Djsm_tty.c66 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/tty/serial/jsm/
Djsm_tty.c66 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 …]

12345678910>>...92