/linux-2.6.39/drivers/media/dvb/ttpci/ |
D | av7110_ipack.c | 9 p->found = 0; in av7110_ipack_reset() 113 if (p->plength != MMAX_PLENGTH - 6 || p->found <= 6) in av7110_ipack_flush() 115 p->plength = p->found - 6; in av7110_ipack_flush() 116 p->found = 0; in av7110_ipack_flush() 151 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 152 (p->mpeg == 2 && p->found < 9)) in av7110_ipack_instant_repack() 153 && (p->found < 5 || !p->done)) { in av7110_ipack_instant_repack() 154 switch (p->found) { in av7110_ipack_instant_repack() 158 p->found++; in av7110_ipack_instant_repack() 160 p->found = 0; in av7110_ipack_instant_repack() [all …]
|
/linux-2.6.39/arch/um/os-Linux/ |
D | mem.c | 111 int fd, found; in which_tmpdir() local 128 found = next(fd, buf, ARRAY_SIZE(buf), ' '); in which_tmpdir() 129 if (found != 1) in which_tmpdir() 133 goto found; in which_tmpdir() 135 found = next(fd, buf, ARRAY_SIZE(buf), '\n'); in which_tmpdir() 136 if (found != 1) in which_tmpdir() 141 if (found == 0) in which_tmpdir() 143 else if (found < 0) in which_tmpdir() 144 printf("read returned errno %d\n", -found); in which_tmpdir() 151 found: in which_tmpdir() [all …]
|
/linux-2.6.39/net/9p/ |
D | mod.c | 85 struct p9_trans_module *t, *found = NULL; in v9fs_get_trans_by_name() local 92 found = t; in v9fs_get_trans_by_name() 97 return found; in v9fs_get_trans_by_name() 108 struct p9_trans_module *t, *found = NULL; in v9fs_get_default_trans() local 114 found = t; in v9fs_get_default_trans() 118 if (!found) in v9fs_get_default_trans() 121 found = t; in v9fs_get_default_trans() 126 return found; in v9fs_get_default_trans()
|
/linux-2.6.39/drivers/pci/pcie/ |
D | pme.c | 111 bool found = false; in pcie_pme_from_pci_bridge() local 123 found = true; in pcie_pme_from_pci_bridge() 128 return found; in pcie_pme_from_pci_bridge() 141 bool found = false; in pcie_pme_handle_request() local 147 found = true; in pcie_pme_handle_request() 158 found = pcie_pme_walk_bus(port->subordinate); in pcie_pme_handle_request() 170 found = pcie_pme_from_pci_bridge(bus, devfn); in pcie_pme_handle_request() 171 if (found) in pcie_pme_handle_request() 179 found = true; in pcie_pme_handle_request() 186 if (found) { in pcie_pme_handle_request() [all …]
|
/linux-2.6.39/fs/xfs/ |
D | xfs_bit.c | 67 goto found; in xfs_contig_bits() 73 goto found; in xfs_contig_bits() 78 found: in xfs_contig_bits() 107 goto found; in xfs_next_bit() 113 goto found; in xfs_next_bit() 118 found: in xfs_next_bit()
|
/linux-2.6.39/net/wireless/ |
D | scan.c | 396 struct cfg80211_internal_bss *found = NULL; in cfg80211_bss_update() local 428 found = rb_find_bss(dev, res); in cfg80211_bss_update() 430 if (found) { in cfg80211_bss_update() 431 found->pub.beacon_interval = res->pub.beacon_interval; in cfg80211_bss_update() 432 found->pub.tsf = res->pub.tsf; in cfg80211_bss_update() 433 found->pub.signal = res->pub.signal; in cfg80211_bss_update() 434 found->pub.capability = res->pub.capability; in cfg80211_bss_update() 435 found->ts = res->ts; in cfg80211_bss_update() 442 if (found->pub.proberesp_ies && in cfg80211_bss_update() 443 !found->proberesp_ies_allocated && in cfg80211_bss_update() [all …]
|
/linux-2.6.39/scripts/ |
D | headers_check.pl | 52 my $found; 53 $found = stat($dir . "/" . $inc); 54 if (!$found) { 56 $found = stat($dir . "/" . $inc); 58 if (!$found) {
|
/linux-2.6.39/Documentation/scsi/ |
D | scsi-generic.txt | 20 There are three major versions of sg found in the linux kernel (lk): 25 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series). 34 This describes the sg version 3 driver found in the lk 2.4 series. 36 and pdf. This document can also be found at: 39 Documentation for the version 2 sg driver found in the lk 2.2 series can 40 be found at http://sg.danny.cz/sg/. A larger version 44 found at http://www.torque.net/sg/p/original/SCSI-Programming-HOWTO.txt 47 A changelog with brief notes can be found in the 51 can be found at the top of the /usr/src/linux/drivers/scsi/sg.c file. 54 part can be found at http://www.tldp.org/HOWTO/SCSI-2.4-HOWTO . [all …]
|
/linux-2.6.39/drivers/connector/ |
D | cn_queue.c | 77 int found = 0; in cn_queue_add_callback() local 86 found = 1; in cn_queue_add_callback() 90 if (!found) in cn_queue_add_callback() 94 if (found) { in cn_queue_add_callback() 108 int found = 0; in cn_queue_del_callback() local 114 found = 1; in cn_queue_del_callback() 120 if (found) in cn_queue_del_callback()
|
/linux-2.6.39/arch/mips/sgi-ip22/ |
D | ip22-mc.c | 53 int i, j, found, cnt = 0; in probe_memory() local 74 found = 0; in probe_memory() 83 found = 1; in probe_memory() 85 } while (found); in probe_memory() 89 found = 0; in probe_memory() 90 for (j = 0; j < ARRAY_SIZE(space) && !found; j++) in probe_memory() 93 found = 1; in probe_memory() 96 if (!found) in probe_memory()
|
/linux-2.6.39/drivers/video/ |
D | sh_mobile_hdmi.c | 737 const struct fb_videomode *mode, *found = NULL; in sh_hdmi_read_edid() local 846 else if (found && found_rate_error <= rate_error) in sh_hdmi_read_edid() 868 found = mode; in sh_hdmi_read_edid() 881 if (info && !found) { in sh_hdmi_read_edid() 889 found = &modelist->mode; in sh_hdmi_read_edid() 890 found_rate_error = sh_hdmi_rate_error(hdmi, found, hdmi_rate, parent_rate); in sh_hdmi_read_edid() 895 if (!found) in sh_hdmi_read_edid() 898 if (found->xres == 640 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid() 900 else if (found->xres == 720 && found->yres == 480 && found->refresh == 60) in sh_hdmi_read_edid() 902 else if (found->xres == 720 && found->yres == 576 && found->refresh == 50) in sh_hdmi_read_edid() [all …]
|
/linux-2.6.39/drivers/media/dvb/dvb-core/ |
D | dvb_filter.c | 53 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 = 2; [all …]
|
/linux-2.6.39/drivers/w1/ |
D | w1_int.c | 107 int id, found; in w1_add_master_device() local 135 found = 0; in w1_add_master_device() 138 found = 1; in w1_add_master_device() 142 } while (found); in w1_add_master_device() 229 struct w1_master *dev, *found = NULL; in w1_remove_master_device() local 236 found = dev; in w1_remove_master_device() 241 if (!found) { in w1_remove_master_device() 246 __w1_remove_master_device(found); in w1_remove_master_device()
|
/linux-2.6.39/tools/perf/util/ |
D | cgroup.c | 17 int found = 0; in cgroupfs_find_mountpoint() local 38 found = 1; in cgroupfs_find_mountpoint() 44 if (found) in cgroupfs_find_mountpoint() 48 if (!found) in cgroupfs_find_mountpoint() 116 goto found; in add_cgroup() 123 found: in add_cgroup()
|
/linux-2.6.39/sound/core/seq/ |
D | seq_ports.c | 85 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() local 88 found = NULL; in snd_seq_port_query_nearest() 94 found = port; in snd_seq_port_query_nearest() 97 if (found == NULL || port->addr.port < found->addr.port) in snd_seq_port_query_nearest() 98 found = port; in snd_seq_port_query_nearest() 100 if (found) { in snd_seq_port_query_nearest() 101 if (found->closing) in snd_seq_port_query_nearest() 102 found = NULL; in snd_seq_port_query_nearest() 104 snd_use_lock_use(&found->use_lock); in snd_seq_port_query_nearest() 107 return found; in snd_seq_port_query_nearest() [all …]
|
/linux-2.6.39/security/smack/ |
D | smack_access.c | 358 int found; in smk_import_entry() local 364 for (i = 0, found = 0; i < SMK_LABELLEN; i++) { in smk_import_entry() 365 if (found) in smk_import_entry() 371 found = 1; in smk_import_entry() 381 found = 0; in smk_import_entry() 384 found = 1; in smk_import_entry() 389 if (found == 0) { in smk_import_entry() 530 int found = 0; in smack_to_cipso() local 536 found = 1; in smack_to_cipso() 542 if (found == 0 || kp->smk_cipso == NULL) in smack_to_cipso()
|
/linux-2.6.39/arch/mips/bcm47xx/ |
D | nvram.c | 43 goto found; in early_nvram_init() 50 goto found; in early_nvram_init() 54 goto found; in early_nvram_init() 58 found: in early_nvram_init()
|
/linux-2.6.39/sound/pci/asihpi/ |
D | hpicmn.c | 314 short found = 1; in hpi_check_control_cache() local 354 found = 0; in hpi_check_control_cache() 373 found = 0; in hpi_check_control_cache() 381 found = 0; in hpi_check_control_cache() 388 found = 0; in hpi_check_control_cache() 395 found = 0; in hpi_check_control_cache() 412 found = 0; in hpi_check_control_cache() 420 found = 0; in hpi_check_control_cache() 426 found = 0; in hpi_check_control_cache() 432 found = 0; in hpi_check_control_cache() [all …]
|
/linux-2.6.39/sound/aoa/codecs/ |
D | Kconfig | 7 codec chip found in the latest Apple machines 14 # codec chips found in the latest Apple machines, 24 found in a lot of Apple Machines, especially 31 found in the Mac Mini. If you have a Mac Mini and
|
/linux-2.6.39/Documentation/dvb/ |
D | lmedm04.txt | 7 The Sharp 7395 driver can be found in windows/system32/drivers 18 An alternative but older firmware can be found on the driver 31 The LG firmware can be found on the driver 47 only found in windows/system32/drivers 58 The Sharp 0194 tuner driver can be found in windows/system32/drivers
|
/linux-2.6.39/drivers/char/hw_random/ |
D | Kconfig | 43 Generator hardware found on Intel i8xx-based motherboards. 56 Generator hardware found on AMD 76x-based motherboards. 69 Generator hardware found on the AMD Geode LX. 82 Generator hardware found on Niagara2 cpus. 95 Generator hardware found on VIA based motherboards. 108 Number Generator hardware found on the Intel IXP4xx NPU. 121 Generator hardware found on OMAP16xx and OMAP24xx multimedia 135 Generator hardware found on Octeon processors. 148 Generator hardware found on PA Semi PWRficient SoCs. 171 Generator hardware found on TX4939 SoC. [all …]
|
/linux-2.6.39/fs/ubifs/ |
D | tnc.c | 1450 int found, n, err, safely = 0, gc_seq1; in ubifs_tnc_locate() local 1456 found = ubifs_lookup_level0(c, key, &znode, &n); in ubifs_tnc_locate() 1457 if (!found) { in ubifs_tnc_locate() 1460 } else if (found < 0) { in ubifs_tnc_locate() 1461 err = found; in ubifs_tnc_locate() 1812 int found, n, err; in do_lookup_nm() local 1817 found = ubifs_lookup_level0(c, key, &znode, &n); in do_lookup_nm() 1818 if (!found) { in do_lookup_nm() 1821 } else if (found < 0) { in do_lookup_nm() 1822 err = found; in do_lookup_nm() [all …]
|
/linux-2.6.39/drivers/video/omap2/omapfb/ |
D | omapfb-sysfs.c | 219 int found; in store_overlays() local 231 found = 0; in store_overlays() 234 found = 1; in store_overlays() 239 if (!found) in store_overlays() 257 int t, found; in store_overlays() local 261 found = 0; in store_overlays() 265 found = 1; in store_overlays() 270 if (found) in store_overlays() 294 int t, found; in store_overlays() local 298 found = 0; in store_overlays() [all …]
|
/linux-2.6.39/arch/m68k/tools/amiga/ |
D | dmesg.c | 44 int found = 0; in main() local 54 found = 1; in main() 58 if (!found) in main()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_gem_evict.c | 103 goto found; in i915_gem_evict_something() 113 goto found; in i915_gem_evict_something() 122 goto found; in i915_gem_evict_something() 129 goto found; in i915_gem_evict_something() 150 found: in i915_gem_evict_something()
|