Searched refs:persist (Results 1 – 10 of 10) sorted by relevance
/drivers/atm/ |
D | atmtcp.c | 25 int persist; /* non-zero if persistent */ member 239 if (!dev_data->persist) return sprintf(page,"ephemeral\n"); in atmtcp_v_proc() 253 if (dev_data->persist) return; in atmtcp_c_close() 358 static int atmtcp_create(int itf,int persist,struct atm_dev **result) in atmtcp_create() argument 376 PRIV(dev)->persist = persist; in atmtcp_create() 434 if (!dev_data->persist) return 0; in atmtcp_remove_persistent() 435 dev_data->persist = 0; in atmtcp_remove_persistent()
|
/drivers/usb/core/ |
D | Kconfig | 28 bool "Enable USB persist by default" 35 persist feature can still be enabled for individual devices 36 through the power/persist sysfs node. See 37 Documentation/usb/persist.txt for more info.
|
D | sysfs.c | 308 static DEVICE_ATTR(persist, S_IRUGO | S_IWUSR, show_persist, set_persist);
|
/drivers/char/mwave/ |
D | README | 5 are not saved by the BIOS and so do not persist after unload and reload.
|
/drivers/net/hamradio/ |
D | scc.c | 1143 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait() 1305 case PARAM_PERSIST: scc->kiss.persist=arg; break; in scc_set_param() 1374 case PARAM_PERSIST: return CAST(scc->kiss.persist); in scc_get_param() 1861 scc->kiss.persist = 42; /* 25% persistence */ /* was 25 */ in scc_net_ioctl() 1873 scc->kiss.persist = 64; /* 25% persistence */ /* was 25 */ in scc_net_ioctl() 2049 K(txdelay), K(persist), K(slottime), K(tailtime), in scc_net_seq_show()
|
D | yam.c | 1048 if (yi.cfg.persist > YAM_MAXPERSIST) in yam_ioctl() 1050 yp->pers = yi.cfg.persist; in yam_ioctl() 1070 yi.cfg.persist = yp->pers; in yam_ioctl()
|
D | dmascc.c | 174 int persist; /* 1 ... 256 */ member 575 priv->param.persist = 256; in setup_adapter() 1450 random() / priv->param.persist * in tm_isr()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | t4vf_hw.c | 1117 int idx, const u8 *addr, bool persist) in t4vf_change_mac() argument 1133 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC; in t4vf_change_mac()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 968 int idx, const u8 *addr, bool persist, bool add_smt);
|
D | t4_hw.c | 3357 int idx, const u8 *addr, bool persist, bool add_smt) in t4_change_mac() argument 3367 idx = persist ? FW_VI_MAC_ADD_PERSIST_MAC : FW_VI_MAC_ADD_MAC; in t4_change_mac()
|