Home
last modified time | relevance | path

Searched refs:start_count (Results 1 – 13 of 13) sorted by relevance

/drivers/s390/char/
A Dsclp.c157 u16 start_count; in sclp_trace_req() member
165 summary.start_count = (u16)req->start_count; in sclp_trace_req()
413 req->start_count++; in __sclp_start_request()
453 if (req->start_count > 1) { in sclp_process_queue()
503 req->start_count = 0; in sclp_add_request()
597 sclp_read_req.start_count = 0; in __sclp_make_read_req()
950 sclp_init_req.start_count = 0; in __sclp_make_init_req()
A Dsclp.h242 int start_count; /* number of SVCs done for this req */ member
/drivers/ata/
A Dpata_pdc2027x.c587 long start_count, end_count; in pdc_detect_pll_input_clock() local
598 start_count = pdc_read_counter(host); in pdc_detect_pll_input_clock()
617 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 * in pdc_detect_pll_input_clock()
621 start_count, end_count, pll_clock); in pdc_detect_pll_input_clock()
/drivers/media/usb/au0828/
A Dau0828-dvb.c287 dvb->start_count++; in au0828_dvb_start_feed()
289 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed()
320 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed()
496 dvb->start_count = 0; in dvb_register()
A Dau0828.h95 int start_count; member
/drivers/net/wwan/
A Dwwan_core.c79 unsigned int start_count; member
527 if (port->start_count) in wwan_remove_port()
582 if (!port->start_count) in wwan_port_op_start()
586 port->start_count++; in wwan_port_op_start()
597 port->start_count--; in wwan_port_op_stop()
598 if (!port->start_count) { in wwan_port_op_stop()
/drivers/tty/serial/
A Dmux.c210 __u32 start_count = port->icount.rx; in mux_read() local
235 if (start_count != port->icount.rx) in mux_read()
/drivers/media/mc/
A Dmc-entity.c792 if (pipe->start_count) { in __media_pipeline_start()
793 pipe->start_count++; in __media_pipeline_start()
894 pipe->start_count++; in __media_pipeline_start()
942 if (--pipe->start_count) in __media_pipeline_stop()
/drivers/media/platform/amlogic/c3/isp/
A Dc3-isp-core.c299 return n_links == core->isp->pipe.start_count; in c3_isp_core_streams_ready()
344 if (core->isp->pipe.start_count != 1) in c3_isp_core_disable_streams()
/drivers/clocksource/
A Darm_arch_timer.c1126 u64 start_count; in arch_counter_register() local
1165 start_count = arch_timer_read_counter(); in arch_counter_register()
1170 &cyclecounter, start_count); in arch_counter_register()
/drivers/perf/hisilicon/
A Dhns3_pmu.c1347 goto start_count; in hns3_pmu_add()
1357 start_count: in hns3_pmu_add()
/drivers/media/platform/broadcom/
A Dbcm2835-unicam.c1697 if (unicam->pipe.pipe.start_count == 1) { in unicam_start_streaming()
1745 if (unicam->pipe.pipe.start_count < hweight32(unicam->pipe.nodes)) in unicam_start_streaming()
1793 if (unicam->pipe.pipe.start_count == hweight32(unicam->pipe.nodes)) { in unicam_stop_streaming()
/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-capture.c1073 if (rkisp1->pipe.start_count < 2) in rkisp1_pipeline_stream_disable()
1103 if (rkisp1->pipe.start_count > 1) in rkisp1_pipeline_stream_enable()

Completed in 45 milliseconds