Searched defs:rv (Results 1 - 25 of 122) sorted by relevance

12345

/drivers/net/wireless/zd1211rw/
H A Dzd_rf_rf2959.c195 static const u32 rv[] = { local
228 return zd_rfwritev_locked(chip, rv, ARRAY_SIZE(rv), RF_RV_BITS);
234 const u32 *rv = rf2959_table[channel-1]; local
238 r = zd_rfwrite_locked(chip, rv[i], RF_RV_BITS);
H A Dzd_rf_al2230.c363 const u32 *rv = zd1211_al2230_table[channel-1]; local
370 r = zd_rfwritev_locked(chip, rv, 3, RF_RV_BITS);
379 const u32 *rv = zd1211b_al2230_table[channel-1]; local
387 r = zd_rfwritev_cr_locked(chip, rv, 3);
H A Dzd_rf_al7230b.c329 const u32 *rv = chan_rv[channel-1]; local
362 r = zd_rfwritev_cr_locked(chip, rv, 2);
376 const u32 *rv = chan_rv[channel-1]; local
405 r = zd_rfwritev_cr_locked(chip, rv, 2);
H A Dzd_rf_uw2453.c285 static const u32 rv[] = { local
292 return zd_rfwritev_locked(chip, rv, ARRAY_SIZE(rv), RF_RV_BITS);
357 static const u32 rv[] = { local
382 r = zd_rfwritev_locked(chip, rv, ARRAY_SIZE(rv), RF_RV_BITS);
/drivers/usb/host/
H A Duhci-grlib.c95 int rv; local
102 rv = of_address_to_resource(dn, 0, &res);
103 if (rv)
104 return rv;
118 rv = -EBUSY;
125 rv = -EBUSY;
132 rv = -ENOMEM;
140 rv = usb_add_hcd(hcd, irq, 0);
141 if (rv)
155 return rv;
[all...]
H A Dehci-grlib.c114 int rv; local
121 rv = of_address_to_resource(dn, 0, &res);
122 if (rv)
123 return rv;
137 rv = -EBUSY;
144 rv = -EBUSY;
151 rv = -ENOMEM;
173 rv = usb_add_hcd(hcd, irq, 0);
174 if (rv)
188 return rv;
[all...]
H A Dehci-ppc-of.c115 int rv; local
124 rv = of_address_to_resource(dn, 0, &res);
125 if (rv)
126 return rv;
137 rv = -EBUSY;
144 rv = -EBUSY;
151 rv = -ENOMEM;
188 rv = ppc44x_enable_bmt(dn);
190 rv ? "NOT ": "");
193 rv
[all...]
H A Dehci-xilinx-of.c159 int rv; local
167 rv = of_address_to_resource(dn, 0, &res);
168 if (rv)
169 return rv;
181 rv = -EBUSY;
188 rv = -EBUSY;
195 rv = -ENOMEM;
228 rv = usb_add_hcd(hcd, irq, 0);
229 if (rv == 0)
240 return rv;
[all...]
H A Dohci-ppc-of.c91 int rv; local
104 rv = of_address_to_resource(dn, 0, &res);
105 if (rv)
106 return rv;
117 rv = -EBUSY;
124 rv = -EBUSY;
131 rv = -ENOMEM;
146 rv = usb_add_hcd(hcd, irq, 0);
147 if (rv == 0)
182 return rv;
[all...]
/drivers/acpi/
H A Dvideo_detect.c112 find_video(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dcontainer.c203 u32 lvl, void *context, void **rv)
202 container_walk_namespace_cb(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dglue.c96 do_acpi_find_child(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dpci_slot.c134 register_slot(acpi_handle handle, u32 lvl, void *context, void **rv) argument
186 walk_p2p_bridge(acpi_handle handle, u32 lvl, void *context, void **rv) argument
H A Dprocessor_core.c357 early_init_pdc(acpi_handle handle, u32 lvl, void *context, void **rv) argument
/drivers/char/
H A Dsnsc_event.c270 int rv; local
294 rv = request_irq(SGI_UART_VECTOR, scdrv_event_interrupt,
297 if (rv) {
299 __func__, rv);
H A Dsnsc.c76 int rv; local
110 rv = request_irq(SGI_UART_VECTOR, scdrv_interrupt,
113 if (rv) {
116 printk("%s: irq request failed (%d)\n", __func__, rv);
134 int rv; local
140 rv = ia64_sn_irtr_close(sd->sd_nasid, sd->sd_subch);
143 return rv;
/drivers/md/
H A Ddm-target.c85 int rv = 0; local
89 rv = -EEXIST;
94 return rv;
/drivers/staging/speakup/
H A Dserialio.c96 int rv; local
101 rv = request_irq(irq, synth_readbuf_handler, IRQF_SHARED,
104 if (rv)
/drivers/usb/otg/
H A Dotg-wakelock.c119 int rv = param_set_bool(val, kp); local
121 if (rv)
122 return rv;
/drivers/block/paride/
H A Dkbic.c286 int rv; local
288 rv = paride_register(&k951);
289 if (rv < 0)
290 return rv;
291 rv = paride_register(&k971);
292 if (rv < 0)
294 return rv;
/drivers/net/usb/
H A Dqmi_wwan.c181 int rv = 0; local
187 rv = usb_autopm_get_interface(dev->intf);
188 if (rv < 0)
194 return rv;
217 int rv; local
231 rv = -ENODEV;
238 rv = usbnet_get_endpoints(dev, intf);
239 if (rv < 0)
244 rv = -EINVAL;
250 rv
[all...]
/drivers/scsi/
H A Dscsicam.c233 unsigned int rv = 0; local
253 rv = (unsigned) -1; /* Give error if 0 cylinders */
258 return (rv);
/drivers/input/misc/
H A Dgpio_matrix.c62 int rv = 0; local
68 rv = 1;
74 return rv;
/drivers/input/touchscreen/
H A Dlpc32xx_ts.c89 u32 tmp, rv[4], xs[4], ys[4]; local
116 rv[idx] = tmp;
121 if (!(rv[3] & LPC32XX_TSC_FIFO_TS_P_LEVEL) && idx == 4) {
/drivers/media/video/
H A Dsaa7110.c399 int rv; local
438 rv = saa7110_write_block(sd, initseq, sizeof(initseq));
439 if (rv < 0) {
440 v4l2_dbg(1, debug, sd, "init status %d\n", rv);

Completed in 8710 milliseconds

12345