Searched refs:found (Results 1 - 25 of 373) sorted by relevance

1234567891011>>

/drivers/media/dvb/ttpci/
H A Dav7110_ipack.c9 p->found = 0;
113 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6)
115 p->plength = p->found - 6;
116 p->found = 0;
151 (p->mpeg == 1 && p->found < 7) ||
152 (p->mpeg == 2 && p->found < 9))
153 && (p->found < 5 || !p->done)) {
154 switch (p->found) {
158 p->found++;
160 p->found
[all...]
/drivers/connector/
H A Dcn_queue.c77 int found = 0; local
86 found = 1;
90 if (!found)
94 if (found) {
108 int found = 0; local
114 found = 1;
120 if (found)
/drivers/pci/pcie/
H A Dpme.c114 bool found = false; local
126 found = true;
131 return found;
144 bool found = false; local
153 found = true;
164 found = pcie_pme_walk_bus(port->subordinate);
176 found = pcie_pme_from_pci_bridge(bus, devfn);
177 if (found)
185 found = true;
192 if (found) {
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_filter.c53 if (p->plength == MMAX_PLENGTH-6 && p->found>6){
54 p->plength = p->found-6;
55 p->found = 0;
264 int found = 0;
267 while (found < 4 && c+4 < count){
272 && b[3] == 0xb3) found = 4;
278 if (! found) return -1;
293 int found = 0;
297 while (found < 2 && c < count){
302 found
348 int found = 0; local
[all...]
/drivers/video/
H A Dsh_mobile_hdmi.c737 const struct fb_videomode *mode, *found = NULL; local
823 * one is found.
841 * found a mode, for which we can configure the
845 else if (found && found_rate_error <= rate_error)
864 found = mode;
875 if (!found && hdmi->entity.def_mode.xres != 0) {
876 found = &hdmi->entity.def_mode;
877 found_rate_error = sh_hdmi_rate_error(hdmi, found, hdmi_rate,
882 if (!found)
885 if (found
[all...]
/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c55 goto found;
75 found:
/drivers/media/radio/wl128x/
H A DKconfig14 this API and pointers to "v4l2" programs may be found at
/drivers/w1/
H A Dw1_int.c110 int id, found; local
138 found = 0;
141 found = 1;
145 } while (found);
232 struct w1_master *dev, *found = NULL; local
239 found = dev;
244 if (!found) {
249 __w1_remove_master_device(found);
/drivers/gpu/drm/i915/
H A Di915_gem_evict.c87 goto found;
97 goto found;
106 goto found;
113 goto found;
116 /* Nothing found, clean up and bail out! */
133 found:
/drivers/xen/xen-pciback/
H A Dpassthrough.c118 int found; local
127 found = 0;
129 for (; !found && dev != NULL; dev = dev->bus->self) {
132 found = 1;
141 if (!found) {
/drivers/char/hw_random/
H A DKconfig43 Generator hardware found on Intel i8xx-based motherboards.
56 Generator hardware found on AMD 76x-based motherboards.
69 Generator hardware found on Atmel AT91 devices.
82 Generator hardware found on the AMD Geode LX.
95 Generator hardware found on Niagara2 cpus.
108 Generator hardware found on VIA based motherboards.
121 Number Generator hardware found on the Intel IXP4xx NPU.
134 Generator hardware found on OMAP16xx and OMAP24xx multimedia
148 Generator hardware found on Octeon processors.
161 Generator hardware found o
[all...]
H A Dgeode-rng.c97 goto found;
99 /* Device not found. */
102 found:
H A Damd-rng.c123 goto found;
125 /* Device not found. */
128 found:
/drivers/base/
H A Dmap.c74 struct probe *found = NULL; local
86 if (!found)
87 found = p;
93 kfree(found);
/drivers/media/dvb/siano/
H A DKconfig14 Further documentation on this driver can be found on the WWW
/drivers/scsi/
H A DNCR_D700.c232 int i, found = 0; local
237 found++;
239 return found ? IRQ_HANDLED : IRQ_NONE;
254 int found = 0; local
290 printk(KERN_NOTICE "NCR D700: found in slot %d irq = %d I/O base = 0x%x\n", slot, irq, offset_addr);
338 found++;
341 if (!found) {
/drivers/scsi/arm/
H A Dqueue.c257 * Returns : 0 if not found, != 0 if found
263 int found = 0; local
269 found = 1;
275 return found;
283 * Returns : 0 if not found
289 int found = 0; local
296 found = 1;
302 return found;
/drivers/watchdog/
H A Dw83697hf_wdt.c371 pr_info("watchdog found at address 0x%x\n", wdt_io);
378 pr_info("watchdog not found at address 0x%x\n", wdt_io);
387 int ret, i, found = 0; local
393 for (i = 0; ((!found) && (w83697hf_ioports[i] != 0)); i++) {
396 found++;
400 found++;
403 if (!found) {
404 pr_err("No W83697HF/HG could be found\n");
/drivers/platform/x86/
H A Deeepc-wmi.c193 bool found = false; local
196 &found, NULL);
198 if (ACPI_FAILURE(status) || !found)
/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c220 int found; local
232 found = 0;
235 found = 1;
240 if (!found)
258 int t, found; local
262 found = 0;
266 found = 1;
271 if (found)
295 int t, found; local
299 found
[all...]
/drivers/media/video/davinci/
H A Dvpif.c310 u8 channel_id, u8 found)
318 end = channel_id + found;
368 int found = 1; local
374 found = 2;
377 config_vpif_params(vpifparams, channel_id, found);
382 return found;
309 config_vpif_params(struct vpif_params *vpifparams, u8 channel_id, u8 found) argument
/drivers/staging/cxt1e1/
H A Dhwprobe.c225 c4_hdw_init (struct pci_dev * pdev, int found) argument
254 * match with board's first found interface, otherwise this is first
255 * found
259 break; /* found for-loop exit */
289 *cp++ = '0' + (found / 2); /* there are two found interfaces per
303 int found = 0, i, j; local
312 if (c4_hdw_init (pdev, found))
313 found++;
315 if (!found)
[all...]
/drivers/uwb/
H A Dallocator.c146 int found = UWB_RSV_ALLOC_NOT_FOUND; local
181 found = UWB_RSV_ALLOC_FOUND;
185 (found == UWB_RSV_ALLOC_NOT_FOUND)) {
187 found = UWB_RSV_ALLOC_FOUND;
191 if (found == UWB_RSV_ALLOC_FOUND) {
201 return found;
357 /* try row reservation if no column is found */
H A Duwb-debug.c125 struct uwb_rsv *rsv, *found = NULL; local
132 found = rsv;
133 uwb_rsv_get(found);
141 if (!found)
144 uwb_rsv_terminate(found);
145 uwb_rsv_put(found);
/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c152 int count, v, i, found; local
167 found = 0;
172 found = 1;
175 if (!found) {

Completed in 635 milliseconds

1234567891011>>