Home
last modified time | relevance | path

Searched defs:off (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/linux-3.3/arch/arm/plat-samsung/include/plat/
Dgpio-cfg-helpers.h28 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg()
34 unsigned int off) in samsung_gpio_do_getcfg()
40 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull()
46 unsigned int off) in samsung_gpio_do_getpull()
/linux-3.3/fs/hfs/
Dbnode.c18 int off, int len) in hfs_bnode_read()
29 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
37 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
45 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
60 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
72 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
79 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8()
85 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
139 int i, off, key_off; in hfs_bnode_dump() local
243 loff_t off; in __hfs_bnode_create() local
[all …]
/linux-3.3/arch/mips/mm/
Dpage.c131 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu()
250 static void __cpuinit build_clear_store(u32 **buf, int off) in build_clear_store()
259 static inline void __cpuinit build_clear_pref(u32 **buf, int off) in build_clear_pref()
288 int off; in build_clear_page() local
374 static void __cpuinit build_copy_load(u32 **buf, int reg, int off) in build_copy_load()
383 static void __cpuinit build_copy_store(u32 **buf, int reg, int off) in build_copy_store()
392 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref()
401 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref()
430 int off; in build_copy_page() local
/linux-3.3/drivers/net/wireless/hostap/
Dhostap_proc.c15 static int prism2_debug_proc_read(char *page, char **start, off_t off, in prism2_debug_proc_read()
56 static int prism2_stats_proc_read(char *page, char **start, off_t off, in prism2_stats_proc_read()
104 static int prism2_wds_proc_read(char *page, char **start, off_t off, in prism2_wds_proc_read()
144 static int prism2_bss_list_proc_read(char *page, char **start, off_t off, in prism2_bss_list_proc_read()
199 static int prism2_crypt_proc_read(char *page, char **start, off_t off, in prism2_crypt_proc_read()
232 static int prism2_pda_proc_read(char *page, char **start, off_t off, in prism2_pda_proc_read()
250 static int prism2_aux_dump_proc_read(char *page, char **start, off_t off, in prism2_aux_dump_proc_read()
271 static int prism2_io_debug_proc_read(char *page, char **start, off_t off, in prism2_io_debug_proc_read()
310 static int prism2_scan_results_proc_read(char *page, char **start, off_t off, in prism2_scan_results_proc_read()
/linux-3.3/drivers/w1/slaves/
Dw1_ds2408.c77 char *buf, loff_t off, size_t count) in w1_f29_read_state()
90 char *buf, loff_t off, size_t count) in w1_f29_read_output()
104 char *buf, loff_t off, size_t count) in w1_f29_read_activity()
118 char *buf, loff_t off, size_t count) in w1_f29_read_cond_search_mask()
132 char *buf, loff_t off, size_t count) in w1_f29_read_cond_search_polarity()
143 char *buf, loff_t off, size_t count) in w1_f29_read_status_control()
157 char *buf, loff_t off, size_t count) in w1_f29_write_output()
223 char *buf, loff_t off, size_t count) in w1_f29_write_activity()
256 loff_t off, in w1_f29_write_status_control()
Dw1_ds2431.c48 static inline size_t w1_f2d_fix_count(loff_t off, size_t count, size_t size) in w1_f2d_fix_count()
66 static int w1_f2d_readblock(struct w1_slave *sl, int off, int count, char *buf) in w1_f2d_readblock()
101 char *buf, loff_t off, size_t count) in w1_f2d_read_bin()
207 char *buf, loff_t off, size_t count) in w1_f2d_write_bin()
Dw1_ds2433.c55 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count()
71 int off = block * W1_PAGE_SIZE; in w1_f23_refresh_block() local
97 char *buf, loff_t off, size_t count) in w1_f23_read_bin()
211 char *buf, loff_t off, size_t count) in w1_f23_write_bin()
/linux-3.3/fs/hfsplus/
Dbnode.c21 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read()
42 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
58 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
73 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
96 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
103 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
302 int i, off, key_off; in hfs_bnode_dump() local
407 loff_t off; in __hfs_bnode_create() local
486 int i, rec_off, off, next_off; in hfs_bnode_find() local
/linux-3.3/drivers/gpio/
Dgpio-ucb1400.c17 static int ucb1400_gpio_dir_in(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_dir_in()
25 static int ucb1400_gpio_dir_out(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_dir_out()
34 static int ucb1400_gpio_get(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_get()
41 static void ucb1400_gpio_set(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_set()
Dgpio-samsung.c52 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_setpull_updown()
67 unsigned int off) in samsung_gpio_getpull_updown()
80 unsigned int off, samsung_gpio_pull_t pull) in s3c2443_gpio_setpull()
97 unsigned int off) in s3c2443_gpio_getpull()
120 unsigned int off, samsung_gpio_pull_t pull, in s3c24xx_gpio_setpull_1()
138 unsigned int off, in s3c24xx_gpio_getpull_1()
149 unsigned int off) in s3c24xx_gpio_getpull_1up()
155 unsigned int off, samsung_gpio_pull_t pull) in s3c24xx_gpio_setpull_1up()
161 unsigned int off) in s3c24xx_gpio_getpull_1down()
167 unsigned int off, samsung_gpio_pull_t pull) in s3c24xx_gpio_setpull_1down()
[all …]
Dgpio-adp5520.c25 static int adp5520_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5520_gpio_get_value()
46 unsigned off, int val) in adp5520_gpio_set_value()
57 static int adp5520_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5520_gpio_direction_input()
69 unsigned off, int val) in adp5520_gpio_direction_output()
/linux-3.3/arch/ia64/kernel/
Dentry.h27 #define PT_REGS_SAVES(off) \ argument
36 #define PT_REGS_UNWIND_INFO(off) \ argument
41 #define SWITCH_STACK_SAVES(off) \ argument
/linux-3.3/arch/mips/alchemy/common/
Dgpiolib.c120 static int alchemy_gpic_get(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_get()
125 static void alchemy_gpic_set(struct gpio_chip *chip, unsigned int off, int v) in alchemy_gpic_set()
130 static int alchemy_gpic_dir_input(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_dir_input()
135 static int alchemy_gpic_dir_output(struct gpio_chip *chip, unsigned int off, in alchemy_gpic_dir_output()
141 static int alchemy_gpic_gpio_to_irq(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_gpio_to_irq()
/linux-3.3/drivers/misc/
Dlkdtm.c438 const char __user *user_buf, size_t count, loff_t *off) in do_register_entry()
474 size_t count, loff_t *off) in lkdtm_debugfs_read()
500 size_t count, loff_t *off) in int_hardware_entry()
506 size_t count, loff_t *off) in int_hw_irq_en()
512 size_t count, loff_t *off) in int_tasklet_entry()
518 size_t count, loff_t *off) in fs_devrw_entry()
524 size_t count, loff_t *off) in mem_swapout_entry()
530 size_t count, loff_t *off) in timeradd_entry()
536 const char __user *buf, size_t count, loff_t *off) in scsi_dispatch_cmd_entry()
542 size_t count, loff_t *off) in ide_core_cp_entry()
[all …]
/linux-3.3/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c39 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
40 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
42 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
65 #define PCI_OFFSET_FIRST_RANGE(adapter, off) \ argument
67 #define PCI_OFFSET_SECOND_RANGE(adapter, off) \ argument
69 #define PCI_OFFSET_THIRD_RANGE(adapter, off) \ argument
73 unsigned long off) in pci_base_offset()
1131 ulong off, void __iomem **addr) in netxen_nic_pci_get_crb_addr_2M()
1166 netxen_nic_pci_set_crbwindow_2M(struct netxen_adapter *adapter, ulong off) in netxen_nic_pci_set_crbwindow_2M()
1188 ulong off = win_off; in netxen_nic_map_indirect_address_128M() local
[all …]
/linux-3.3/net/ceph/
Dpagevec.c97 loff_t off, size_t len) in ceph_copy_user_to_page_vector()
123 loff_t off, size_t len) in ceph_copy_to_page_vector()
147 loff_t off, size_t len) in ceph_copy_from_page_vector()
174 loff_t off, size_t len) in ceph_copy_page_vector_to_user()
203 void ceph_zero_page_vector_range(int off, int len, struct page **pages) in ceph_zero_page_vector_range()
/linux-3.3/arch/powerpc/boot/
Daddnote.c60 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
61 #define GET_32BE(off) ((GET_16BE(off) << 16) + GET_16BE((off)+2)) argument
63 #define PUT_16BE(off, v) (buf[off] = ((v) >> 8) & 0xff, \ argument
65 #define PUT_32BE(off, v) (PUT_16BE((off), (v) >> 16), \ argument
/linux-3.3/arch/mips/include/asm/
Duasm.h148 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
149 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
160 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
161 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
164 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
165 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument
176 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
177 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
181 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
182 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
[all …]
/linux-3.3/drivers/hid/
Dhid-roccat-koneplus.c195 char *buf, loff_t off, size_t count, in koneplus_sysfs_read()
221 void const *buf, loff_t off, size_t count, in koneplus_sysfs_write()
245 loff_t off, size_t count) in koneplus_sysfs_write_talk()
253 loff_t off, size_t count) in koneplus_sysfs_write_macro()
261 loff_t off, size_t count) in koneplus_sysfs_read_sensor()
269 loff_t off, size_t count) in koneplus_sysfs_write_sensor()
277 loff_t off, size_t count) in koneplus_sysfs_write_tcu()
285 loff_t off, size_t count) in koneplus_sysfs_read_tcu_image()
293 loff_t off, size_t count) in koneplus_sysfs_read_profilex_settings()
315 loff_t off, size_t count) in koneplus_sysfs_write_profile_settings()
[all …]
/linux-3.3/arch/arm/mach-ebsa110/
Dio.c330 u32 off; in outsb() local
345 u32 off; in insb() local
363 u32 off; in outsw() local
378 u32 off; in insw() local
400 u32 off = port << 1; in outsl() local
410 u32 off = port << 1; in insl() local
/linux-3.3/drivers/rtc/
Drtc-bq4802.c29 static u8 bq4802_read_io(struct bq4802 *p, int off) in bq4802_read_io()
34 static void bq4802_write_io(struct bq4802 *p, int off, u8 val) in bq4802_write_io()
39 static u8 bq4802_read_mem(struct bq4802 *p, int off) in bq4802_read_mem()
44 static void bq4802_write_mem(struct bq4802 *p, int off, u8 val) in bq4802_write_mem()
/linux-3.3/arch/m68k/include/asm/
Dfb.h12 unsigned long off) in fb_pgprotect()
18 unsigned long off) in fb_pgprotect()
/linux-3.3/drivers/pci/
Dvpd.c11 int pci_vpd_find_tag(const u8 *buf, unsigned int off, unsigned int len, u8 rdt) in pci_vpd_find_tag()
46 int pci_vpd_find_info_keyword(const u8 *buf, unsigned int off, in pci_vpd_find_info_keyword()
/linux-3.3/arch/xtensa/variants/s6000/
Dgpio.c36 static int direction_input(struct gpio_chip *chip, unsigned int off) in direction_input()
42 static int get(struct gpio_chip *chip, unsigned int off) in get()
47 static int direction_output(struct gpio_chip *chip, unsigned int off, int val) in direction_output()
55 static void set(struct gpio_chip *chip, unsigned int off, int val) in set()
/linux-3.3/arch/sparc/include/asm/
Djsflash.h24 __u64 off; /* 0x20000000 is included */ member
35 __u64 off; member

12345678910>>...28