Searched refs:temporary (Results 1 - 6 of 6) sorted by relevance

/drivers/media/dvb-frontends/
H A Dstv0367.c2097 u32 Errors = 0, tber = 0, temporary = 0; local
2122 temporary = (Errors * 1000000000) / (8 * (1 << 14));
2123 temporary = temporary;
2125 temporary = (Errors * 100000000) / (8 * (1 << 14));
2126 temporary = temporary * 10;
2128 temporary = (Errors * 10000000) / (8 * (1 << 14));
2129 temporary = temporary * 10
[all...]
/drivers/atm/
H A DKconfig208 This driver is required for proper handling of temporary carrier
/drivers/net/wireless/iwlwifi/dvm/
H A Dsta.c450 bool temporary)
484 if (!temporary) {
448 iwl_send_remove_station(struct iwl_priv *priv, const u8 *addr, int sta_id, bool temporary) argument
/drivers/tty/serial/
H A DKconfig171 This special driver allows you to temporary use NMI debugger port
/drivers/net/wireless/iwlegacy/
H A Dcommon.c2101 bool temporary)
2136 if (!temporary) {
2100 il_send_remove_station(struct il_priv *il, const u8 * addr, int sta_id, bool temporary) argument
/drivers/watchdog/
H A DKconfig641 Entering BIOS setup temporary disables watchdog operation regardless to current state,

Completed in 146 milliseconds