Home
last modified time | relevance | path

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

12345678910>>...20

/drivers/tty/serial/jsm/
Djsm_neo.c44 static void neo_set_cts_flow_control(struct jsm_channel *ch) in neo_set_cts_flow_control()
75 static void neo_set_rts_flow_control(struct jsm_channel *ch) in neo_set_rts_flow_control()
115 static void neo_set_ixon_flow_control(struct jsm_channel *ch) in neo_set_ixon_flow_control()
152 static void neo_set_ixoff_flow_control(struct jsm_channel *ch) in neo_set_ixoff_flow_control()
190 static void neo_set_no_input_flow_control(struct jsm_channel *ch) in neo_set_no_input_flow_control()
229 static void neo_set_no_output_flow_control(struct jsm_channel *ch) in neo_set_no_output_flow_control()
267 static inline void neo_set_new_start_stop_chars(struct jsm_channel *ch) in neo_set_new_start_stop_chars()
284 static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch) in neo_copy_data_from_uart_to_queue()
486 static void neo_copy_data_from_queue_to_uart(struct jsm_channel *ch) in neo_copy_data_from_queue_to_uart()
569 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem()
[all …]
Djsm_cls.c61 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_flow_control()
102 static void cls_set_ixon_flow_control(struct jsm_channel *ch) in cls_set_ixon_flow_control()
147 static void cls_set_no_output_flow_control(struct jsm_channel *ch) in cls_set_no_output_flow_control()
190 static void cls_set_rts_flow_control(struct jsm_channel *ch) in cls_set_rts_flow_control()
228 static void cls_set_ixoff_flow_control(struct jsm_channel *ch) in cls_set_ixoff_flow_control()
269 static void cls_set_no_input_flow_control(struct jsm_channel *ch) in cls_set_no_input_flow_control()
314 static void cls_clear_break(struct jsm_channel *ch) in cls_clear_break()
334 static void cls_disable_receiver(struct jsm_channel *ch) in cls_disable_receiver()
342 static void cls_enable_receiver(struct jsm_channel *ch) in cls_enable_receiver()
351 static void cls_assert_modem_signals(struct jsm_channel *ch) in cls_assert_modem_signals()
[all …]
/drivers/staging/dgnc/
Ddgnc_neo.c93 static inline void neo_set_cts_flow_control(struct channel_t *ch) in neo_set_cts_flow_control()
131 static inline void neo_set_rts_flow_control(struct channel_t *ch) in neo_set_rts_flow_control()
176 static inline void neo_set_ixon_flow_control(struct channel_t *ch) in neo_set_ixon_flow_control()
215 static inline void neo_set_ixoff_flow_control(struct channel_t *ch) in neo_set_ixoff_flow_control()
255 static inline void neo_set_no_input_flow_control(struct channel_t *ch) in neo_set_no_input_flow_control()
296 static inline void neo_set_no_output_flow_control(struct channel_t *ch) in neo_set_no_output_flow_control()
337 static inline void neo_set_new_start_stop_chars(struct channel_t *ch) in neo_set_new_start_stop_chars()
357 static inline void neo_clear_break(struct channel_t *ch, int force) in neo_clear_break()
389 struct channel_t *ch; in neo_parse_isr() local
509 struct channel_t *ch; in neo_parse_lsr() local
[all …]
Ddgnc_cls.c29 static inline void cls_set_cts_flow_control(struct channel_t *ch) in cls_set_cts_flow_control()
70 static inline void cls_set_ixon_flow_control(struct channel_t *ch) in cls_set_ixon_flow_control()
115 static inline void cls_set_no_output_flow_control(struct channel_t *ch) in cls_set_no_output_flow_control()
158 static inline void cls_set_rts_flow_control(struct channel_t *ch) in cls_set_rts_flow_control()
196 static inline void cls_set_ixoff_flow_control(struct channel_t *ch) in cls_set_ixoff_flow_control()
237 static inline void cls_set_no_input_flow_control(struct channel_t *ch) in cls_set_no_input_flow_control()
282 static inline void cls_clear_break(struct channel_t *ch, int force) in cls_clear_break()
310 static void cls_copy_data_from_uart_to_queue(struct channel_t *ch) in cls_copy_data_from_uart_to_queue()
398 static void cls_assert_modem_signals(struct channel_t *ch) in cls_assert_modem_signals()
416 static void cls_copy_data_from_queue_to_uart(struct channel_t *ch) in cls_copy_data_from_queue_to_uart()
[all …]
Ddgnc_tty.c283 struct channel_t *ch; in dgnc_tty_init() local
415 static void dgnc_wmove(struct channel_t *ch, char *buf, uint n) in dgnc_wmove()
457 void dgnc_input(struct channel_t *ch) in dgnc_input()
587 unsigned char ch = *(ch_pos + i); in dgnc_input() local
631 void dgnc_carrier(struct channel_t *ch) in dgnc_carrier()
724 static void dgnc_set_custom_speed(struct channel_t *ch, uint newrate) in dgnc_set_custom_speed()
783 void dgnc_check_queue_flow_control(struct channel_t *ch) in dgnc_check_queue_flow_control()
857 void dgnc_wakeup_writes(struct channel_t *ch) in dgnc_wakeup_writes()
964 struct channel_t *ch; in dgnc_tty_open() local
1173 struct channel_t *ch) in dgnc_block_til_ready()
[all …]
/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 …]
Dmoxart-dma.c188 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_terminate_all() local
216 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_slave_config() local
274 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_prep_slave_sg() local
337 struct moxart_chan *ch; in moxart_of_xlate() local
351 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_alloc_chan_resources() local
362 struct moxart_chan *ch = to_moxart_dma_chan(chan); in moxart_free_chan_resources() local
371 static void moxart_dma_set_params(struct moxart_chan *ch, dma_addr_t src_addr, in moxart_dma_set_params()
378 static void moxart_set_transfer_params(struct moxart_chan *ch, unsigned int len) in moxart_set_transfer_params()
395 static void moxart_start_dma(struct moxart_chan *ch) in moxart_start_dma()
404 static void moxart_dma_start_sg(struct moxart_chan *ch, unsigned int idx) in moxart_dma_start_sg()
[all …]
/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()
177 static int sh_tmu_enable(struct sh_tmu_channel *ch) in sh_tmu_enable()
188 static void __sh_tmu_disable(struct sh_tmu_channel *ch) in __sh_tmu_disable()
200 static void sh_tmu_disable(struct sh_tmu_channel *ch) in sh_tmu_disable()
214 static void sh_tmu_set_next(struct sh_tmu_channel *ch, unsigned long delta, in sh_tmu_set_next()
240 struct sh_tmu_channel *ch = dev_id; in sh_tmu_interrupt() local
260 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_read() local
[all …]
Dsh_cmt.c239 static inline unsigned long sh_cmt_read_cmstr(struct sh_cmt_channel *ch) in sh_cmt_read_cmstr()
247 static inline void sh_cmt_write_cmstr(struct sh_cmt_channel *ch, in sh_cmt_write_cmstr()
256 static inline unsigned long sh_cmt_read_cmcsr(struct sh_cmt_channel *ch) in sh_cmt_read_cmcsr()
261 static inline void sh_cmt_write_cmcsr(struct sh_cmt_channel *ch, in sh_cmt_write_cmcsr()
267 static inline unsigned long sh_cmt_read_cmcnt(struct sh_cmt_channel *ch) in sh_cmt_read_cmcnt()
272 static inline void sh_cmt_write_cmcnt(struct sh_cmt_channel *ch, in sh_cmt_write_cmcnt()
278 static inline void sh_cmt_write_cmcor(struct sh_cmt_channel *ch, in sh_cmt_write_cmcor()
284 static unsigned long sh_cmt_get_counter(struct sh_cmt_channel *ch, in sh_cmt_get_counter()
306 static void sh_cmt_start_stop_ch(struct sh_cmt_channel *ch, int start) in sh_cmt_start_stop_ch()
323 static int sh_cmt_enable(struct sh_cmt_channel *ch, unsigned long *rate) in sh_cmt_enable()
[all …]
/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
659 struct xpc_channel *ch; in xpc_initiate_connect() local
680 xpc_connected_callout(struct xpc_channel *ch) in xpc_connected_callout()
715 struct xpc_channel *ch; in xpc_initiate_disconnect() local
756 xpc_disconnect_channel(const int line, struct xpc_channel *ch, in xpc_disconnect_channel()
[all …]
Dxpc_sn2.c345 xpc_send_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag, in xpc_send_notify_IRQ_sn2()
381 xpc_send_local_notify_IRQ_sn2(struct xpc_channel *ch, u8 chctl_flag, in xpc_send_local_notify_IRQ_sn2()
398 xpc_send_chctl_closerequest_sn2(struct xpc_channel *ch, in xpc_send_chctl_closerequest_sn2()
408 xpc_send_chctl_closereply_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_closereply_sn2()
414 xpc_send_chctl_openrequest_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openrequest_sn2()
424 xpc_send_chctl_openreply_sn2(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_send_chctl_openreply_sn2()
435 xpc_send_chctl_opencomplete_sn2(struct xpc_channel *ch, in xpc_send_chctl_opencomplete_sn2()
442 xpc_send_chctl_msgrequest_sn2(struct xpc_channel *ch) in xpc_send_chctl_msgrequest_sn2()
448 xpc_send_chctl_local_msgrequest_sn2(struct xpc_channel *ch) in xpc_send_chctl_local_msgrequest_sn2()
454 xpc_save_remote_msgqueue_pa_sn2(struct xpc_channel *ch, in xpc_save_remote_msgqueue_pa_sn2()
[all …]
/drivers/isdn/mISDN/
Dstack.c42 mISDN_queue_message(struct mISDNchannel *ch, struct sk_buff *skb) in mISDN_queue_message()
51 struct mISDNchannel *ch; in get_channel4id() local
93 struct mISDNchannel *ch; in send_layer2() local
151 struct mISDNchannel *ch; in send_msg_to_layer() local
333 l1_receive(struct mISDNchannel *ch, struct sk_buff *skb) in l1_receive()
343 set_channel_address(struct mISDNchannel *ch, u_int sapi, u_int tei) in set_channel_address()
349 __add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in __add_layer2()
355 add_layer2(struct mISDNchannel *ch, struct mISDNstack *st) in add_layer2()
363 st_own_ctrl(struct mISDNchannel *ch, u_int cmd, void *arg) in st_own_ctrl()
425 connect_layer1(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_layer1()
[all …]
Dhwchannel.c66 mISDN_initdchannel(struct dchannel *ch, int maxlen, void *phf) in mISDN_initdchannel()
84 mISDN_initbchannel(struct bchannel *ch, unsigned short maxlen, in mISDN_initbchannel()
107 mISDN_freedchannel(struct dchannel *ch) in mISDN_freedchannel()
125 mISDN_clear_bchannel(struct bchannel *ch) in mISDN_clear_bchannel()
157 mISDN_freebchannel(struct bchannel *ch) in mISDN_freebchannel()
393 queue_ch_frame(struct mISDNchannel *ch, u_int pr, int id, struct sk_buff *skb) in queue_ch_frame()
413 dchannel_senddata(struct dchannel *ch, struct sk_buff *skb) in dchannel_senddata()
439 bchannel_senddata(struct bchannel *ch, struct sk_buff *skb) in bchannel_senddata()
/drivers/media/platform/davinci/
Dvpif_capture.c78 struct channel_obj *ch = vb2_get_drv_priv(q); in vpif_buffer_prepare() local
119 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local
150 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local
174 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local
264 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local
377 struct channel_obj *ch; in vpif_channel_isr() local
464 static int vpif_update_std_info(struct channel_obj *ch) in vpif_update_std_info()
533 static void vpif_calculate_offsets(struct channel_obj *ch) in vpif_calculate_offsets()
613 static void vpif_config_addr(struct channel_obj *ch, int muxmode) in vpif_config_addr()
673 struct channel_obj *ch, in vpif_set_input()
[all …]
Dvpif_display.c73 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_prepare() local
114 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local
146 struct channel_obj *ch = vb2_get_drv_priv(vb->vb2_queue); in vpif_buffer_queue() local
167 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local
252 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local
363 struct channel_obj *ch; in vpif_channel_isr() local
428 static int vpif_update_std_info(struct channel_obj *ch) in vpif_update_std_info()
456 static int vpif_update_resolution(struct channel_obj *ch) in vpif_update_resolution()
499 static void vpif_calculate_offsets(struct channel_obj *ch) in vpif_calculate_offsets()
560 static void vpif_config_addr(struct channel_obj *ch, int muxmode) in vpif_config_addr()
[all …]
/drivers/s390/net/
Dctcm_fsms.c190 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) in ctcm_ccw_check_rc()
247 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
435 struct channel *ch = arg; in chx_firstio() local
513 struct channel *ch = arg; in chx_rxidle() local
553 struct channel *ch = arg; in ctcm_chx_setmode() local
594 struct channel *ch = arg; in ctcm_chx_start() local
657 struct channel *ch = arg; in ctcm_chx_haltio() local
698 struct channel *ch) in ctcm_chx_cleanup()
[all …]
/drivers/gpu/ipu-v3/
Dipu-cpmem.c98 ipu_get_cpmem(struct ipuv3_channel *ch) in ipu_get_cpmem()
105 static void ipu_ch_param_write_field(struct ipuv3_channel *ch, u32 wbs, u32 v) in ipu_ch_param_write_field()
131 static u32 ipu_ch_param_read_field(struct ipuv3_channel *ch, u32 wbs) in ipu_ch_param_read_field()
209 void ipu_cpmem_zero(struct ipuv3_channel *ch) in ipu_cpmem_zero()
220 void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres) in ipu_cpmem_set_resolution()
227 void ipu_cpmem_set_stride(struct ipuv3_channel *ch, int stride) in ipu_cpmem_set_stride()
233 void ipu_cpmem_set_high_priority(struct ipuv3_channel *ch) in ipu_cpmem_set_high_priority()
247 void ipu_cpmem_set_buffer(struct ipuv3_channel *ch, int bufnum, dma_addr_t buf) in ipu_cpmem_set_buffer()
256 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off) in ipu_cpmem_set_uv_offset()
263 void ipu_cpmem_interlaced_scan(struct ipuv3_channel *ch, int stride) in ipu_cpmem_interlaced_scan()
[all …]
/drivers/isdn/hardware/mISDN/
DmISDNisar.c415 deliver_status(struct isar_ch *ch, int status) in deliver_status()
422 isar_rcv_frame(struct isar_ch *ch) in isar_rcv_frame()
587 isar_fill_fifo(struct isar_ch *ch) in isar_fill_fifo()
688 send_next(struct isar_ch *ch) in send_next()
736 struct isar_ch *ch; in check_send() local
768 isar_pump_status_rsp(struct isar_ch *ch) { in isar_pump_status_rsp()
818 isar_pump_statev_modem(struct isar_ch *ch, u8 devt) { in isar_pump_statev_modem()
873 isar_pump_statev_fax(struct isar_ch *ch, u8 devt) { in isar_pump_statev_fax()
1052 struct isar_ch *ch; in mISDNisar_irq() local
1151 struct isar_ch *ch = (struct isar_ch *)data; in ftimer_handler() local
[all …]
/drivers/scsi/
Dch.c87 #define ch_printk(prefix, ch, fmt, a...) \ argument
185 ch_do_scsi(scsi_changer *ch, unsigned char *cmd, int cmd_len, in ch_do_scsi()
220 ch_elem_to_typecode(scsi_changer *ch, u_int elem) in ch_elem_to_typecode()
234 ch_read_element_status(scsi_changer *ch, u_int elem, char *data) in ch_read_element_status()
276 ch_init_elem(scsi_changer *ch) in ch_init_elem()
291 ch_readconfig(scsi_changer *ch) in ch_readconfig()
420 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate) in ch_position()
439 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate) in ch_move()
460 ch_exchange(scsi_changer *ch, u_int trans, u_int src, in ch_exchange()
502 ch_set_voltag(scsi_changer *ch, u_int elem, in ch_set_voltag()
[all …]
/drivers/infiniband/ulp/srp/
Dib_srp.c296 static int srp_new_cm_id(struct srp_rdma_ch *ch) in srp_new_cm_id()
466 static int srp_create_ch_ib(struct srp_rdma_ch *ch) in srp_create_ch_ib()
578 struct srp_rdma_ch *ch) in srp_free_ch_ib()
636 struct srp_rdma_ch *ch = ch_ptr; in srp_path_rec_completion() local
648 static int srp_lookup_path(struct srp_rdma_ch *ch) in srp_lookup_path()
697 static int srp_send_req(struct srp_rdma_ch *ch, bool multich) in srp_send_req()
806 struct srp_rdma_ch *ch; in srp_disconnect_target() local
822 struct srp_rdma_ch *ch) in srp_free_req_data()
852 static int srp_alloc_req_data(struct srp_rdma_ch *ch) in srp_alloc_req_data()
917 struct srp_rdma_ch *ch; in srp_remove_target() local
[all …]
/drivers/infiniband/ulp/srpt/
Dib_srpt.c105 static bool srpt_set_ch_state(struct srpt_rdma_ch *ch, enum rdma_ch_state new) in srpt_set_ch_state()
199 static void srpt_qp_event(struct ib_event *event, struct srpt_rdma_ch *ch) in srpt_qp_event()
780 static int srpt_zerolength_write(struct srpt_rdma_ch *ch) in srpt_zerolength_write()
793 struct srpt_rdma_ch *ch = cq->cq_context; in srpt_zerolength_write_done() local
810 struct srpt_rdma_ch *ch = ioctx->ch; in srpt_alloc_rw_ctxs() local
873 static void srpt_free_rw_ctxs(struct srpt_rdma_ch *ch, in srpt_free_rw_ctxs()
985 static int srpt_init_ch_qp(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_init_ch_qp()
1018 static int srpt_ch_qp_rtr(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_ch_qp_rtr()
1048 static int srpt_ch_qp_rts(struct srpt_rdma_ch *ch, struct ib_qp *qp) in srpt_ch_qp_rts()
1070 static int srpt_ch_qp_err(struct srpt_rdma_ch *ch) in srpt_ch_qp_err()
[all …]
/drivers/gpu/host1x/hw/
Dcdma_hw.c70 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_start() local
107 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_timeout_restart() local
152 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_flush() local
163 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_stop() local
184 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_freeze() local
215 struct host1x_channel *ch = cdma_to_channel(cdma); in cdma_resume() local
240 struct host1x_channel *ch; in cdma_timeout_handler() local
/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c214 struct sh_mobile_lcdc_chan ch[2]; member
407 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_write_index() local
418 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_write_data() local
429 struct sh_mobile_lcdc_chan *ch = handle; in lcdc_sys_read_data() local
450 struct sh_mobile_lcdc_chan *ch = info->par; in sh_mobile_lcdc_sginit() local
466 struct sh_mobile_lcdc_chan *ch = info->par; in sh_mobile_lcdc_deferred_io() local
512 static void sh_mobile_lcdc_display_on(struct sh_mobile_lcdc_chan *ch) in sh_mobile_lcdc_display_on()
532 static void sh_mobile_lcdc_display_off(struct sh_mobile_lcdc_chan *ch) in sh_mobile_lcdc_display_off()
544 sh_mobile_lcdc_must_reconfigure(struct sh_mobile_lcdc_chan *ch, in sh_mobile_lcdc_must_reconfigure()
565 static int sh_mobile_lcdc_display_notify(struct sh_mobile_lcdc_chan *ch, in sh_mobile_lcdc_display_notify()
[all …]
/drivers/phy/
Dphy-rcar-gen3-usb2.c92 struct rcar_gen3_chan *ch = container_of(work, struct rcar_gen3_chan, in rcar_gen3_phy_usb2_work() local
104 static void rcar_gen3_set_host_mode(struct rcar_gen3_chan *ch, int host) in rcar_gen3_set_host_mode()
117 static void rcar_gen3_set_linectrl(struct rcar_gen3_chan *ch, int dp, int dm) in rcar_gen3_set_linectrl()
131 static void rcar_gen3_enable_vbus_ctrl(struct rcar_gen3_chan *ch, int vbus) in rcar_gen3_enable_vbus_ctrl()
144 static void rcar_gen3_init_for_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_host()
154 static void rcar_gen3_init_for_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_peri()
164 static bool rcar_gen3_check_id(struct rcar_gen3_chan *ch) in rcar_gen3_check_id()
169 static void rcar_gen3_device_recognition(struct rcar_gen3_chan *ch) in rcar_gen3_device_recognition()
177 static void rcar_gen3_init_otg(struct rcar_gen3_chan *ch) in rcar_gen3_init_otg()
266 struct rcar_gen3_chan *ch = _ch; in rcar_gen3_phy_usb2_irq() local

12345678910>>...20