Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 1503) sorted by relevance

12345678910>>...61

/kernel/linux/linux-4.19/drivers/gpu/drm/sun4i/
Dsun8i_vi_scaler.h24 #define SUN8I_SCALER_VSU_CTRL(ch) (0x20000 + 0x20000 * (ch) + 0x0) argument
25 #define SUN8I_SCALER_VSU_OUTSIZE(ch) (0x20000 + 0x20000 * (ch) + 0x40) argument
26 #define SUN8I_SCALER_VSU_YINSIZE(ch) (0x20000 + 0x20000 * (ch) + 0x80) argument
27 #define SUN8I_SCALER_VSU_YHSTEP(ch) (0x20000 + 0x20000 * (ch) + 0x88) argument
28 #define SUN8I_SCALER_VSU_YVSTEP(ch) (0x20000 + 0x20000 * (ch) + 0x8c) argument
29 #define SUN8I_SCALER_VSU_YHPHASE(ch) (0x20000 + 0x20000 * (ch) + 0x90) argument
30 #define SUN8I_SCALER_VSU_YVPHASE(ch) (0x20000 + 0x20000 * (ch) + 0x98) argument
31 #define SUN8I_SCALER_VSU_CINSIZE(ch) (0x20000 + 0x20000 * (ch) + 0xc0) argument
32 #define SUN8I_SCALER_VSU_CHSTEP(ch) (0x20000 + 0x20000 * (ch) + 0xc8) argument
33 #define SUN8I_SCALER_VSU_CVSTEP(ch) (0x20000 + 0x20000 * (ch) + 0xcc) argument
[all …]
Dsun8i_ui_layer.h21 #define SUN8I_MIXER_CHAN_UI_LAYER_ATTR(ch, layer) \ argument
23 #define SUN8I_MIXER_CHAN_UI_LAYER_SIZE(ch, layer) \ argument
25 #define SUN8I_MIXER_CHAN_UI_LAYER_COORD(ch, layer) \ argument
27 #define SUN8I_MIXER_CHAN_UI_LAYER_PITCH(ch, layer) \ argument
29 #define SUN8I_MIXER_CHAN_UI_LAYER_TOP_LADDR(ch, layer) \ argument
31 #define SUN8I_MIXER_CHAN_UI_LAYER_BOT_LADDR(ch, layer) \ argument
33 #define SUN8I_MIXER_CHAN_UI_LAYER_FCOLOR(ch, layer) \ argument
35 #define SUN8I_MIXER_CHAN_UI_TOP_HADDR(ch) (0x2000 + 0x1000 * (ch) + 0x80) argument
36 #define SUN8I_MIXER_CHAN_UI_BOT_HADDR(ch) (0x2000 + 0x1000 * (ch) + 0x84) argument
37 #define SUN8I_MIXER_CHAN_UI_OVL_SIZE(ch) (0x2000 + 0x1000 * (ch) + 0x88) argument
/kernel/linux/linux-5.10/drivers/tty/serial/jsm/
Djsm_neo.c35 static void neo_set_cts_flow_control(struct jsm_channel *ch) in neo_set_cts_flow_control()
66 static void neo_set_rts_flow_control(struct jsm_channel *ch) in neo_set_rts_flow_control()
106 static void neo_set_ixon_flow_control(struct jsm_channel *ch) in neo_set_ixon_flow_control()
143 static void neo_set_ixoff_flow_control(struct jsm_channel *ch) in neo_set_ixoff_flow_control()
181 static void neo_set_no_input_flow_control(struct jsm_channel *ch) in neo_set_no_input_flow_control()
220 static void neo_set_no_output_flow_control(struct jsm_channel *ch) in neo_set_no_output_flow_control()
258 static inline void neo_set_new_start_stop_chars(struct jsm_channel *ch) in neo_set_new_start_stop_chars()
275 static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch) in neo_copy_data_from_uart_to_queue()
474 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart()
557 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
[all …]
Djsm_cls.c52 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_flow_control()
93 static void cls_set_ixon_flow_control(struct jsm_channel *ch) in cls_set_ixon_flow_control()
138 static void cls_set_no_output_flow_control(struct jsm_channel *ch) in cls_set_no_output_flow_control()
181 static void cls_set_rts_flow_control(struct jsm_channel *ch) in cls_set_rts_flow_control()
219 static void cls_set_ixoff_flow_control(struct jsm_channel *ch) in cls_set_ixoff_flow_control()
260 static void cls_set_no_input_flow_control(struct jsm_channel *ch) in cls_set_no_input_flow_control()
305 static void cls_clear_break(struct jsm_channel *ch) in cls_clear_break()
325 static void cls_disable_receiver(struct jsm_channel *ch) in cls_disable_receiver()
333 static void cls_enable_receiver(struct jsm_channel *ch) in cls_enable_receiver()
342 static void cls_assert_modem_signals(struct jsm_channel *ch) in cls_assert_modem_signals()
[all …]
/kernel/linux/linux-4.19/drivers/tty/serial/jsm/
Djsm_neo.c35 static void neo_set_cts_flow_control(struct jsm_channel *ch) in neo_set_cts_flow_control()
66 static void neo_set_rts_flow_control(struct jsm_channel *ch) in neo_set_rts_flow_control()
106 static void neo_set_ixon_flow_control(struct jsm_channel *ch) in neo_set_ixon_flow_control()
143 static void neo_set_ixoff_flow_control(struct jsm_channel *ch) in neo_set_ixoff_flow_control()
181 static void neo_set_no_input_flow_control(struct jsm_channel *ch) in neo_set_no_input_flow_control()
220 static void neo_set_no_output_flow_control(struct jsm_channel *ch) in neo_set_no_output_flow_control()
258 static inline void neo_set_new_start_stop_chars(struct jsm_channel *ch) in neo_set_new_start_stop_chars()
275 static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch) in neo_copy_data_from_uart_to_queue()
474 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart()
557 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
[all …]
Djsm_cls.c52 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_flow_control()
93 static void cls_set_ixon_flow_control(struct jsm_channel *ch) in cls_set_ixon_flow_control()
138 static void cls_set_no_output_flow_control(struct jsm_channel *ch) in cls_set_no_output_flow_control()
181 static void cls_set_rts_flow_control(struct jsm_channel *ch) in cls_set_rts_flow_control()
219 static void cls_set_ixoff_flow_control(struct jsm_channel *ch) in cls_set_ixoff_flow_control()
260 static void cls_set_no_input_flow_control(struct jsm_channel *ch) in cls_set_no_input_flow_control()
305 static void cls_clear_break(struct jsm_channel *ch) in cls_clear_break()
325 static void cls_disable_receiver(struct jsm_channel *ch) in cls_disable_receiver()
333 static void cls_enable_receiver(struct jsm_channel *ch) in cls_enable_receiver()
342 static void cls_assert_modem_signals(struct jsm_channel *ch) in cls_assert_modem_signals()
[all …]
/kernel/linux/linux-4.19/drivers/staging/dgnc/
Ddgnc_cls.c20 static inline void cls_set_cts_flow_control(struct channel_t *ch) in cls_set_cts_flow_control()
61 static inline void cls_set_ixon_flow_control(struct channel_t *ch) in cls_set_ixon_flow_control()
106 static inline void cls_set_no_output_flow_control(struct channel_t *ch) in cls_set_no_output_flow_control()
149 static inline void cls_set_rts_flow_control(struct channel_t *ch) in cls_set_rts_flow_control()
187 static inline void cls_set_ixoff_flow_control(struct channel_t *ch) in cls_set_ixoff_flow_control()
228 static inline void cls_set_no_input_flow_control(struct channel_t *ch) in cls_set_no_input_flow_control()
272 static inline void cls_clear_break(struct channel_t *ch, int force) in cls_clear_break()
299 static void cls_copy_data_from_uart_to_queue(struct channel_t *ch) in cls_copy_data_from_uart_to_queue()
376 static void cls_assert_modem_signals(struct channel_t *ch) in cls_assert_modem_signals()
394 static void cls_copy_data_from_queue_to_uart(struct channel_t *ch) in cls_copy_data_from_queue_to_uart()
[all …]
Ddgnc_tty.c197 struct channel_t *ch; in dgnc_tty_init() local
299 static void dgnc_wmove(struct channel_t *ch, char *buf, uint n) in dgnc_wmove()
338 void dgnc_input(struct channel_t *ch) in dgnc_input()
449 unsigned char ch = *(ch_pos + i); in dgnc_input() local
495 void dgnc_carrier(struct channel_t *ch) in dgnc_carrier()
581 static void dgnc_set_custom_speed(struct channel_t *ch, uint newrate) in dgnc_set_custom_speed()
640 void dgnc_check_queue_flow_control(struct channel_t *ch) in dgnc_check_queue_flow_control()
713 static void dgnc_set_signal_low(struct channel_t *ch, const unsigned char sig) in dgnc_set_signal_low()
719 void dgnc_wakeup_writes(struct channel_t *ch) in dgnc_wakeup_writes()
813 struct channel_t *ch; in dgnc_tty_open() local
[all …]
/kernel/linux/linux-4.19/drivers/dma/
Dmic_x100_dma.c55 static inline void mic_dma_hw_ring_inc_head(struct mic_dma_chan *ch) in mic_dma_hw_ring_inc_head()
89 static void mic_dma_cleanup(struct mic_dma_chan *ch) in mic_dma_cleanup()
130 static int mic_dma_avail_desc_ring_space(struct mic_dma_chan *ch, int required) in mic_dma_avail_desc_ring_space()
152 static int mic_dma_prog_memcpy_desc(struct mic_dma_chan *ch, dma_addr_t src, in mic_dma_prog_memcpy_desc()
180 static void mic_dma_prog_intr(struct mic_dma_chan *ch) in mic_dma_prog_intr()
191 static int mic_dma_do_dma(struct mic_dma_chan *ch, int flags, dma_addr_t src, in mic_dma_do_dma()
217 static inline void mic_dma_issue_pending(struct dma_chan *ch) in mic_dma_issue_pending()
242 static inline void mic_dma_update_pending(struct mic_dma_chan *ch) in mic_dma_update_pending()
269 allocate_tx(struct mic_dma_chan *ch) in allocate_tx()
281 mic_dma_prep_status_lock(struct dma_chan *ch, dma_addr_t dst, u64 src_val, in mic_dma_prep_status_lock()
[all …]
Dmic_x100_dma.h151 static inline struct mic_dma_chan *to_mic_dma_chan(struct dma_chan *ch) in to_mic_dma_chan()
156 static inline struct mic_dma_device *to_mic_dma_dev(struct mic_dma_chan *ch) in to_mic_dma_dev()
163 static inline struct mbus_device *to_mbus_device(struct mic_dma_chan *ch) in to_mbus_device()
168 static inline struct mbus_hw_ops *to_mbus_hw_ops(struct mic_dma_chan *ch) in to_mbus_hw_ops()
173 static inline struct device *mic_dma_ch_to_device(struct mic_dma_chan *ch) in mic_dma_ch_to_device()
178 static inline void __iomem *mic_dma_chan_to_mmio(struct mic_dma_chan *ch) in mic_dma_chan_to_mmio()
183 static inline u32 mic_dma_read_reg(struct mic_dma_chan *ch, u32 reg) in mic_dma_read_reg()
189 static inline void mic_dma_write_reg(struct mic_dma_chan *ch, u32 reg, u32 val) in mic_dma_write_reg()
195 static inline u32 mic_dma_mmio_read(struct mic_dma_chan *ch, u32 offset) in mic_dma_mmio_read()
200 static inline void mic_dma_mmio_write(struct mic_dma_chan *ch, u32 val, in mic_dma_mmio_write()
[all …]
/kernel/linux/linux-4.19/drivers/clocksource/
Dsh_tmu.c88 static inline unsigned long sh_tmu_read(struct sh_tmu_channel *ch, int reg_nr) in sh_tmu_read()
109 static inline void sh_tmu_write(struct sh_tmu_channel *ch, int reg_nr, in sh_tmu_write()
131 static void sh_tmu_start_stop_ch(struct sh_tmu_channel *ch, int start) in sh_tmu_start_stop_ch()
148 static int __sh_tmu_enable(struct sh_tmu_channel *ch) in __sh_tmu_enable()
176 static int sh_tmu_enable(struct sh_tmu_channel *ch) in sh_tmu_enable()
187 static void __sh_tmu_disable(struct sh_tmu_channel *ch) in __sh_tmu_disable()
199 static void sh_tmu_disable(struct sh_tmu_channel *ch) in sh_tmu_disable()
213 static void sh_tmu_set_next(struct sh_tmu_channel *ch, unsigned long delta, in sh_tmu_set_next()
239 struct sh_tmu_channel *ch = dev_id; in sh_tmu_interrupt() local
259 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_read() local
[all …]
Dsh_cmt.c242 static inline u32 sh_cmt_read_cmstr(struct sh_cmt_channel *ch) in sh_cmt_read_cmstr()
250 static inline void sh_cmt_write_cmstr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmstr()
258 static inline u32 sh_cmt_read_cmcsr(struct sh_cmt_channel *ch) in sh_cmt_read_cmcsr()
263 static inline void sh_cmt_write_cmcsr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcsr()
268 static inline u32 sh_cmt_read_cmcnt(struct sh_cmt_channel *ch) in sh_cmt_read_cmcnt()
273 static inline void sh_cmt_write_cmcnt(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcnt()
278 static inline void sh_cmt_write_cmcor(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcor()
283 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter()
304 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start) in sh_cmt_start_stop_ch()
322 static int sh_cmt_enable(struct sh_cmt_channel *ch) in sh_cmt_enable()
[all …]
/kernel/linux/linux-5.10/drivers/clocksource/
Dsh_tmu.c84 static inline unsigned long sh_tmu_read(struct sh_tmu_channel *ch, int reg_nr) in sh_tmu_read()
105 static inline void sh_tmu_write(struct sh_tmu_channel *ch, int reg_nr, in sh_tmu_write()
127 static void sh_tmu_start_stop_ch(struct sh_tmu_channel *ch, int start) in sh_tmu_start_stop_ch()
144 static int __sh_tmu_enable(struct sh_tmu_channel *ch) in __sh_tmu_enable()
172 static int sh_tmu_enable(struct sh_tmu_channel *ch) in sh_tmu_enable()
183 static void __sh_tmu_disable(struct sh_tmu_channel *ch) in __sh_tmu_disable()
195 static void sh_tmu_disable(struct sh_tmu_channel *ch) in sh_tmu_disable()
209 static void sh_tmu_set_next(struct sh_tmu_channel *ch, unsigned long delta, in sh_tmu_set_next()
235 struct sh_tmu_channel *ch = dev_id; in sh_tmu_interrupt() local
255 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_read() local
[all …]
Dsh_cmt.c238 static inline u32 sh_cmt_read_cmstr(struct sh_cmt_channel *ch) in sh_cmt_read_cmstr()
246 static inline void sh_cmt_write_cmstr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmstr()
254 static inline u32 sh_cmt_read_cmcsr(struct sh_cmt_channel *ch) in sh_cmt_read_cmcsr()
259 static inline void sh_cmt_write_cmcsr(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcsr()
264 static inline u32 sh_cmt_read_cmcnt(struct sh_cmt_channel *ch) in sh_cmt_read_cmcnt()
269 static inline void sh_cmt_write_cmcnt(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcnt()
274 static inline void sh_cmt_write_cmcor(struct sh_cmt_channel *ch, u32 value) in sh_cmt_write_cmcor()
279 static u32 sh_cmt_get_counter(struct sh_cmt_channel *ch, u32 *has_wrapped) in sh_cmt_get_counter()
300 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start) in sh_cmt_start_stop_ch()
318 static int sh_cmt_enable(struct sh_cmt_channel *ch) in sh_cmt_enable()
[all …]
/kernel/linux/linux-4.19/drivers/misc/sgi-xp/
Dxpc_channel.c27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_connect()
80 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_disconnect()
189 struct xpc_channel *ch = &part->channels[ch_number]; in xpc_process_openclose_chctl_flags() local
465 xpc_connect_channel(struct xpc_channel *ch) in xpc_connect_channel()
550 struct xpc_channel *ch; in xpc_process_sent_chctl_flags() local
621 struct xpc_channel *ch; in xpc_partition_going_down() local
677 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout()
712 struct xpc_channel *ch; in xpc_initiate_disconnect() local
753 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel()
801 xpc_disconnect_callout(struct xpc_channel *ch, enum xp_retval reason) in xpc_disconnect_callout()
[all …]
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/
Dxpc_channel.c27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_connect()
80 xpc_process_disconnect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_disconnect()
189 struct xpc_channel *ch = &part->channels[ch_number]; in xpc_process_openclose_chctl_flags() local
465 xpc_connect_channel(struct xpc_channel *ch) in xpc_connect_channel()
550 struct xpc_channel *ch; in xpc_process_sent_chctl_flags() local
621 struct xpc_channel *ch; in xpc_partition_going_down() local
677 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout()
712 struct xpc_channel *ch; in xpc_initiate_disconnect() local
753 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel()
801 xpc_disconnect_callout(struct xpc_channel *ch, enum xp_retval reason) in xpc_disconnect_callout()
[all …]
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Dstack.c36 mISDN_queue_message(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_queue_message()
45 struct mISDNchannel *ch; in get_channel4id() local
86 struct mISDNchannel *ch; in send_layer2() local
143 struct mISDNchannel *ch; in send_msg_to_layer() local
325 l1_receive(struct mISDNchannel *ch, struct sk_buff *skb) in l1_receive()
335 set_channel_address(struct mISDNchannel *ch, u_int sapi, u_int tei) in set_channel_address()
341 __add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in __add_layer2()
347 add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in add_layer2()
355 st_own_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in st_own_ctrl()
417 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_layer1()
[all …]
/kernel/linux/linux-4.19/drivers/isdn/mISDN/
Dstack.c45 mISDN_queue_message(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_queue_message()
54 struct mISDNchannel *ch; in get_channel4id() local
96 struct mISDNchannel *ch; in send_layer2() local
154 struct mISDNchannel *ch; in send_msg_to_layer() local
336 l1_receive(struct mISDNchannel *ch, struct sk_buff *skb) in l1_receive()
346 set_channel_address(struct mISDNchannel *ch, u_int sapi, u_int tei) in set_channel_address()
352 __add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in __add_layer2()
358 add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in add_layer2()
366 st_own_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in st_own_ctrl()
428 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_layer1()
[all …]
/kernel/linux/linux-5.10/drivers/phy/renesas/
Dphy-rcar-gen3-usb2.c98 struct rcar_gen3_chan *ch; member
133 struct rcar_gen3_chan *ch = container_of(work, struct rcar_gen3_chan, in rcar_gen3_phy_usb2_work() local
145 static void rcar_gen3_set_host_mode(struct rcar_gen3_chan *ch, int host) in rcar_gen3_set_host_mode()
158 static void rcar_gen3_set_linectrl(struct rcar_gen3_chan *ch, int dp, int dm) in rcar_gen3_set_linectrl()
172 static void rcar_gen3_enable_vbus_ctrl(struct rcar_gen3_chan *ch, int vbus) in rcar_gen3_enable_vbus_ctrl()
185 static void rcar_gen3_control_otg_irq(struct rcar_gen3_chan *ch, int enable) in rcar_gen3_control_otg_irq()
197 static void rcar_gen3_init_for_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_host()
207 static void rcar_gen3_init_for_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_peri()
217 static void rcar_gen3_init_for_b_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_b_host()
233 static void rcar_gen3_init_for_a_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_a_peri()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tidss/
Dtidss_irq.h36 #define DSS_IRQ_VP_BIT_N(ch, bit) (4 + 4 * (ch) + (bit)) argument
40 #define DSS_IRQ_VP_BIT(ch, bit) BIT(DSS_IRQ_VP_BIT_N((ch), (bit))) argument
44 static inline dispc_irq_t DSS_IRQ_VP_MASK(u32 ch) in DSS_IRQ_VP_MASK()
55 #define DSS_IRQ_VP_FRAME_DONE(ch) DSS_IRQ_VP_BIT((ch), 0) argument
56 #define DSS_IRQ_VP_VSYNC_EVEN(ch) DSS_IRQ_VP_BIT((ch), 1) argument
57 #define DSS_IRQ_VP_VSYNC_ODD(ch) DSS_IRQ_VP_BIT((ch), 2) argument
58 #define DSS_IRQ_VP_SYNC_LOST(ch) DSS_IRQ_VP_BIT((ch), 3) argument
/kernel/linux/linux-4.19/drivers/gpu/host1x/hw/
Dcdma_hw.c70 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() local
106 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() local
150 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() local
161 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() local
175 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop()
190 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown()
206 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() local
234 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() local
256 struct host1x_channel *ch; in cdma_timeout_handler() local
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
Dcdma_hw.c45 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() local
92 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() local
145 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() local
156 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() local
170 static void cdma_hw_cmdproc_stop(struct host1x *host, struct host1x_channel *ch, in cdma_hw_cmdproc_stop()
185 static void cdma_hw_teardown(struct host1x *host, struct host1x_channel *ch) in cdma_hw_teardown()
201 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() local
229 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() local
251 struct host1x_channel *ch; in cdma_timeout_handler() local
/kernel/linux/linux-4.19/drivers/phy/renesas/
Dphy-rcar-gen3-usb2.c100 struct rcar_gen3_chan *ch = container_of(work, struct rcar_gen3_chan, in rcar_gen3_phy_usb2_work() local
112 static void rcar_gen3_set_host_mode(struct rcar_gen3_chan *ch, int host) in rcar_gen3_set_host_mode()
125 static void rcar_gen3_set_linectrl(struct rcar_gen3_chan *ch, int dp, int dm) in rcar_gen3_set_linectrl()
139 static void rcar_gen3_enable_vbus_ctrl(struct rcar_gen3_chan *ch, int vbus) in rcar_gen3_enable_vbus_ctrl()
152 static void rcar_gen3_init_for_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_host()
162 static void rcar_gen3_init_for_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_peri()
172 static void rcar_gen3_init_for_b_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_b_host()
188 static void rcar_gen3_init_for_a_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_a_peri()
195 static void rcar_gen3_init_from_a_peri_to_a_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_from_a_peri_to_a_host()
209 static bool rcar_gen3_check_id(struct rcar_gen3_chan *ch) in rcar_gen3_check_id()
[all …]
/kernel/linux/linux-5.10/drivers/s390/net/
Dctcm_fsms.c191 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) in ctcm_ccw_check_rc()
248 struct channel *ch = arg; in chx_txdone() local
336 struct channel *ch = arg; in ctcm_chx_txidle() local
357 struct channel *ch = arg; in chx_rx() local
434 struct channel *ch = arg; in chx_firstio() local
511 struct channel *ch = arg; in chx_rxidle() local
550 struct channel *ch = arg; in ctcm_chx_setmode() local
590 struct channel *ch = arg; in ctcm_chx_start() local
653 struct channel *ch = arg; in ctcm_chx_haltio() local
694 struct channel *ch) in ctcm_chx_cleanup()
[all …]
/kernel/linux/linux-4.19/drivers/s390/net/
Dctcm_fsms.c191 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) in ctcm_ccw_check_rc()
248 struct channel *ch = arg; in chx_txdone() local
337 struct channel *ch = arg; in ctcm_chx_txidle() local
358 struct channel *ch = arg; in chx_rx() local
436 struct channel *ch = arg; in chx_firstio() local
514 struct channel *ch = arg; in chx_rxidle() local
554 struct channel *ch = arg; in ctcm_chx_setmode() local
595 struct channel *ch = arg; in ctcm_chx_start() local
658 struct channel *ch = arg; in ctcm_chx_haltio() local
699 struct channel *ch) in ctcm_chx_cleanup()
[all …]

12345678910>>...61