/linux/drivers/gpu/drm/i915/display/ |
H A D | vlv_dpio_phy_regs.h | 26 #define VLV_PLL_DW3(ch) _VLV_PLL((ch), 3) argument 47 #define VLV_PLL_DW5(ch) _VLV_PLL((ch), 5) argument 55 #define VLV_PLL_DW7(ch) _VLV_PLL((ch), 7) argument 57 #define VLV_PLL_DW16(ch) _VLV_PLL((ch), 16) argument 59 #define VLV_PLL_DW17(ch) _VLV_PLL((ch), 17) argument 61 #define VLV_PLL_DW18(ch) _VLV_PLL((ch), 18) argument 63 #define VLV_PLL_DW19(ch) _VLV_PLL((ch), 19) argument 187 #define CHV_PLL_DW0(ch) _CHV_PLL((ch), 0) argument 191 #define CHV_PLL_DW1(ch) _CHV_PLL((ch), 1) argument 198 #define CHV_PLL_DW2(ch) _CHV_PLL((ch), 2) argument [all …]
|
H A D | bxt_dpio_phy_regs.h | 23 #define _BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 26 #define _MMIO_BXT_PHY_CH(phy, ch, reg_ch0, reg_ch1) \ argument 30 #define _MMIO_BXT_PHY_CH_LN(phy, ch, lane, reg_ch0, reg_ch1) \ argument 51 #define BXT_PORT_PLL_EBB_0(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 60 #define BXT_PORT_PLL_EBB_4(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 95 #define _PORT_PLL_BASE(phy, ch) _BXT_PHY_CH(phy, ch, \ argument 174 #define BXT_PORT_PCS_DW10_GRP(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 212 #define BXT_PORT_TX_DW2_GRP(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 229 #define BXT_PORT_TX_DW3_GRP(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument 244 #define BXT_PORT_TX_DW4_GRP(phy, ch) _MMIO_BXT_PHY_CH(phy, ch, \ argument [all …]
|
/linux/include/linux/mfd/ |
H A D | max5970.h | 31 #define MAX5970_REG_CURRENT_L(ch) (0x01 + (ch) * 4) argument 52 #define MAX5970_REG_DAC_FAST(ch) (0x2E + (ch)) argument 57 #define MAX5970_CB_IFAULTF(ch) (1 << (ch)) argument 70 #define MAX5970_IRNG(reg, ch) \ argument 75 #define MAX5970_STATUS3_PG(ch) BIT(ch) argument 78 #define UV_STATUS_WARN(ch) (1 << (ch)) argument 79 #define UV_STATUS_CRIT(ch) (1 << ((ch) + 4)) argument 82 #define OV_STATUS_WARN(ch) (1 << (ch)) argument 83 #define OV_STATUS_CRIT(ch) (1 << ((ch) + 4)) argument 86 #define OC_STATUS_WARN(ch) (1 << (ch)) argument [all …]
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm_neo.c | 35 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() 642 static void neo_flush_uart_read(struct jsm_channel *ch) in neo_flush_uart_read() 669 static void neo_clear_break(struct jsm_channel *ch) in neo_clear_break() 696 struct jsm_channel *ch; in neo_parse_isr() local 815 struct jsm_channel *ch; in neo_parse_lsr() local 914 static void neo_param(struct jsm_channel *ch) in neo_param() 1069 struct jsm_channel *ch; in neo_intr() local 1270 static void neo_uart_init(struct jsm_channel *ch) in neo_uart_init() 1291 static void neo_uart_off(struct jsm_channel *ch) in neo_uart_off() [all …]
|
H A D | jsm_cls.c | 52 static void cls_set_cts_flow_control(struct jsm_channel *ch) in cls_set_cts_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() 537 struct jsm_channel *ch; in cls_parse_isr() local 589 static void cls_flush_uart_write(struct jsm_channel *ch) in cls_flush_uart_write() 615 static void cls_flush_uart_read(struct jsm_channel *ch) in cls_flush_uart_read() 660 static void cls_param(struct jsm_channel *ch) in cls_param() 821 static void cls_uart_init(struct jsm_channel *ch) in cls_uart_init() 860 static void cls_uart_off(struct jsm_channel *ch) in cls_uart_off() [all …]
|
/linux/drivers/clocksource/ |
H A D | sh_tmu.c | 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() 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 262 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_enable() local 277 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_disable() local 288 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_suspend() local 301 struct sh_tmu_channel *ch = cs_to_sh_tmu(cs); in sh_tmu_clocksource_resume() local 351 struct sh_tmu_channel *ch = ced_to_sh_tmu(ced); in sh_tmu_clock_event_shutdown() local 361 struct sh_tmu_channel *ch = ced_to_sh_tmu(ced); in sh_tmu_clock_event_set_state() local [all …]
|
H A D | sh_cmt.c | 530 struct sh_cmt_channel *ch = dev_id; in sh_cmt_interrupt() local 644 struct sh_cmt_channel *ch = cs_to_sh_cmt(cs); in sh_cmt_clocksource_read() local 669 struct sh_cmt_channel *ch = cs_to_sh_cmt(cs); in sh_cmt_clocksource_enable() local 684 struct sh_cmt_channel *ch = cs_to_sh_cmt(cs); in sh_cmt_clocksource_disable() local 694 struct sh_cmt_channel *ch = cs_to_sh_cmt(cs); in sh_cmt_clocksource_suspend() local 705 struct sh_cmt_channel *ch = cs_to_sh_cmt(cs); in sh_cmt_clocksource_resume() local 753 struct sh_cmt_channel *ch = ced_to_sh_cmt(ced); in sh_cmt_clock_event_shutdown() local 762 struct sh_cmt_channel *ch = ced_to_sh_cmt(ced); in sh_cmt_clock_event_set_state() local 787 struct sh_cmt_channel *ch = ced_to_sh_cmt(ced); in sh_cmt_clock_event_next() local 806 struct sh_cmt_channel *ch = ced_to_sh_cmt(ced); in sh_cmt_clock_event_suspend() local [all …]
|
/linux/drivers/mfd/ |
H A D | rz-mtu3.c | 65 u16 rz_mtu3_shared_reg_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_shared_reg_read() 77 u8 rz_mtu3_8bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_8bit_ch_read() 89 u16 rz_mtu3_16bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_16bit_ch_read() 105 u32 rz_mtu3_32bit_ch_read(struct rz_mtu3_channel *ch, u16 offset) in rz_mtu3_32bit_ch_read() 120 void rz_mtu3_8bit_ch_write(struct rz_mtu3_channel *ch, u16 offset, u8 val) in rz_mtu3_8bit_ch_write() 187 static u16 rz_mtu3_get_tstr_offset(struct rz_mtu3_channel *ch) in rz_mtu3_get_tstr_offset() 215 static u8 rz_mtu3_get_tstr_bit_pos(struct rz_mtu3_channel *ch) in rz_mtu3_get_tstr_bit_pos() 247 static void rz_mtu3_start_stop_ch(struct rz_mtu3_channel *ch, bool start) in rz_mtu3_start_stop_ch() 268 bool rz_mtu3_is_enabled(struct rz_mtu3_channel *ch) in rz_mtu3_is_enabled() 288 int rz_mtu3_enable(struct rz_mtu3_channel *ch) in rz_mtu3_enable() [all …]
|
/linux/drivers/misc/sgi-xp/ |
H A D | xpc_channel.c | 27 xpc_process_connect(struct xpc_channel *ch, unsigned long *irq_flags) in xpc_process_connect() 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() 825 xpc_allocate_msg_wait(struct xpc_channel *ch) in xpc_allocate_msg_wait() 949 xpc_deliver_payload(struct xpc_channel *ch) in xpc_deliver_payload() [all …]
|
/linux/sound/soc/codecs/ |
H A D | rk3308_codec.h | 24 #define RK3308_ADC_DIG_OFFSET(ch) (((ch) & 0x3) * 0xc0 + 0x0) argument 26 #define RK3308_ADC_DIG_CON01(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x04) argument 27 #define RK3308_ADC_DIG_CON02(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x08) argument 28 #define RK3308_ADC_DIG_CON03(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x0c) argument 29 #define RK3308_ADC_DIG_CON04(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x10) argument 32 #define RK3308_ADC_DIG_CON07(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x1c) argument 34 #define RK3308_ALC_L_DIG_CON00(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x40) argument 35 #define RK3308_ALC_L_DIG_CON01(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x44) argument 36 #define RK3308_ALC_L_DIG_CON02(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x48) argument 37 #define RK3308_ALC_L_DIG_CON03(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x4c) argument [all …]
|
/linux/drivers/isdn/mISDN/ |
H A D | stack.c | 36 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() 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() 455 connect_Bstack(struct mISDNdevice *dev, struct mISDNchannel *ch, in connect_Bstack() [all …]
|
/linux/drivers/gpu/host1x/hw/ |
H A D | cdma_hw.c | 45 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 252 struct host1x_channel *ch = cdma_to_channel(cdma); in timeout_release_mlock() local 282 struct host1x_channel *ch; in cdma_timeout_handler() local
|
/linux/drivers/media/platform/ti/davinci/ |
H A D | vpif_display.c | 115 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local 169 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local 254 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local 365 struct channel_obj *ch; in vpif_channel_isr() local 609 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_g_fmt_vid_out() local 626 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_try_fmt_vid_out() local 806 struct channel_obj *ch, int index) in vpif_set_output() 1123 struct channel_obj *ch; in vpif_probe_complete() local 1311 struct channel_obj *ch; in vpif_remove() local 1331 struct channel_obj *ch; in vpif_suspend() local [all …]
|
H A D | vpif_capture.c | 72 struct channel_obj *ch = vb2_get_drv_priv(q); in vpif_buffer_prepare() local 113 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_buffer_queue_setup() local 169 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_start_streaming() local 259 struct channel_obj *ch = vb2_get_drv_priv(vq); in vpif_stop_streaming() local 372 struct channel_obj *ch; in vpif_channel_isr() local 691 struct channel_obj *ch, in vpif_set_input() 754 struct channel_obj *ch = video_get_drvdata(vdev); in vpif_querystd() local 1401 struct channel_obj *ch; in vpif_probe_complete() local 1720 struct channel_obj *ch; in vpif_remove() local 1747 struct channel_obj *ch; in vpif_suspend() local [all …]
|
/linux/drivers/s390/net/ |
H A D | ctcm_fsms.c | 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() 780 struct channel *ch = arg; in ctcm_chx_setuperr() local [all …]
|
/linux/drivers/phy/renesas/ |
H A D | phy-rcar-gen3-usb2.c | 107 struct rcar_gen3_chan *ch; member 226 static void rcar_gen3_init_for_host(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_host() 236 static void rcar_gen3_init_for_peri(struct rcar_gen3_chan *ch) in rcar_gen3_init_for_peri() 279 static bool rcar_gen3_check_id(struct rcar_gen3_chan *ch) in rcar_gen3_check_id() 298 static bool rcar_gen3_is_host(struct rcar_gen3_chan *ch) in rcar_gen3_is_host() 323 static bool rcar_gen3_needs_init_otg(struct rcar_gen3_chan *ch) in rcar_gen3_needs_init_otg() 350 struct rcar_gen3_chan *ch = dev_get_drvdata(dev); in role_store() local 390 struct rcar_gen3_chan *ch = dev_get_drvdata(dev); in role_show() local 400 static void rcar_gen3_init_otg(struct rcar_gen3_chan *ch) in rcar_gen3_init_otg() 428 struct rcar_gen3_chan *ch = _ch; in rcar_gen3_phy_usb2_irq() local [all …]
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-cpmem.c | 93 ipu_get_cpmem(struct ipuv3_channel *ch) in ipu_get_cpmem() 228 void ipu_cpmem_zero(struct ipuv3_channel *ch) in ipu_cpmem_zero() 246 void ipu_cpmem_skip_odd_chroma_rows(struct ipuv3_channel *ch) in ipu_cpmem_skip_odd_chroma_rows() 258 void ipu_cpmem_set_high_priority(struct ipuv3_channel *ch) in ipu_cpmem_set_high_priority() 333 void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id) in ipu_cpmem_set_axi_id() 340 int ipu_cpmem_get_burstsize(struct ipuv3_channel *ch) in ipu_cpmem_get_burstsize() 352 void ipu_cpmem_set_block_mode(struct ipuv3_channel *ch) in ipu_cpmem_set_block_mode() 358 void ipu_cpmem_set_rotation(struct ipuv3_channel *ch, in ipu_cpmem_set_rotation() 367 int ipu_cpmem_set_format_rgb(struct ipuv3_channel *ch, in ipu_cpmem_set_format_rgb() 472 void ipu_cpmem_set_yuv_planar_full(struct ipuv3_channel *ch, in ipu_cpmem_set_yuv_planar_full() [all …]
|
/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_irq.h | 36 #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
|
/linux/drivers/isdn/hardware/mISDN/ |
H A D | mISDNisar.c | 402 deliver_status(struct isar_ch *ch, int status) in deliver_status() 409 isar_rcv_frame(struct isar_ch *ch) in isar_rcv_frame() 574 isar_fill_fifo(struct isar_ch *ch) in isar_fill_fifo() 675 send_next(struct isar_ch *ch) in send_next() 722 struct isar_ch *ch; in check_send() local 754 isar_pump_status_rsp(struct isar_ch *ch) { in isar_pump_status_rsp() 1039 struct isar_ch *ch; in mISDNisar_irq() local 1147 setup_pump(struct isar_ch *ch) { in setup_pump() 1206 setup_sart(struct isar_ch *ch) { in setup_sart() 1238 setup_iom2(struct isar_ch *ch) { in setup_iom2() [all …]
|
/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dpr.c | 118 struct dcss_dpr_ch ch[3]; member 130 struct dcss_dpr_ch *ch; in dcss_dpr_ch_init_all() local 179 struct dcss_dpr_ch *ch = &dpr->ch[ch_no]; in dcss_dpr_exit() local 219 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_set_res() local 247 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_addr_set() local 272 static void dcss_dpr_pix_size_set(struct dcss_dpr_ch *ch, in dcss_dpr_pix_size_set() 319 static void dcss_dpr_yuv_en(struct dcss_dpr_ch *ch, bool en) in dcss_dpr_yuv_en() 327 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_enable() local 495 struct dcss_dpr_ch *ch = &dpr->ch[ch_num]; in dcss_dpr_format_set() local 520 struct dcss_dpr_ch *ch = &dpr->ch[chnum]; in dcss_dpr_write_sysctrl() local [all …]
|
/linux/drivers/scsi/ |
H A D | ch.c | 87 #define ch_printk(prefix, ch, fmt, a...) \ argument 228 ch_elem_to_typecode(scsi_changer *ch, u_int elem) in ch_elem_to_typecode() 284 ch_init_elem(scsi_changer *ch) in ch_init_elem() 299 ch_readconfig(scsi_changer *ch) in ch_readconfig() 468 ch_exchange(scsi_changer *ch, u_int trans, u_int src, in ch_exchange() 510 ch_set_voltag(scsi_changer *ch, u_int elem, in ch_set_voltag() 586 scsi_changer *ch = file->private_data; in ch_release() local 597 scsi_changer *ch; in ch_open() local 636 scsi_changer *ch = file->private_data; in ch_ioctl() local 902 scsi_changer *ch; in ch_probe() local [all …]
|
/linux/arch/mips/lantiq/xway/ |
H A D | dma.c | 61 ltq_dma_enable_irq(struct ltq_dma_channel *ch) in ltq_dma_enable_irq() 73 ltq_dma_disable_irq(struct ltq_dma_channel *ch) in ltq_dma_disable_irq() 85 ltq_dma_ack_irq(struct ltq_dma_channel *ch) in ltq_dma_ack_irq() 97 ltq_dma_open(struct ltq_dma_channel *ch) in ltq_dma_open() 109 ltq_dma_close(struct ltq_dma_channel *ch) in ltq_dma_close() 122 ltq_dma_alloc(struct ltq_dma_channel *ch) in ltq_dma_alloc() 144 ltq_dma_alloc_tx(struct ltq_dma_channel *ch) in ltq_dma_alloc_tx() 159 ltq_dma_alloc_rx(struct ltq_dma_channel *ch) in ltq_dma_alloc_rx() 174 ltq_dma_free(struct ltq_dma_channel *ch) in ltq_dma_free()
|
/linux/drivers/counter/ |
H A D | rz-mtu3-cnt.c | 78 struct rz_mtu3_channel *ch; member 124 struct rz_mtu3_channel *const ch, in rz_mtu3_lock_if_counter_is_valid() 160 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_read() local 182 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_write() local 235 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_function_read() local 253 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_function_write() local 294 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, count->id); in rz_mtu3_count_direction_read() local 410 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id); in rz_mtu3_16bit_cnt_setting() local 422 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id); in rz_mtu3_initialize_counter() local 457 struct rz_mtu3_channel *const ch = rz_mtu3_get_ch(counter, id); in rz_mtu3_terminate_counter() local [all …]
|
/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 637 struct srp_rdma_ch *ch) in srp_free_ch_ib() 939 struct srp_rdma_ch *ch; in srp_disconnect_target() local 1039 struct srp_rdma_ch *ch; in srp_remove_target() local 1177 struct srp_rdma_ch *ch, in srp_unmap_data() 1334 struct srp_rdma_ch *ch; in srp_rport_reconnect() local 2155 struct srp_rdma_ch *ch; in srp_queuecommand() local 2424 struct srp_rdma_ch *ch) in srp_ib_cm_rej_handler() 2786 struct srp_rdma_ch *ch; in srp_abort() local 2813 struct srp_rdma_ch *ch; in srp_reset_device() local 2949 struct srp_rdma_ch *ch; in req_lim_show() local [all …]
|
/linux/arch/nios2/boot/compressed/ |
H A D | console.c | 26 static void jtag_putc(int ch) in jtag_putc() 33 static void jtag_putc(int ch) in jtag_putc() 42 static int putchar(int ch) in putchar() 64 static void uart_putc(int ch) in uart_putc() 76 static int putchar(int ch) in putchar() 96 static int putchar(int ch) in putchar()
|