Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 32) sorted by relevance

12

/drivers/nvdimm/
Dregion.c15 static unsigned long once; in nd_region_probe() local
21 && !test_and_set_bit(0, &once)) { in nd_region_probe()
/drivers/atm/
DKconfig92 Burst sixteen words at once in the send direction. This may work
99 Burst eight words at once in the send direction. This is the default
106 Burst four words at once in the send direction. You may want to try
114 Burst two words at once in the send direction. You may want to try
122 Burst sixteen words at once in the receive direction. This may work
129 Burst eight words at once in the receive direction. This may work
137 Burst four words at once in the receive direction. This is the
145 Burst two words at once in the receive direction. You may want to
276 This is a driver for the Horizon chipset ATM adapter cards once
/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c95 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
96 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
97 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
Dmain.c719 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_RT_CFG_ALL; in iwlagn_send_calib_cfg_rt()
720 calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg); in iwlagn_send_calib_cfg_rt()
Dcommands.h3171 struct iwl_calib_cfg_elmnt_s once; member
/drivers/staging/media/tegra-vde/
DTODO2 - Implement V4L2 API once it gains support for stateless decoders.
/drivers/staging/board/
DTODO1 * replace platform device code with DT nodes once the driver supports DT
/drivers/gpu/drm/vmwgfx/
DKconfig12 # again once vmwgfx sets up the primary plane itself.
/drivers/scsi/bfa/
Dbfa.h126 if (!(__hcb_qe)->once) { \
128 (__hcb_qe)->once = BFA_TRUE; \
138 (__hcb_qe)->once = BFA_FALSE; \
Dbfa_ioc.h372 bfa_boolean_t once; member
/drivers/staging/media/
DKconfig10 That also means that, once fixed, their API's will change to match
/drivers/gpu/drm/
Ddrm_mm.c473 bool once; in drm_mm_insert_node_in_range() local
486 once = mode & DRM_MM_INSERT_ONCE; in drm_mm_insert_node_in_range()
492 hole = once ? NULL : next_hole(mm, hole, mode)) { in drm_mm_insert_node_in_range()
/drivers/of/
DKconfig23 that are executed once at boot time, and the results dumped to the
/drivers/net/ethernet/seeq/
Dsgiseeq.c247 static int once; in sgiseeq_dump_rings() local
253 if (once) in sgiseeq_dump_rings()
255 once++; in sgiseeq_dump_rings()
/drivers/net/wireless/marvell/libertas/
DREADME129 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/pci/hotplug/
DTODO44 and once more in the error path of its caller ibmphp_access_ebda().
/drivers/misc/habanalabs/
Ddebugfs.c234 bool once = true; in vm_show() local
244 once = false; in vm_show()
297 if (!once) in vm_show()
/drivers/media/i2c/
Dmsp3400-driver.c72 module_param_named(once, msp_once, bool, 0644);
80 MODULE_PARM_DESC(once, "No continuous stereo monitoring");
/drivers/uio/
DKconfig54 memory is freed once the uio device is closed.
/drivers/firmware/efi/
DKconfig115 defined in its configuration, the bootloader will boot once
/drivers/net/ppp/
DKconfig55 modules once you have said "make modules". If unsure, say N.
/drivers/mtd/devices/
DKconfig78 (once) with up to 64 bytes of data, such as a serial number or
/drivers/tty/
Dtty_io.c1656 int once = 1; in tty_release() local
1723 if (once) { in tty_release()
1724 once = 0; in tty_release()
/drivers/char/hw_random/
DKconfig30 is to be read no faster than, for example, once a second;
/drivers/watchdog/
DKconfig47 get killed. If you say Y here, the watchdog cannot be stopped once
416 Its Watchdog Timer Mode Register can be written more than once.
511 NOTE: once enabled, this timer cannot be disabled.
583 NOTE: once enabled, this timer cannot be disabled.

12