Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/drivers/spi/
Dspi-atmel.c259 static void cs_activate(struct atmel_spi *as, struct spi_device *spi) in cs_activate() argument
271 spi_writel(as, CSR0, asd->csr); in cs_activate()
272 spi_writel(as, MR, SPI_BF(PCS, 0x0e) | SPI_BIT(MODFDIS) in cs_activate()
274 mr = spi_readl(as, MR); in cs_activate()
283 csr = spi_readl(as, CSR0 + 4 * i); in cs_activate()
285 spi_writel(as, CSR0 + 4 * i, in cs_activate()
289 mr = spi_readl(as, MR); in cs_activate()
293 spi_writel(as, MR, mr); in cs_activate()
301 static void cs_deactivate(struct atmel_spi *as, struct spi_device *spi) in cs_deactivate() argument
310 mr = spi_readl(as, MR); in cs_deactivate()
[all …]
/drivers/iommu/
Dtegra-smmu.c213 struct smmu_as *as; member
245 struct smmu_as *as; /* Run-time allocated array */ member
304 struct smmu_as *as = c->as; in __smmu_client_set_hwgrp() local
305 u32 val, offs, mask = SMMU_ASID_ENABLE(as->asid); in __smmu_client_set_hwgrp()
306 struct smmu_device *smmu = as->smmu; in __smmu_client_set_hwgrp()
345 struct smmu_as *as = c->as; in smmu_client_set_hwgrp() local
346 struct smmu_device *smmu = as->smmu; in smmu_client_set_hwgrp()
379 struct smmu_as *as = &smmu->as[i]; in smmu_setup_regs() local
382 smmu_write(smmu, SMMU_PTB_ASID_CUR(as->asid), SMMU_PTB_ASID); in smmu_setup_regs()
383 val = as->pdir_page ? in smmu_setup_regs()
[all …]
/drivers/net/wireless/ath/ath5k/
Dani.c221 ath5k_ani_raise_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as, in ath5k_ani_raise_immunity() argument
230 if (as->noise_imm_level < ATH5K_ANI_MAX_NOISE_IMM_LVL) { in ath5k_ani_raise_immunity()
231 ath5k_ani_set_noise_immunity_level(ah, as->noise_imm_level + 1); in ath5k_ani_raise_immunity()
237 as->spur_level < ah->ani_state.max_spur_level) { in ath5k_ani_raise_immunity()
238 ath5k_ani_set_spur_immunity_level(ah, as->spur_level + 1); in ath5k_ani_raise_immunity()
244 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL) in ath5k_ani_raise_immunity()
245 ath5k_ani_set_firstep_level(ah, as->firstep_level + 1); in ath5k_ani_raise_immunity()
260 if (ofdm_trigger && as->ofdm_weak_sig) { in ath5k_ani_raise_immunity()
266 if (as->firstep_level < ATH5K_ANI_MAX_FIRSTEP_LVL) { in ath5k_ani_raise_immunity()
267 ath5k_ani_set_firstep_level(ah, as->firstep_level + 1); in ath5k_ani_raise_immunity()
[all …]
/drivers/char/
Dapm-emulation.c198 struct apm_user *as; in queue_event() local
201 list_for_each_entry(as, &apm_user_list, list) { in queue_event()
202 if (as->reader) in queue_event()
203 queue_add_event(&as->queue, event); in queue_event()
211 struct apm_user *as = fp->private_data; in apm_read() local
218 if (queue_empty(&as->queue) && fp->f_flags & O_NONBLOCK) in apm_read()
221 wait_event_interruptible(apm_waitqueue, !queue_empty(&as->queue)); in apm_read()
223 while ((i >= sizeof(event)) && !queue_empty(&as->queue)) { in apm_read()
224 event = queue_get_event(&as->queue); in apm_read()
231 if (as->suspend_state == SUSPEND_PENDING && in apm_read()
[all …]
/drivers/usb/core/
Ddevio.c273 struct async *as; in alloc_async() local
275 as = kzalloc(sizeof(struct async), GFP_KERNEL); in alloc_async()
276 if (!as) in alloc_async()
278 as->urb = usb_alloc_urb(numisoframes, GFP_KERNEL); in alloc_async()
279 if (!as->urb) { in alloc_async()
280 kfree(as); in alloc_async()
283 return as; in alloc_async()
286 static void free_async(struct async *as) in free_async() argument
288 put_pid(as->pid); in free_async()
289 if (as->cred) in free_async()
[all …]
/drivers/input/misc/
Dgpio_axis.c61 static void gpio_event_update_axis(struct gpio_axis_state *as, int report) in gpio_event_update_axis() argument
63 struct gpio_event_axis_info *ai = as->info; in gpio_event_update_axis()
68 uint16_t old_pos = as->pos; in gpio_event_update_axis()
91 input_report_rel(as->input_devs->dev[ai->dev], in gpio_event_update_axis()
97 input_event(as->input_devs->dev[ai->dev], in gpio_event_update_axis()
100 input_sync(as->input_devs->dev[ai->dev]); in gpio_event_update_axis()
102 as->pos = pos; in gpio_event_update_axis()
107 struct gpio_axis_state *as = dev_id; in gpio_axis_irq_handler() local
108 gpio_event_update_axis(as, 1); in gpio_axis_irq_handler()
119 struct gpio_axis_state *as; in gpio_event_axis_func() local
[all …]
DKconfig19 Support the ONKEY of Marvell 88PM860x PMICs as an input device
22 To compile this driver as a module, choose M here: the module
32 To compile this driver as a module, choose M here: the module
42 To compile this driver as a module, choose M here: the
52 To compile this driver as a module, choose M here: the
62 To compile this driver as a module, choose M here: the
73 To compile this driver as a module, choose M here: the
85 To compile this driver as a module, choose M here: the
97 To compile this driver as module, choose M here: the
108 To compile this driver as a module, choose M here: the
[all …]
/drivers/staging/comedi/
DKconfig41 from multiple devices together as one.
43 To compile this driver as a module, choose M here: the module will be
56 To compile this driver as a module, choose M here: the module will be
68 To compile this driver as a module, choose M here: the module will be
77 To compile this driver as a module, choose M here: the module will be
86 To compile this driver as a module, choose M here: the module will be
111 To compile this driver as a module, choose M here: the module will be
120 To compile this driver as a module, choose M here: the module will be
131 To compile this driver as a module, choose M here: the module will be
140 To compile this driver as a module, choose M here: the module will be
[all …]
/drivers/media/video/gspca/
DKconfig14 To compile this driver as modules, choose M here: the
30 To compile this driver as a module, choose M here: the
39 To compile this driver as a module, choose M here: the
50 To compile this driver as a module, choose M here: the
59 To compile this driver as a module, choose M here: the
68 To compile this driver as a module, choose M here: the
77 To compile this driver as a module, choose M here: the
87 To compile this driver as a module, choose M here: the
96 To compile this driver as a module, choose M here: the
105 To compile this driver as a module, choose M here: the
[all …]
/drivers/input/joystick/
DKconfig31 To compile this driver as a module, choose M here: the
41 To compile this driver as a module, choose M here: the
51 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
70 To compile this driver as a module, choose M here: the
80 To compile this driver as a module, choose M here: the
90 To compile this driver as a module, choose M here: the
100 To compile this driver as a module, choose M here: the
110 To compile this driver as a module, choose M here: the
120 To compile this driver as a module, choose M here: the
[all …]
/drivers/input/keyboard/
DKconfig22 To compile this driver as a module, choose M here: the module will
32 To compile this driver as a module, choose M here: the
42 To compile this driver as a module, choose M here: the
52 To compile this driver as a module, choose M here: the
66 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
104 built-in keyboard (as opposed to an external keyboard).
107 AT and PS/2 keyboards. These are as follows:
118 in the left-hand column will be interpreted as the corresponding key
122 right-hand column will be interpreted as the key shown in the
[all …]
/drivers/hwmon/
DKconfig13 sensors and various additional features such as the ability to
22 This support can also be built as a module. If so, the module
54 This driver can also be built as a module. If so, the module
68 This driver can also be built as a module. If so, the module
78 This driver can also be built as a module. If so, the module
88 This driver can also be built as a module. If so, the module
98 This driver can also be built as a module. If so, the module
114 This driver can also be built as a module. If so, the module
125 This driver can also be built as a module. If so, the module
136 This driver can also be built as a module. If so, the module
[all …]
/drivers/ptp/
DKconfig23 This driver adds support for PTP clocks as character
25 also enable at least one clock driver as well.
27 To compile this driver as a module, choose M here: the module
31 tristate "Freescale eTSEC as PTP clock"
35 This driver adds support for using the eTSEC as a PTP
40 To compile this driver as a module, choose M here: the module
44 tristate "Intel IXP46x as PTP clock"
48 This driver adds support for using the IXP46X as a PTP
53 To compile this driver as a module, choose M here: the module
67 This driver adds support for using the DP83640 as a PTP
[all …]
/drivers/md/
Ddm-flakey.c42 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() argument
57 if (!as->argc) in parse_features()
60 r = dm_read_arg_group(_args, as, &argc, &ti->error); in parse_features()
65 arg_name = dm_shift_arg(as); in parse_features()
89 r = dm_read_arg(_args + 1, as, &fc->corrupt_bio_byte, &ti->error); in parse_features()
97 arg_name = dm_shift_arg(as); in parse_features()
111 r = dm_read_arg(_args + 2, as, &fc->corrupt_bio_value, &ti->error); in parse_features()
119 r = dm_read_arg(_args + 3, as, &fc->corrupt_bio_flags, &ti->error); in parse_features()
161 struct dm_arg_set as; in flakey_ctr() local
165 as.argc = argc; in flakey_ctr()
[all …]
/drivers/input/touchscreen/
DKconfig23 To compile this driver as a module, choose M here: the
42 To compile this driver as a module, choose M here: the
55 To compile this driver as a module, choose M here: the
66 To compile this driver as a module, choose M here: the
75 To compile this driver as a module, choose M here: the
86 To compile this driver as a module, choose M here: the
94 such as AT42QT602240/ATMXT224, connected to your system.
98 To compile this driver as a module, choose M here: the
111 To compile this driver as a module, choose M here: the
123 To compile this driver as a module, choose M here: the
[all …]
/drivers/media/video/davinci/
DKconfig11 To compile this driver as a module, choose M here: the
22 To compile this driver as a module, choose M here: the
31 To compile this driver as a module, choose M here: the
49 To compile this driver as a module, choose M here: the
59 with decoder modules such as TVP5146 over BT656 or
60 sensor module such as MT9T001 over a raw interface. This
64 To compile this driver as a module, choose M here: the
74 with decoder modules such as TVP5146 over BT656 or
75 sensor module such as MT9T001 over a raw interface. This
79 To compile this driver as a module, choose M here: the
[all …]
/drivers/usb/serial/
DKconfig17 To compile this driver as a module, choose M here: the
27 converter port as the system console (the system console is the
33 (/dev/tty0) will still be used as the system console by default, but
34 you can alter that using a kernel command line option such as
41 port, /dev/ttyUSB0, as system console.
56 support" be compiled as a module for this driver to be used
64 To compile this driver as a module, choose M here: the module
73 To compile this driver as a module, choose M here: the
83 To compile this driver as a module, choose M here: the
92 To compile this driver as a module, choose M here: the
[all …]
/drivers/staging/speakup/
DKconfig7 This is the Speakup screen reader. Think of it as a
23 Speakup can either be built in or compiled as a module
27 the synthesizer drivers below can only be built as
31 used in conjunction with Speakup. Think of them as
35 The Dectalk pc driver can only be built as a module, and
49 or m to build it as a module. See the configuration
57 or m to build it as a module. See the configuration
65 or m to build it as a module. See the configuration
73 build it as a module. See the configuration help on the
81 or m to build it as a module. See the configuration
[all …]
/drivers/hwmon/pmbus/
DKconfig12 This driver can also be built as a module. If so, the module will
26 This driver can also be built as a module. If so, the module will
37 This driver can also be built as a module. If so, the module will
47 This driver can also be built as a module. If so, the module will
57 This driver can also be built as a module. If so, the module will
67 This driver can also be built as a module. If so, the module will
77 This driver can also be built as a module. If so, the module will
87 This driver can also be built as a module. If so, the module will
98 This driver can also be built as a module. If so, the module will
109 This driver can also be built as a module. If so, the module will
[all …]
/drivers/rtc/
DKconfig87 interfaces, which "udev" sets up as /dev/rtc0 through
91 can be accessed as /dev/rtc, which is a name
120 This driver can also be built as a module. If so, the module
135 This driver can also be built as a module. If so, the module
149 registers may add features such as NVRAM, a trickle charger for
153 This driver can also be built as a module. If so, the module
164 This driver can also be built as a module. If so, the module
173 This driver can also be built as a module. If so, the module
184 This driver can also be built as a module. If so, the module
193 This driver can also be built as a module. If so, the module
[all …]
/drivers/i2c/busses/
DKconfig19 This driver can also be built as a module. If so, the module
31 This driver can also be built as a module. If so, the module
41 This driver can also be built as a module. If so, the module
53 This driver can also be built as a module. If so, the module
66 This driver can also be built as a module. If so, the module
76 This driver can also be built as a module. If so, the module
109 This driver can also be built as a module. If so, the module
120 This driver can also be built as a module. If so, the module
147 This driver can also be built as a module. If so, the module
157 This driver can also be built as a module. If so, the module
[all …]
/drivers/char/hw_random/
DKconfig11 To compile this driver as a module, choose M here: the
32 To compile this driver as a module, choose M here: the
45 To compile this driver as a module, choose M here: the
58 To compile this driver as a module, choose M here: the
71 To compile this driver as a module, choose M here: the
84 To compile this driver as a module, choose M here: the
97 To compile this driver as a module, choose M here: the
110 To compile this driver as a module, choose M here: the
123 To compile this driver as a module, choose M here: the
137 To compile this driver as a module, choose M here: the
[all …]
/drivers/input/serio/
DKconfig11 as well as serial mice, Sun keyboards, some joysticks and 6dof
16 To compile this driver as a module, choose M here: the
33 To compile this driver as a module, choose M here: the
47 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
78 To compile this driver as a module, choose M here: the
89 To compile this driver as a module, choose M here: the
99 To compile this driver as a module, choose M here: the module will
121 To compile this driver as a module, choose M here: the
142 to use a HIL keyboard as your primary keyboard, you may wish
[all …]
/drivers/input/
DKconfig23 To compile this driver as a module, choose M here: the
36 such as Logitech WingMan Force 3D, ThrustMaster FireStorm Dual
42 To compile this driver as a module, choose M here: the
55 To compile this driver as a module, choose M here: the
68 To compile this driver as a module, choose M here: the
77 Say Y here if you want your mouse to be accessible as char devices
78 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an
85 To compile this driver as a module, choose M here: the
93 Say Y here if you want your mouse also be accessible as char device
95 the same as the data from /dev/input/mice.
[all …]
/drivers/input/tablet/
DKconfig22 (CONFIG_INPUT_EVDEV) as well.
24 To compile this driver as a module, choose M here: the
35 support" (CONFIG_INPUT_EVDEV) as well.
37 To compile this driver as a module, choose M here: the
47 (CONFIG_INPUT_EVDEV) as well.
49 To compile this driver as a module, choose M here: the
60 To compile this driver as a module, choose M here: the
71 (CONFIG_INPUT_EVDEV) as well.
73 To compile this driver as a module, choose M here: the
87 (CONFIG_INPUT_EVDEV) as well.
[all …]

12345678910>>...17