/drivers/input/joystick/ |
D | analog.c | 129 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/ |
D | ChangeLog.history | 72 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/ |
D | hostap_hw.c | 1296 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 …]
|
D | hostap_wlan.h | 588 int (*hw_enable)(struct net_device *dev, int initial); 589 int (*hw_config)(struct net_device *dev, int initial);
|
/drivers/xen/ |
D | Kconfig | 29 may pass arbitrary information to the initial domain.
|
/drivers/message/i2o/ |
D | README | 54 Loan of initial FibreChannel disk array used for development work.
|
/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 42 The number of milliseconds to delay after an initial bus reset.
|
D | Kconfig.aic7xxx | 47 The number of milliseconds to delay after an initial bus reset.
|
/drivers/video/savage/ |
D | savagefb.h | 194 struct savage_reg initial; member
|
D | savagefb_driver.c | 1637 savage_get_default_par(par, &par->initial); in savagefb_open() 1652 savage_set_default_par(par, &par->initial); in savagefb_release()
|
/drivers/net/arcnet/ |
D | Kconfig | 62 acknowledge back to userspace. After the initial protocol byte every
|
/drivers/usb/musb/ |
D | Kconfig | 104 or a host. The initial role choice can be changed
|
/drivers/net/wireless/ath5k/ |
D | reset.c | 280 int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial) in ath5k_hw_nic_wakeup() argument
|
D | ath5k.h | 1163 extern int ath5k_hw_nic_wakeup(struct ath5k_hw *ah, int flags, bool initial);
|
/drivers/media/video/pwc/ |
D | philips.txt | 231 The compression parameter is semiglobal; it sets the initial compression
|
/drivers/usb/gadget/ |
D | Kconfig | 106 # before discrete ones so they will be the initial/default value: 218 or a host. The initial role choice can be changed
|
/drivers/block/ |
D | Kconfig | 323 during the initial install of Linux.
|
/drivers/net/wireless/ |
D | Kconfig | 372 It has basic support for Linux wireless extensions and initial
|
/drivers/char/ |
D | ChangeLog | 696 settings back to the driver's initial configuration. This
|
/drivers/scsi/ |
D | Kconfig | 1575 int "initial bus reset delay (ms) (0 = no reset)"
|