Searched refs:off (Results 1 - 25 of 3466) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-samsung/include/plat/
H A Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config)
30 return (chip->config->set_config)(chip, off, config);
34 unsigned int off)
36 return (chip->config->get_config)(chip, off);
40 unsigned int off, s3c_gpio_pull_t pull)
42 return (chip->config->set_pull)(chip, off, pull);
48 * @off: The offset for the GPIO being configured.
59 unsigned int off, unsigned int cfg);
64 * @off: The offset for the GPIO being configured.
71 unsigned int off);
27 s3c_gpio_do_setcfg(struct s3c_gpio_chip *chip, unsigned int off, unsigned int config) argument
33 s3c_gpio_do_getcfg(struct s3c_gpio_chip *chip, unsigned int off) argument
39 s3c_gpio_do_setpull(struct s3c_gpio_chip *chip, unsigned int off, s3c_gpio_pull_t pull) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config)
30 return (chip->config->set_config)(chip, off, config);
34 unsigned int off)
36 return (chip->config->get_config)(chip, off);
40 unsigned int off, s3c_gpio_pull_t pull)
42 return (chip->config->set_pull)(chip, off, pull);
48 * @off: The offset for the GPIO being configured.
59 unsigned int off, unsigned int cfg);
64 * @off: The offset for the GPIO being configured.
71 unsigned int off);
27 s3c_gpio_do_setcfg(struct s3c_gpio_chip *chip, unsigned int off, unsigned int config) argument
33 s3c_gpio_do_getcfg(struct s3c_gpio_chip *chip, unsigned int off) argument
39 s3c_gpio_do_setpull(struct s3c_gpio_chip *chip, unsigned int off, s3c_gpio_pull_t pull) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dnetfilter_mime.h30 uint off = *poff; local
34 if (off >= len)
41 while (p[off] != '\n')
43 if (len-off <= 1)
49 off++;
53 if (physlen > 0 && p[off] == '\n' && p[off-1] == '\r')
59 off++;
77 while (p[off] == ' ' || p[off]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dnetfilter_mime.h30 uint off = *poff; local
34 if (off >= len)
41 while (p[off] != '\n')
43 if (len-off <= 1)
49 off++;
53 if (physlen > 0 && p[off] == '\n' && p[off-1] == '\r')
59 off++;
77 while (p[off] == ' ' || p[off]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mm/
H A Dpage.c131 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) argument
134 if (off > 0x7fff) {
135 uasm_i_lui(buf, T9, uasm_rel_hi(off));
136 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off));
138 uasm_i_addiu(buf, T9, ZERO, off);
141 if (off > 0x7fff) {
142 uasm_i_lui(buf, T9, uasm_rel_hi(off));
143 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off));
146 UASM_i_ADDIU(buf, reg1, reg2, off);
239 static void __cpuinit build_clear_store(u32 **buf, int off) argument
248 build_clear_pref(u32 **buf, int off) argument
277 int off; local
363 build_copy_load(u32 **buf, int reg, int off) argument
372 build_copy_store(u32 **buf, int reg, int off) argument
381 build_copy_load_pref(u32 **buf, int off) argument
390 build_copy_store_pref(u32 **buf, int off) argument
419 int off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mm/
H A Dpage.c131 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) argument
134 if (off > 0x7fff) {
135 uasm_i_lui(buf, T9, uasm_rel_hi(off));
136 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off));
138 uasm_i_addiu(buf, T9, ZERO, off);
141 if (off > 0x7fff) {
142 uasm_i_lui(buf, T9, uasm_rel_hi(off));
143 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off));
146 UASM_i_ADDIU(buf, reg1, reg2, off);
239 static void __cpuinit build_clear_store(u32 **buf, int off) argument
248 build_clear_pref(u32 **buf, int off) argument
277 int off; local
363 build_copy_load(u32 **buf, int reg, int off) argument
372 build_copy_store(u32 **buf, int reg, int off) argument
381 build_copy_load_pref(u32 **buf, int off) argument
390 build_copy_store_pref(u32 **buf, int off) argument
419 int off; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/util/
H A DFastInputStream.java28 protected int off; field in class:FastInputStream
55 off = offset;
64 return len - off;
76 mark = off;
82 off = mark;
89 if (myCount + off > len) {
90 myCount = len - off;
122 off += count;
132 return (off < len) ? (buf[off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/java/src/com/sleepycat/util/
H A DFastInputStream.java28 protected int off; field in class:FastInputStream
55 off = offset;
64 return len - off;
76 mark = off;
82 off = mark;
89 if (myCount + off > len) {
90 myCount = len - off;
122 off += count;
132 return (off < len) ? (buf[off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/java/src/com/sleepycat/util/
H A DFastInputStream.java28 protected int off; field in class:FastInputStream
55 off = offset;
64 return len - off;
76 mark = off;
82 off = mark;
89 if (myCount + off > len) {
90 myCount = len - off;
122 off += count;
132 return (off < len) ? (buf[off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/rapidio/
H A Drio-sysfs.c73 char *buf, loff_t off, size_t count)
78 loff_t init_off = off;
85 if (off > size)
87 if (off + count > size) {
88 size -= off;
94 if ((off & 1) && size) {
96 rio_read_config_8(dev, off, &val);
97 data[off - init_off] = val;
98 off++;
102 if ((off
71 rio_read_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
143 rio_write_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/rapidio/
H A Drio-sysfs.c73 char *buf, loff_t off, size_t count)
78 loff_t init_off = off;
85 if (off > size)
87 if (off + count > size) {
88 size -= off;
94 if ((off & 1) && size) {
96 rio_read_config_8(dev, off, &val);
97 data[off - init_off] = val;
98 off++;
102 if ((off
71 rio_read_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
143 rio_write_config(struct file *filp, struct kobject *kobj, struct bin_attribute *bin_attr, char *buf, loff_t off, size_t count) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Drioinit.c226 int off; local
250 for (off=0; off<size; off++) {
251 if (readb(ram + off) != oldbyte) {
252 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Byte Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, readb(ram + off));
256 for (off=0; off<size; off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Drioinit.c226 int off; local
250 for (off=0; off<size; off++) {
251 if (readb(ram + off) != oldbyte) {
252 rio_dprintk (RIO_DEBUG_INIT, "RIO-init: Byte Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, readb(ram + off));
256 for (off=0; off<size; off
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/volume_id/
H A Dunused_hpfs.c30 int FAST_FUNC volume_id_probe_hpfs(struct volume_id *id, uint64_t off) argument
34 dbg("probing at offset 0x%llx", (unsigned long long) off);
36 hs = volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_lvm.c37 int FAST_FUNC volume_id_probe_lvm1(struct volume_id *id, uint64_t off) argument
41 dbg("probing at offset 0x%llx", (unsigned long long) off);
43 lvm = volume_id_get_buffer(id, off + LVM1_SB_OFF, 0x800);
59 int FAST_FUNC volume_id_probe_lvm2(struct volume_id *id, uint64_t off) argument
65 dbg("probing at offset 0x%llx", (unsigned long long) off);
67 buf = volume_id_get_buffer(id, off, LVM2LABEL_SCAN_SECTORS * 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dentry.h27 #define PT_REGS_SAVES(off) \
29 .fframe IA64_PT_REGS_SIZE+16+(off); \
30 .spillsp rp, PT(CR_IIP)+16+(off); \
31 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
32 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
33 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
34 .spillsp pr, PT(PR)+16+(off);
36 #define PT_REGS_UNWIND_INFO(off) \
38 PT_REGS_SAVES(off); \
41 #define SWITCH_STACK_SAVES(off) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dentry.h27 #define PT_REGS_SAVES(off) \
29 .fframe IA64_PT_REGS_SIZE+16+(off); \
30 .spillsp rp, PT(CR_IIP)+16+(off); \
31 .spillsp ar.pfs, PT(CR_IFS)+16+(off); \
32 .spillsp ar.unat, PT(AR_UNAT)+16+(off); \
33 .spillsp ar.fpsr, PT(AR_FPSR)+16+(off); \
34 .spillsp pr, PT(PR)+16+(off);
36 #define PT_REGS_UNWIND_INFO(off) \
38 PT_REGS_SAVES(off); \
41 #define SWITCH_STACK_SAVES(off) \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/volume_id/
H A Dunused_hpfs.c30 int FAST_FUNC volume_id_probe_hpfs(struct volume_id *id, uint64_t off) argument
34 dbg("probing at offset 0x%llx", (unsigned long long) off);
36 hs = volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200);
H A Dunused_lvm.c37 int FAST_FUNC volume_id_probe_lvm1(struct volume_id *id, uint64_t off) argument
41 dbg("probing at offset 0x%llx", (unsigned long long) off);
43 lvm = volume_id_get_buffer(id, off + LVM1_SB_OFF, 0x800);
59 int FAST_FUNC volume_id_probe_lvm2(struct volume_id *id, uint64_t off) argument
65 dbg("probing at offset 0x%llx", (unsigned long long) off);
67 buf = volume_id_get_buffer(id, off, LVM2LABEL_SCAN_SECTORS * 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/volume_id/
H A Dunused_hpfs.c30 int FAST_FUNC volume_id_probe_hpfs(struct volume_id *id, uint64_t off) argument
34 dbg("probing at offset 0x%llx", (unsigned long long) off);
36 hs = volume_id_get_buffer(id, off + HPFS_SUPERBLOCK_OFFSET, 0x200);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/udev/extras/volume_id/lib/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/udev/extras/volume_id/lib/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/udev/extras/volume_id/lib/
H A Dlibvolume_id.h22 typedef int (*volume_id_probe_fn_t)(struct volume_id *id, uint64_t off, uint64_t size);
24 struct volume_id *id, uint64_t off, uint64_t size,
29 extern int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size);
30 extern int volume_id_probe_raid(struct volume_id *id, uint64_t off, uint64_t size);
31 extern int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size);
34 struct volume_id *id, uint64_t off, uint64_t size,
90 extern int volume_id_probe_cramfs(struct volume_id *id, uint64_t off, uint64_t size);
91 extern int volume_id_probe_ext(struct volume_id *id, uint64_t off, uint64_t size);
92 extern int volume_id_probe_vfat(struct volume_id *id, uint64_t off, uint64_t size);
93 extern int volume_id_probe_hfs_hfsplus(struct volume_id *id, uint64_t off, uint64_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Diohelper.h39 static u8 Read##name##_IO(void *p, u8 off) {\
41 return inb(hw->ap.port + off);\
43 static void Write##name##_IO(void *p, u8 off, u8 val) {\
45 outb(val, hw->ap.port + off);\
47 static void ReadFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) {\
49 insb(hw->ap.port + off, dp, size);\
51 static void WriteFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) {\
53 outsb(hw->ap.port + off, dp, size);\
57 static u8 Read##name##_IND(void *p, u8 off) {\
59 outb(off, h
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Diohelper.h39 static u8 Read##name##_IO(void *p, u8 off) {\
41 return inb(hw->ap.port + off);\
43 static void Write##name##_IO(void *p, u8 off, u8 val) {\
45 outb(val, hw->ap.port + off);\
47 static void ReadFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) {\
49 insb(hw->ap.port + off, dp, size);\
51 static void WriteFiFo##name##_IO(void *p, u8 off, u8 *dp, int size) {\
53 outsb(hw->ap.port + off, dp, size);\
57 static u8 Read##name##_IND(void *p, u8 off) {\
59 outb(off, h
[all...]

Completed in 163 milliseconds

1234567891011>>