Searched refs:od (Results 1 - 25 of 198) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Domap_device.c103 * @od: struct omap_device *
106 * Increase readiness of omap_device @od (thus decreasing device
115 static int _omap_device_activate(struct omap_device *od, u8 ignore_lat) argument
119 pr_debug("omap_device: %s: activating\n", od->pdev.name);
121 while (od->pm_lat_level > 0) {
125 od->pm_lat_level--;
127 odpl = od->pm_lats + od->pm_lat_level;
130 (od->dev_wakeup_lat <= od
183 _omap_device_deactivate(struct omap_device *od, u8 ignore_lat) argument
256 omap_device_count_resources(struct omap_device *od) argument
288 omap_device_fill_resources(struct omap_device *od, struct resource *res) argument
360 struct omap_device *od; local
453 omap_early_device_register(struct omap_device *od) argument
470 omap_device_register(struct omap_device *od) argument
496 struct omap_device *od; local
535 struct omap_device *od; local
566 struct omap_device *od; local
608 struct omap_device *od; local
634 omap_device_is_valid(struct omap_device *od) argument
648 omap_device_get_pwrdm(struct omap_device *od) argument
667 omap_device_get_rt_va(struct omap_device *od) argument
686 omap_device_enable_hwmods(struct omap_device *od) argument
703 omap_device_idle_hwmods(struct omap_device *od) argument
721 omap_device_disable_clocks(struct omap_device *od) argument
739 omap_device_enable_clocks(struct omap_device *od) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Domap_device.h85 bool omap_device_is_valid(struct omap_device *od);
86 int omap_device_count_resources(struct omap_device *od);
87 int omap_device_fill_resources(struct omap_device *od, struct resource *res);
101 int omap_device_register(struct omap_device *od);
102 int omap_early_device_register(struct omap_device *od);
104 void __iomem *omap_device_get_rt_va(struct omap_device *od);
109 struct powerdomain *omap_device_get_pwrdm(struct omap_device *od);
113 int omap_device_idle_hwmods(struct omap_device *od);
114 int omap_device_enable_hwmods(struct omap_device *od);
116 int omap_device_disable_clocks(struct omap_device *od);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Doutput.c39 struct output_device *od = to_output_device(dev); local
40 if (od->props)
41 ret_size = sprintf(buf,"%.8x\n",od->props->get_status(od));
50 struct output_device *od = to_output_device(dev); local
59 if (od->props) {
60 od->request_state = request_state;
61 od->props->set_state(od);
68 struct output_device *od local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Drdft_neon.S77 vmul.f32 q10, q0, q9 @ ev.re, ev.im, od.im, od.re
81 vmul.f32 q11, q0, q9 @ ev.re, ev.im, od.im, od.re
82 veor d7, d21, d16 @ -od.im, od.re
83 vrev64.32 d3, d21 @ od.re, od.im
85 veor d2, d3, d16 @ -od.re, od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Drdft_neon.S75 vmul.f32 q10, q0, q9 @ ev.re, ev.im, od.im, od.re
79 vmul.f32 q11, q0, q9 @ ev.re, ev.im, od.im, od.re
80 veor d7, d21, d16 @ -od.im, od.re
81 vrev64.32 d3, d21 @ od.re, od.im
83 veor d2, d3, d16 @ -od.re, od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Drun-test122 if { if od -A x < /dev/null >/dev/null 2>/dev/null; then
123 # Use POSIX od.
124 firstbytes=`od -A n -t o1 -N 2 < "$1" | tr -d ' '`
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/applets/
H A Dusage_compressed16 "$loc/usage" | bzip2 -1 | od -v -t x1 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dmakefile.azt47 DBJS = $(O)unzip.od $(O)envargs.od $(O)process.od \
48 $(O)extract.od $(O)explode.od $(O)unshrink.od $(O)unreduce.od \
49 $(O)inflate.od $(O)match.od $(O)zipinfo.od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drdft.c60 FFTComplex ev, od; local
81 od.im = -k2*(data[i1 ]-data[i2 ]);
83 od.re = k2*(data[i1+1]+data[i2+1]);
85 data[i1 ] = ev.re + od.re*tcos[i] - od.im*tsin[i];
86 data[i1+1] = ev.im + od.im*tcos[i] + od.re*tsin[i];
87 data[i2 ] = ev.re - od.re*tcos[i] + od.im*tsin[i];
88 data[i2+1] = -ev.im + od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drdft.c60 FFTComplex ev, od; local
81 od.im = -k2*(data[i1 ]-data[i2 ]);
83 od.re = k2*(data[i1+1]+data[i2+1]);
85 data[i1 ] = ev.re + od.re*tcos[i] - od.im*tsin[i];
86 data[i1+1] = ev.im + od.im*tcos[i] + od.re*tsin[i];
87 data[i2 ] = ev.re - od.re*tcos[i] + od.im*tsin[i];
88 data[i2+1] = -ev.im + od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/osd/
H A Dosd_uld.c87 struct osd_dev od; member in struct:osd_uld_device
93 struct osd_dev od; member in struct:osd_dev_handle
171 ret = do_test(&oud->od, cmd, arg);
215 odh->od = oud->od;
219 return &odh->od;
285 odh->od = find.oud->od;
288 return &odh->od;
295 void osduld_put_device(struct osd_dev *od) argument
320 osduld_device_info(struct osd_dev *od) argument
328 osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi) argument
[all...]
H A Dosd_initiator.c78 static int _osd_get_print_system_info(struct osd_dev *od, argument
100 or = osd_start_request(od, GFP_KERNEL);
195 int osd_auto_detect_ver(struct osd_dev *od, argument
201 ret = _osd_get_print_system_info(od, caps, odi);
203 osd_dev_set_ver(od, OSD_VER1);
205 ret = _osd_get_print_system_info(od, caps, odi);
1769 cap->od.obj_desc.policy_access_tag = 0;
1770 cap->od.obj_desc.allowed_partition_id = cpu_to_be64(obj->partition);
1771 cap->od.obj_desc.allowed_object_id = cpu_to_be64(obj->id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dtxx9pio.h18 __u32 od; member in struct:txx9_pio_reg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dpm.c49 struct omap_device *od; local
56 od = omap_device_build(oh->name, 0, oh, NULL, 0, pm_lats, 0, false);
57 if (WARN(IS_ERR(od), "%s: could not build omap_device for %s\n",
61 *new_dev = &od->pdev.dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dosd_initiator.h71 void osduld_put_device(struct osd_dev *od);
73 const struct osd_dev_info *osduld_device_info(struct osd_dev *od);
74 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi);
77 typedef int (do_test_fn)(struct osd_dev *od, unsigned cmd, unsigned long arg);
82 void osd_dev_init(struct osd_dev *od, struct scsi_device *scsi_device);
83 void osd_dev_fini(struct osd_dev *od);
88 * @od: OSD target lun handle
93 * Auto detects the OSD version of the OSD target and sets the @od
100 int osd_auto_detect_ver(struct osd_dev *od,
103 static inline struct request_queue *osd_request_queue(struct osd_dev *od) argument
109 osd_dev_set_ver(struct osd_dev *od, enum osd_std_version v) argument
116 osd_dev_is_ver1(struct osd_dev *od) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dmakefile.azt55 .c.od :
92 DBJZ = $(O)zip.od $(O)deflate.od \
93 $(O)trees.od $(O)zipfile.od $(O)zipup.od $(O)util.od $(O)timezone.od \
94 $(O)fileio.od $(O)globals.od
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dfile.c268 struct sysfs_open_dirent *od, *new_od = NULL; local
278 od = sd->s_attr.open;
279 if (od) {
280 atomic_inc(&od->refcnt);
281 list_add_tail(&buffer->list, &od->buffers);
286 if (od) {
317 struct sysfs_open_dirent *od = sd->s_attr.open; local
323 if (atomic_dec_and_test(&od->refcnt))
326 od = NULL;
330 kfree(od);
437 struct sysfs_open_dirent *od = attr_sd->s_attr.open; local
459 struct sysfs_open_dirent *od; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dsuper.c257 struct osd_dev *od, u64 pid)
259 const struct osd_dev_info *odi = osduld_device_info(od);
269 struct osd_dev *od = sbi->layout.s_ods[i]; local
271 if (od) {
273 osduld_put_device(od);
466 struct osd_dev *od; local
488 od = osduld_info_lookup(&odi);
489 if (unlikely(IS_ERR(od))) {
490 ret = PTR_ERR(od);
496 sbi->layout.s_ods[i] = od;
256 _exofs_print_device(const char *msg, const char *dev_path, struct osd_dev *od, u64 pid) argument
537 struct osd_dev *od; /* Master device */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Domninet.c152 struct omninet_data *od; local
155 od = kmalloc(sizeof(struct omninet_data), GFP_KERNEL);
156 if (!od) {
161 usb_set_serial_port_data(port, od);
259 struct omninet_data *od = usb_get_serial_port_data(port); local
289 header->oh_seq = od->od_outseq++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_local.c871 struct ocfs2_dquot *od = private; local
873 struct super_block *sb = od->dq_dquot.dq_sb;
876 + ol_dqblk_block_offset(sb, od->dq_local_off));
878 dqblk->dqb_id = cpu_to_le64(od->dq_dquot.dq_id);
880 dqblk->dqb_spacemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curspace -
881 od->dq_origspace);
882 dqblk->dqb_inodemod = cpu_to_le64(od->dq_dquot.dq_dqb.dqb_curinodes -
883 od->dq_originodes);
886 od->dq_dquot.dq_id, (long long)le64_to_cpu(dqblk->dqb_spacemod),
894 struct ocfs2_dquot *od local
1220 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
1272 struct ocfs2_dquot *od = OCFS2_DQUOT(dquot); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c674 HOFFDUP od; local
681 od.type = H_OFFDUP;
682 UMRW_SET(od.unused[0]);
683 UMRW_SET(od.unused[1]);
684 UMRW_SET(od.unused[2]);
685 od.pgno = pgno;
689 new_dbt.data = &od;
721 memcpy(P_ENTRY(dbp, pagep, ndx), &od, HOFFDUP_SIZE); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dbpck.c350 { int i,j,k,n,p,v,f, om, od; local
354 om = pi->mode; od = pi->delay;
397 pi->mode = om; pi->delay = od;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusb_stream.c279 struct usb_iso_packet_descriptor *id, *od; local
283 od = io->iso_frame_desc;
291 od[p].length = l;
292 od[p].offset = lb;
304 od[p].length = l;
305 od[p].offset = lb;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c218 uint64_t n, d, os, os_p, od, od_p, oreq; local
252 od = tmp - ONE_HALF;
255 od = (((k3 * os) >> 1) + k4);
258 od_p = od & INT_MASK;
259 if (od_p != od)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c526 char *od = NULL; local
562 od = *argv;
624 if (id || od) {
632 if (od) {
633 idx = xll_name_to_index(od);

Completed in 555 milliseconds

12345678