Searched defs:running (Results 26 - 35 of 35) sorted by relevance

12

/drivers/usb/gadget/
H A Df_mass_storage.c203 * indication that the driver really wants to be running in userspace.)
214 * the gadget running when the thread is dead. At of this moment, MSF
259 * tag value of the request associated with a long-running exception
390 unsigned int running:1; member in struct:fsg_common
2348 if (common->running)
2383 common->running = 0;
2428 common->running = 1;
2633 if (!common->running) {
H A Dfile_storage.c156 * indication that the driver really wants to be running in userspace.)
167 * gadget running when the thread is dead. So just before the thread
218 * tag value of the request associated with a long-running exception
445 unsigned int running : 1; member in struct:fsg_dev
2779 if (fsg->running)
2815 fsg->running = 0;
2866 fsg->running = 1;
3095 if (!fsg->running) {
/drivers/gpu/drm/radeon/
H A Dsi.c207 u32 running, blackout = 0; local
233 running = RREG32(MC_SEQ_SUP_CNTL) & RUN_MASK;
235 if (running == 0) {
236 if (running) {
272 if (running)
/drivers/isdn/gigaset/
H A Dgigaset.h443 unsigned running; /* !=0 if events are handled */ member in struct:cardstate
527 int running; member in struct:bas_bc_state
770 if (cs->running)
/drivers/firewire/
H A Dohci.c129 bool running; member in struct:context
1214 ctx->running = true;
1240 ctx->running = false;
1385 if (ctx->running)
3135 if (ctx->context.running)
3141 if (ctx->context.running)
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c209 int running; /* running? */ member in struct:myri10ge_priv
665 /* find running firmware header */
674 /* copy header of running firmware from SRAM to host memory to
747 "failed to adopt running firmware\n");
751 "Successfully adopted running firmware\n");
754 "Using firmware currently running on NIC"
1469 ss->mgp->running == MYRI10GE_ETH_RUNNING) {
1924 /* find running firmware header */
2413 if (mgp->running !
[all...]
/drivers/staging/comedi/drivers/
H A Damplc_pci230.c534 int intr_cpuid; /* ID of CPU running interrupt routine. */
2737 int running; local
2823 running = 0;
2825 running = 1;
2828 return running;
2960 /* Disable interrupt and wait for interrupt routine to finish running
3020 * running unless we are called from the interrupt routine. */
/drivers/media/dvb/ngene/
H A Dngene.h720 int running; member in struct:ngene_channel
/drivers/media/video/ivtv/
H A Divtv-driver.h523 u8 running; /* Have any frames been displayed */ member in struct:yuv_playback_info
/drivers/media/video/saa7134/
H A Dsaa7134.h132 bool running; member in struct:saa7134_card_ir

Completed in 865 milliseconds

12