Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 20 of 20) sorted by relevance

/drivers/input/joystick/
Danalog.c129 int initial[4]; member
182 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument
189 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode()
203 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode()
205 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode()
207 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode()
209 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode()
338 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_poll()
509 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device()
580 port->initial[i] = port->axes[i]; in analog_init_masks()
/drivers/usb/serial/
DChangeLog.history72 version of the tree. Thanks to Randy Dunlap for the initial version
191 Added initial devfs support.
246 Added initial framework for the Keyspan PDA serial converter so that
257 Added initial framework for FTDI serial converter so that Bill Ryder
279 Added initial support for devices that have more than one port.
310 Added initial support for multiple sets of endpoints. This enables
315 Added initial support for the Handspring Visor based on a patch from
320 Added initial support for the Connect Tech WhiteHEAT converter.
392 Added initial support for the Palm m515 devices.
416 Added initial support for the Palm m500 and Palm m505 devices.
/drivers/net/wireless/hostap/
Dhostap_hw.c1296 static int prism2_hw_init(struct net_device *dev, int initial) in prism2_hw_init() argument
1352 static int prism2_hw_init2(struct net_device *dev, int initial) in prism2_hw_init2() argument
1380 if (initial || local->pri_only) { in prism2_hw_init2()
1422 if (initial) { in prism2_hw_init2()
1450 static int prism2_hw_enable(struct net_device *dev, int initial) in prism2_hw_enable() argument
1473 if (initial && prism2_reset_port(dev)) { in prism2_hw_enable()
1489 static int prism2_hw_config(struct net_device *dev, int initial) in prism2_hw_config() argument
1500 if (prism2_hw_init(dev, initial)) { in prism2_hw_config()
1504 if (prism2_hw_init2(dev, initial)) in prism2_hw_config()
1510 (initial == 0 || (initial == 2 && local->num_dev_open > 0))) { in prism2_hw_config()
[all …]
Dhostap_wlan.h588 int (*hw_enable)(struct net_device *dev, int initial);
589 int (*hw_config)(struct net_device *dev, int initial);
/drivers/xen/
DKconfig29 may pass arbitrary information to the initial domain.
/drivers/message/i2o/
DREADME54 Loan of initial FibreChannel disk array used for development work.
/drivers/scsi/aic7xxx/
DKconfig.aic79xx42 The number of milliseconds to delay after an initial bus reset.
DKconfig.aic7xxx47 The number of milliseconds to delay after an initial bus reset.
/drivers/video/savage/
Dsavagefb.h194 struct savage_reg initial; member
Dsavagefb_driver.c1637 savage_get_default_par(par, &par->initial); in savagefb_open()
1652 savage_set_default_par(par, &par->initial); in savagefb_release()
/drivers/net/arcnet/
DKconfig62 acknowledge back to userspace. After the initial protocol byte every
/drivers/usb/musb/
DKconfig104 or a host. The initial role choice can be changed
/drivers/net/wireless/ath5k/
Dreset.c280 int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial) in ath5k_hw_nic_wakeup() argument
Dath5k.h1163 extern int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial);
/drivers/media/video/pwc/
Dphilips.txt231 The compression parameter is semiglobal; it sets the initial compression
/drivers/usb/gadget/
DKconfig106 # before discrete ones so they will be the initial/default value:
218 or a host. The initial role choice can be changed
/drivers/block/
DKconfig323 during the initial install of Linux.
/drivers/net/wireless/
DKconfig372 It has basic support for Linux wireless extensions and initial
/drivers/char/
DChangeLog696 settings back to the driver's initial configuration. This
/drivers/scsi/
DKconfig1575 int "initial bus reset delay (ms) (0 = no reset)"