Searched defs:restart (Results 1 - 25 of 43) sorted by relevance

12

/drivers/net/fddi/skfp/
H A Dsmttimer.c29 static void timer_done(struct s_smc *smc, int restart);
120 static void timer_done(struct s_smc *smc, int restart) argument
153 if (restart && smc->t.st_queue)
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c363 static void dwmac1000_ctrl_ane(struct mac_device_info *hw, bool restart) argument
369 if (restart)
/drivers/scsi/aacraid/
H A Drx.c556 int restart = 0; local
572 while ((++restart < 512) &&
581 ++restart;
604 if ((restart &&
611 if (!restart &&
619 ++restart;
623 if (restart && aac_commit)
H A Dsrc.c550 int restart = 0; local
568 ++restart;
576 ++restart;
601 if ((restart &&
608 if (!restart &&
617 ++restart;
621 if (restart && aac_commit)
689 int restart = 0; local
707 ++restart;
737 ++restart;
[all...]
/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_internal.h128 atomic_t restart; member in struct:ldlm_cb_set_arg
/drivers/staging/lustre/lustre/lov/
H A Dlovsub_lock.c386 int restart; local
403 restart = 0;
411 restart = lovsub_lock_delete_one(env, child, lov);
414 if (restart) {
419 } while (restart);
/drivers/tty/
H A Dtty_buffer.c68 int restart; local
70 restart = buf->head->commit != buf->head->read;
74 if (restart)
/drivers/media/i2c/
H A Dmsp3400-driver.h103 unsigned int restart:1; member in struct:msp_state
/drivers/media/pci/cx88/
H A Dcx88-mpeg.c250 dprintk(2,"restart_queue [%p/%d]: restart dma\n",
326 static void do_cancel_buffers(struct cx8802_dev *dev, const char *reason, int restart) argument
341 if (restart)
587 /* restart video+vbi capture */
/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c248 static void restart(struct net_device *dev) function
534 * down. We now issue a restart transmit.
596 .restart = restart,
H A Dmac-fec.c248 static void restart(struct net_device *dev) function
514 .restart = restart,
H A Dmac-scc.c240 * This function is called to start or restart the FEC during a link
244 static void restart(struct net_device *dev) function
498 .restart = restart,
H A Dfs_enet.h82 void (*restart)(struct net_device *dev); member in struct:fs_ops
/drivers/net/wireless/ath/carl9170/
H A Drx.c51 bool restart = false; local
58 restart = true;
65 restart = true;
72 if (restart)
H A Dtx.c564 bool restart = false; local
579 restart = true;
585 if (restart) {
/drivers/i2c/busses/
H A Di2c-mpc.c433 const u8 *data, int length, int restart)
437 u32 flags = restart ? CCR_RSTA : 0;
461 u8 *data, int length, int restart, bool recv_len)
465 u32 flags = restart ? CCR_RSTA : 0;
467 /* Switch to read - restart */
432 mpc_write(struct mpc_i2c *i2c, int target, const u8 *data, int length, int restart) argument
460 mpc_read(struct mpc_i2c *i2c, int target, u8 *data, int length, int restart, bool recv_len) argument
/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c428 int restart; local
483 /* adjust restart */
484 restart = const_ptr->def_restart;
497 restart -= v_offset + h_offset;
499 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
500 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
502 tv_dac->tv.hrestart = restart % h_total;
503 restart /= h_total;
504 tv_dac->tv.vrestart = restart % v_total;
505 restart /
[all...]
/drivers/media/platform/omap3isp/
H A Dispresizer.c1020 int restart = 0; local
1031 restart = 1;
1049 * restart the resizer. Otherwise restart it immediately.
1051 if (restart)
H A Dispccdc.c1642 int restart = 0; local
1671 restart = ccdc_isr_buffer(ccdc);
1684 if (restart)
1793 bool restart = false; local
1800 /* We now have a buffer queued on the output, restart the pipeline
1809 restart = true;
1814 if (restart)
H A Disppreview.c1487 int restart = 0; local
1500 restart = 1;
1514 * restart the preview engine. Otherwise restart it immediately.
1516 if (restart)
/drivers/net/ethernet/ibm/
H A Dibmveth.c770 int restart = 0; local
773 restart = 1;
843 if (restart)
/drivers/usb/gadget/udc/
H A Dm66592-udc.c713 int restart = 0; variable
729 restart = 1;
735 if (restart) {
H A Dr8a66597-udc.c906 int restart = 0; variable
922 restart = 1;
931 if (restart) {
/drivers/md/
H A Ddm-crypt.c38 struct completion restart; member in struct:convert_context
809 init_completion(&ctx->restart);
924 wait_for_completion(&ctx->restart);
925 reinit_completion(&ctx->restart);
1319 complete(&ctx->restart);
/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1546 static void dib8090_agc_control(struct dvb_frontend *fe, u8 restart) argument
1548 deb_info("AGC control callback: %i\n", restart);
1549 dib0090_dcc_freq(fe, restart);
1551 if (restart == 0) /* before AGC startup */
2632 static int dib7090_agc_restart(struct dvb_frontend *fe, u8 restart) argument
2634 deb_info("AGC restart callback: %d", restart);
2635 if (restart == 0) /* before AGC startup */

Completed in 635 milliseconds

12