Searched refs:limit_match (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_limit.c146 static struct xtables_match limit_match = { variable in typeref:struct:xtables_match
162 xtables_register_match(&limit_match);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_limit.c141 static struct xtables_match limit_match = { variable in typeref:struct:xtables_match
157 xtables_register_match(&limit_match);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c4674 int get_pll_limits(struct drm_device *dev, uint32_t limit_match, struct pll_lims *pll_lim) argument
4796 if (limit_match > MAX_PLL_TYPES)
4798 reg = limit_match;
4803 if (limit_match == NVPLL &&
4806 if (limit_match == MPLL &&
4809 if (limit_match == VPLL1 &&
4812 if (limit_match == VPLL2 &&
4876 if (((limit_match == NV_PRAMDAC_VPLL_COEFF || limit_match == VPLL1) && sel_clk & 0x20) ||
4877 ((limit_match
[all...]
H A Dnouveau_drv.h887 extern int get_pll_limits(struct drm_device *, uint32_t limit_match,

Completed in 183 milliseconds