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

1234567891011>>

/drivers/media/pci/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.c79 int found = 0; local
88 found = 1;
92 if (!found)
96 if (found) {
110 int found = 0; local
116 found = 1;
122 if (found)
/drivers/staging/lustre/lustre/obdclass/
H A Dlustre_peer.c100 int found = 0; local
120 found = 1;
132 if (!found)
136 if (found) {
137 CDEBUG(D_INFO, "found uuid %s %s cnt=%d\n", uuid,
193 int found = 0; local
205 /* found the uuid, check if it has @nid */
208 found = 1;
215 return found;
/drivers/pci/pcie/
H A Dpme.c113 bool found = false; local
125 found = true;
130 return found;
143 bool found = false; local
152 found = true;
163 found = pcie_pme_walk_bus(port->subordinate);
175 found = pcie_pme_from_pci_bridge(bus, devfn);
176 if (found)
184 found = true;
191 if (found) {
[all...]
/drivers/pci/hotplug/
H A Dacpi_pcihp.c67 dbg("%s:%s OSHP not found\n",
199 int *found = (int *)context; local
201 *found = 1;
215 int found = 0; local
218 return found;
221 check_hotplug, NULL, (void *)&found, NULL);
222 return found;
/drivers/acpi/acpica/
H A Dutpredef.c101 * RETURN: Pointer to entry in predefined table. NULL indicates not found.
128 return (NULL); /* Not found */
217 * found.
245 return (NULL); /* Not found */
381 u32 found; local
385 found = 0;
391 found++;
397 return (found);
/drivers/media/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/char/hw_random/
H A DKconfig45 Generator hardware found on Intel i8xx-based motherboards.
58 Generator hardware found on AMD 76x-based motherboards.
71 Generator hardware found on Atmel AT91 devices.
84 Generator hardware found on the Broadcom BCM63xx SoCs.
97 Generator hardware found on the Broadcom BCM2835 SoCs.
110 Generator hardware found on the AMD Geode LX.
123 Generator hardware found on Niagara2 cpus.
136 Generator hardware found on VIA based motherboards.
149 Number Generator hardware found on the Intel IXP45x/46x NPU.
162 Generator hardware found o
[all...]
H A Dgeode-rng.c97 goto found;
99 /* Device not found. */
102 found:
/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c54 goto found;
74 found:
/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c56 goto found;
76 found:
/drivers/ipack/
H A DKconfig13 large variety of functionality, they are most often found in
/drivers/media/radio/wl128x/
H A DKconfig14 this API and pointers to "v4l2" programs may be found at
/drivers/w1/
H A Dw1_int.c116 int id, found; local
132 found = 0;
135 found = 1;
139 } while (found);
243 struct w1_master *dev, *found = NULL; local
250 found = dev;
255 if (!found) {
260 __w1_remove_master_device(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/net/wireless/iwlwifi/
H A Diwl-notif-wait.c89 bool found = false; local
102 found = true;
106 if (!found)
/drivers/video/fbdev/
H A Dsh_mobile_hdmi.c848 const struct fb_videomode *mode, *found = NULL; local
936 * one is found.
954 * found a mode, for which we can configure the
958 else if (found && found_rate_error <= rate_error)
977 found = mode;
988 if (!found && hdmi->entity.def_mode.xres != 0) {
989 found = &hdmi->entity.def_mode;
990 found_rate_error = sh_hdmi_rate_error(hdmi, found, hdmi_rate,
995 if (!found)
998 if (found
[all...]
/drivers/base/
H A Dmap.c74 struct probe *found = NULL; local
86 if (!found)
87 found = p;
93 kfree(found);
/drivers/cpufreq/
H A Ds3c64xx-cpufreq.c112 int count, v, i, found; local
126 found = 0;
131 found = 1;
134 if (!found) {
/drivers/watchdog/
H A Dmixcomwd.c63 * 1) The Mixcom cards: these cards can be found at addresses
265 int i, ret, found = 0; local
267 for (i = 0; !found && mixcomwd_io_info[i].ioport != 0; i++) {
270 found = 1;
275 if (!found) {
/drivers/misc/cxl/
H A DKconfig23 CAPI adapters are found in POWER8 based systems.
/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.c258 * Returns : 0 if not found, != 0 if found
264 int found = 0; local
270 found = 1;
276 return found;
284 * Returns : 0 if not found
290 int found = 0; local
297 found = 1;
303 return found;
/drivers/staging/lustre/lustre/libcfs/
H A Dlibcfs_string.c51 int newmask = minmask, i, len, found = 0; local
65 if (!found)
79 found = 0;
89 found = 1;
93 if (!found && len == 3 &&
99 found = 1;
101 if (!found) {
165 * substring before the delimiter, sets \a next right after the found
475 * For each struct cfs_expr_list structure found on \a list it frees
/drivers/gpu/drm/nouveau/dispnv04/
H A Darb.c60 int found, mclk_extra, mclk_loop, cbs, m1, p1; local
78 found = 0;
80 while (!found) {
81 found = 1;
100 found = !mclk_extra;

Completed in 698 milliseconds

1234567891011>>