Searched refs:once (Results 1 – 25 of 31) sorted by relevance
12
/drivers/atm/ |
D | Kconfig | 91 Burst sixteen words at once in the send direction. This may work 98 Burst eight words at once in the send direction. This is the default 105 Burst four words at once in the send direction. You may want to try 113 Burst two words at once in the send direction. You may want to try 121 Burst sixteen words at once in the receive direction. This may work 128 Burst eight words at once in the receive direction. This may work 136 Burst four words at once in the receive direction. This is the 144 Burst two words at once in the receive direction. You may want to 275 This is a driver for the Horizon chipset ATM adapter cards once
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | ucode.c | 121 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 122 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 123 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
|
D | main.c | 659 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_RT_CFG_ALL; in iwlagn_send_calib_cfg_rt() 660 calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg); in iwlagn_send_calib_cfg_rt()
|
D | commands.h | 3198 struct iwl_calib_cfg_elmnt_s once; member
|
/drivers/staging/lustre/lustre/obdclass/ |
D | acl.c | 265 int once, start, end, i, j, count = le32_to_cpu(header->a_count); in lustre_ext_acl_xattr_search() local 267 once = 0; in lustre_ext_acl_xattr_search() 283 if (!once) { in lustre_ext_acl_xattr_search() 284 once = 1; in lustre_ext_acl_xattr_search()
|
/drivers/staging/board/ |
D | TODO | 1 * replace platform device code with DT nodes once the driver supports DT
|
/drivers/staging/bcm/ |
D | CmHost.h | 20 #pragma once
|
/drivers/gpu/drm/vmwgfx/ |
D | Kconfig | 10 # again once vmwgfx sets up the primary plane itself.
|
/drivers/scsi/bfa/ |
D | bfa.h | 134 if (!(__hcb_qe)->once) { \ 136 (__hcb_qe)->once = BFA_TRUE; \ 146 (__hcb_qe)->once = BFA_FALSE; \
|
D | bfa_ioc.h | 375 bfa_boolean_t once; member
|
/drivers/staging/media/ |
D | Kconfig | 9 That also means that, once fixed, their API's will change to match
|
/drivers/of/ |
D | Kconfig | 17 that are executed once at boot time, and the results dumped to the
|
/drivers/staging/media/davinci_vpfe/ |
D | TODO | 9 - Current interface forces to configure everything at once
|
/drivers/net/ethernet/seeq/ |
D | sgiseeq.c | 246 static int once; in sgiseeq_dump_rings() local 252 if (once) in sgiseeq_dump_rings() 254 once++; in sgiseeq_dump_rings()
|
/drivers/net/wireless/libertas/ |
D | README | 129 If it is set to 0, then the event is reported only once, and then 136 triggers the LINK_LOSS event. This event is generated only once after
|
/drivers/media/i2c/ |
D | msp3400-driver.c | 86 module_param_named(once, msp_once, bool, 0644); 94 MODULE_PARM_DESC(once, "No continuous stereo monitoring");
|
/drivers/ssb/ |
D | Kconfig | 88 Note that you won't be able to identify problems, once
|
/drivers/uio/ |
D | Kconfig | 53 memory is freed once the uio device is closed.
|
/drivers/net/ppp/ |
D | Kconfig | 54 modules once you have said "make modules". If unsure, say N.
|
/drivers/mtd/devices/ |
D | Kconfig | 77 (once) with up to 64 bytes of data, such as a serial number or
|
/drivers/tty/ |
D | tty_io.c | 1713 int once = 1; in tty_release() local 1794 if (once) { in tty_release() 1795 once = 0; in tty_release()
|
/drivers/media/usb/pwc/ |
D | philips.txt | 116 will blink the LED once every second. But with:
|
/drivers/char/hw_random/ |
D | Kconfig | 31 is to be read no faster than, for example, once a second;
|
/drivers/watchdog/ |
D | Kconfig | 45 get killed. If you say Y here, the watchdog cannot be stopped once 256 NOTE: once enabled, this timer cannot be disabled. 327 NOTE: once enabled, this timer cannot be disabled.
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1329 * We only set BUSFREE status once either a new 1678 /* We have seen a data phase at least once. */ 1797 * hardware will only interrupt us once SHVALID or
|
12