Searched refs:force_reset (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h144 void (*force_reset)(void *); member in struct:pvr2_decoder_ctrl
H A Dpvrusb2-cx2584x-v4l.c240 ctxt->ctrl.force_reset = (void (*)(void*))decoder_reset;
H A Dpvrusb2-hdw.c3141 if (!hdw->decoder_ctrl->force_reset) {
3149 hdw->decoder_ctrl->force_reset(hdw->decoder_ctrl->ctxt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dau1000_eth.c440 static void enable_mac(struct net_device *dev, int force_reset) argument
447 if(force_reset || (!aup->mac_enabled)) {
H A Dtg3.c1769 static int tg3_setup_copper_phy(struct tg3 *tp, int force_reset) argument
1802 force_reset = 1;
1804 if (force_reset)
2642 static int tg3_setup_fiber_phy(struct tg3 *tp, int force_reset) argument
2758 static int tg3_setup_fiber_mii_phy(struct tg3 *tp, int force_reset) argument
2778 if (force_reset)
2796 if ((tp->link_config.autoneg == AUTONEG_ENABLE) && !force_reset &&
2983 static int tg3_setup_phy(struct tg3 *tp, int force_reset) argument
2988 err = tg3_setup_fiber_phy(tp, force_reset);
2990 err = tg3_setup_fiber_mii_phy(tp, force_reset);
[all...]

Completed in 70 milliseconds