Home
last modified time | relevance | path

Searched defs:off (Results 1 – 200 of 842) sorted by relevance

12345

/linux-4.4.14/arch/powerpc/boot/
Daddnote.c68 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument
69 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument
70 #define GET_64BE(off) ((((unsigned long long)GET_32BE(off)) << 32ULL) + \ argument
72 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument
74 #define PUT_32BE(off, v)(PUT_16BE((off), (v) >> 16L), PUT_16BE((off) + 2, (v))) argument
75 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument
78 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument
79 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument
80 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument
82 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument
[all …]
/linux-4.4.14/arch/arm/mach-clps711x/include/mach/
Dhardware.h30 #define clps_readb(off) readb(CLPS711X_VIRT_BASE + (off)) argument
31 #define clps_readw(off) readw(CLPS711X_VIRT_BASE + (off)) argument
32 #define clps_readl(off) readl(CLPS711X_VIRT_BASE + (off)) argument
33 #define clps_writeb(val,off) writeb(val, CLPS711X_VIRT_BASE + (off)) argument
34 #define clps_writew(val,off) writew(val, CLPS711X_VIRT_BASE + (off)) argument
35 #define clps_writel(val,off) writel(val, CLPS711X_VIRT_BASE + (off)) argument
/linux-4.4.14/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-4.4.14/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
244 loff_t off; in __hfs_bnode_create() local
[all …]
Dmdb.c75 loff_t off; in hfs_mdb_get() local
304 int off, size, len; in hfs_mdb_commit() local
Dbfind.c45 u16 off, len, keylen; in __hfs_brec_find() local
166 u16 off, len, keylen; in hfs_brec_goto() local
Dbtree.c227 unsigned off; in hfs_bmap_alloc() local
315 u16 off, len; in hfs_bmap_free() local
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-modes.S18 #define LOAD_DATA(reg, off) \ argument
20 #define SAVE_DATA(reg, off) \ argument
25 #define LOAD_IV(reg, off) \ argument
27 #define SAVE_IV(reg, off) \ argument
35 #define LOAD_DATA(reg, off) \ argument
38 #define SAVE_DATA(reg, off) \ argument
42 #define LOAD_IV(reg, off) \ argument
45 #define SAVE_IV(reg, off) \ argument
Daes-spe-core.S27 #define LWH(out, off) \ argument
30 #define LWL(out, off) \ argument
33 #define LBZ(out, tab, off) \ argument
36 #define LAH(out, in, bpos, off) \ argument
40 #define LAL(out, in, bpos, off) \ argument
Dsha256-spe-asm.S95 #define LOAD_DATA(reg, off) \ argument
100 #define LOAD_DATA(reg, off) \ argument
106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
Daes-spe-keys.S16 #define LOAD_KEY(d, s, off) \ argument
19 #define LOAD_KEY(d, s, off) \ argument
Dmd5-asm.S56 #define LOAD_DATA(reg, off) \ argument
62 #define LOAD_DATA(reg, off) \ argument
69 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
Dsha1-spe-asm.S100 #define LOAD_DATA(reg, off) \ argument
105 #define LOAD_DATA(reg, off) \ argument
111 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
/linux-4.4.14/drivers/scsi/
Dscsi_logging.c81 size_t off = 0; in sdev_format_header() local
101 size_t off = 0, logbuf_len; in sdev_prefix_printk() local
128 size_t off = 0, logbuf_len; in scmd_printk() local
153 size_t off; in scsi_format_opcode_name() local
201 size_t off; in __scsi_format_command() local
224 size_t off, logbuf_len; in scsi_print_command() local
290 size_t off = 0; in scsi_format_extd_sense() local
320 size_t off; in scsi_format_sense_hdr() local
352 size_t off; in scsi_log_dump_sense() local
369 size_t off, logbuf_len; in scsi_log_print_sense_hdr() local
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dmips-cpc.h65 #define BUILD_CPC_R_(name, off) \ argument
76 #define BUILD_CPC__W(name, off) \ argument
82 #define BUILD_CPC_RW(name, off) \ argument
86 #define BUILD_CPC_Cx_R_(name, off) \ argument
90 #define BUILD_CPC_Cx__W(name, off) \ argument
94 #define BUILD_CPC_Cx_RW(name, off) \ argument
Duasm.h202 # define UASM_i_LL(buf, rs, rt, off) uasm_i_lld(buf, rs, rt, off) argument
203 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument
208 # define UASM_i_SC(buf, rs, rt, off) uasm_i_scd(buf, rs, rt, off) argument
214 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument
218 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument
219 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument
224 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument
230 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument
233 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument
234 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument
[all …]
Dmips-cm.h116 #define BUILD_CM_R_(name, off) \ argument
150 #define BUILD_CM__W(name, off) \ argument
169 #define BUILD_CM_RW(name, off) \ argument
173 #define BUILD_CM_Cx_R_(name, off) \ argument
177 #define BUILD_CM_Cx__W(name, off) \ argument
181 #define BUILD_CM_Cx_RW(name, off) \ argument
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/mips/mm/
Dpage.c106 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu()
225 static void build_clear_store(u32 **buf, int off) in build_clear_store()
234 static inline void build_clear_pref(u32 **buf, int off) in build_clear_pref()
268 int off; in build_clear_page() local
359 static void build_copy_load(u32 **buf, int reg, int off) in build_copy_load()
368 static void build_copy_store(u32 **buf, int reg, int off) in build_copy_store()
377 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref()
386 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref()
415 int off; in build_copy_page() local
/linux-4.4.14/drivers/w1/slaves/
Dw1_ds2408.c76 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read()
89 loff_t off, size_t count) in output_read()
102 loff_t off, size_t count) in activity_read()
115 loff_t off, size_t count) in cond_search_mask_read()
129 char *buf, loff_t off, size_t count) in cond_search_polarity_read()
139 loff_t off, size_t count) in status_control_read()
149 loff_t off, size_t count) in output_write()
220 loff_t off, size_t count) in activity_write()
250 loff_t off, size_t count) in status_control_write()
Dw1_ds28e04.c67 static inline size_t w1_f1C_fix_count(loff_t off, size_t count, size_t size) in w1_f1C_fix_count()
82 int off = block * W1_PAGE_SIZE; in w1_f1C_refresh_block() local
123 loff_t off, size_t count) in eeprom_read()
231 loff_t off, size_t count) in eeprom_write()
286 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_read()
305 struct bin_attribute *bin_attr, char *buf, loff_t off, in pio_write()
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 loff_t off, size_t count) in eeprom_read()
207 loff_t off, size_t count) in eeprom_write()
Dw1_ds2433.c56 static inline size_t w1_f23_fix_count(loff_t off, size_t count, size_t size) in w1_f23_fix_count()
72 int off = block * W1_PAGE_SIZE; in w1_f23_refresh_block() local
98 loff_t off, size_t count) in eeprom_read()
212 loff_t off, size_t count) in eeprom_write()
Dw1_ds2413.c34 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read()
72 loff_t off, size_t count) in output_write()
Dw1_ds2406.c34 char *buf, loff_t off, size_t count) in w1_f12_read_state()
71 char *buf, loff_t off, size_t count) in w1_f12_write_output()
/linux-4.4.14/drivers/gpio/
Dgpio-ucb1400.c15 static int ucb1400_gpio_dir_in(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_dir_in()
23 static int ucb1400_gpio_dir_out(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_dir_out()
32 static int ucb1400_gpio_get(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_get()
39 static void ucb1400_gpio_set(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_set()
Dgpio-samsung.c44 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_setpull_updown()
59 unsigned int off) in samsung_gpio_getpull_updown()
72 unsigned int off, samsung_gpio_pull_t pull) in s3c2443_gpio_setpull()
89 unsigned int off) in s3c2443_gpio_getpull()
112 unsigned int off, samsung_gpio_pull_t pull, in s3c24xx_gpio_setpull_1()
130 unsigned int off, in s3c24xx_gpio_getpull_1()
141 unsigned int off) in s3c24xx_gpio_getpull_1up()
147 unsigned int off, samsung_gpio_pull_t pull) in s3c24xx_gpio_setpull_1up()
153 unsigned int off) in s3c24xx_gpio_getpull_1down()
159 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()
Dgpio-adp5588.c66 static int adp5588_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5588_gpio_get_value()
87 unsigned off, int val) in adp5588_gpio_set_value()
107 static int adp5588_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5588_gpio_direction_input()
125 unsigned off, int val) in adp5588_gpio_direction_output()
153 static int adp5588_gpio_to_irq(struct gpio_chip *chip, unsigned off) in adp5588_gpio_to_irq()
Dgpio-max732x.c197 static inline int is_group_a(struct max732x_chip *chip, unsigned off) in is_group_a()
202 static int max732x_gpio_get_value(struct gpio_chip *gc, unsigned off) in max732x_gpio_get_value()
215 static void max732x_gpio_set_mask(struct gpio_chip *gc, unsigned off, int mask, in max732x_gpio_set_mask()
240 static void max732x_gpio_set_value(struct gpio_chip *gc, unsigned off, int val) in max732x_gpio_set_value()
260 static int max732x_gpio_direction_input(struct gpio_chip *gc, unsigned off) in max732x_gpio_direction_input()
282 unsigned off, int val) in max732x_gpio_direction_output()
404 uint16_t off = d->hwirq; in max732x_irq_set_type() local
Dgpio-pca953x.c118 int off) in pca953x_read_single()
137 int off) in pca953x_write_single()
217 static int pca953x_gpio_direction_input(struct gpio_chip *gc, unsigned off) in pca953x_gpio_direction_input()
246 unsigned off, int val) in pca953x_gpio_direction_output()
296 static int pca953x_gpio_get_value(struct gpio_chip *gc, unsigned off) in pca953x_gpio_get_value()
324 static void pca953x_gpio_set_value(struct gpio_chip *gc, unsigned off, int val) in pca953x_gpio_set_value()
/linux-4.4.14/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()
74 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
97 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
104 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
303 int i, off, key_off; in hfs_bnode_dump() local
408 loff_t off; in __hfs_bnode_create() local
485 int i, rec_off, off, next_off; in hfs_bnode_find() local
Dbfind.c116 u16 off, len, keylen; in __hfs_brec_find() local
235 u16 off, len, keylen; in hfs_brec_goto() local
Dbtree.c349 unsigned off; in hfs_bmap_alloc() local
439 u16 off, len; in hfs_bmap_free() local
/linux-4.4.14/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-4.4.14/drivers/hid/
Dhid-picolcd_debugfs.c83 size_t s, loff_t *off) in picolcd_debug_eeprom_read()
122 size_t s, loff_t *off) in picolcd_debug_eeprom_write()
179 static int _picolcd_flash_setaddr(struct picolcd_data *data, u8 *buf, long off) in _picolcd_flash_setaddr()
190 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read()
226 size_t s, loff_t *off) in picolcd_debug_flash_read()
245 loff_t *off) in _picolcd_flash_erase64()
272 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write()
309 size_t s, loff_t *off) in picolcd_debug_flash_write()
Dhid-roccat-pyra.c90 char *buf, loff_t off, size_t count, in pyra_sysfs_read()
116 void const *buf, loff_t off, size_t count, in pyra_sysfs_write()
192 loff_t off, size_t count) in pyra_sysfs_read_profilex_settings()
211 loff_t off, size_t count) in pyra_sysfs_read_profilex_buttons()
249 loff_t off, size_t count) in pyra_sysfs_write_settings()
Dhid-roccat-arvo.c192 loff_t off, size_t count, size_t real_size, uint command) in arvo_sysfs_write()
211 struct kobject *kobj, void *buf, loff_t off, in arvo_sysfs_read()
235 loff_t off, size_t count) in arvo_sysfs_write_button()
245 loff_t off, size_t count) in arvo_sysfs_read_info()
Dhid-wiimote-debug.c27 loff_t *off) in wiidebug_eeprom_read()
128 size_t s, loff_t *off) in wiidebug_drm_write()
Dhid-roccat-koneplus.c87 char *buf, loff_t off, size_t count, in koneplus_sysfs_read()
113 void const *buf, loff_t off, size_t count, in koneplus_sysfs_write()
194 loff_t off, size_t count) in koneplus_sysfs_read_profilex_settings()
213 loff_t off, size_t count) in koneplus_sysfs_read_profilex_buttons()
Dhid-roccat-common.c134 char *buf, loff_t off, size_t count, in roccat_common2_sysfs_read()
158 void const *buf, loff_t off, size_t count, in roccat_common2_sysfs_write()
Dhid-roccat-lua.c30 char *buf, loff_t off, size_t count, in lua_sysfs_read()
52 void const *buf, loff_t off, size_t count, in lua_sysfs_write()
Dhid-roccat-kovaplus.c128 char *buf, loff_t off, size_t count, in kovaplus_sysfs_read()
154 void const *buf, loff_t off, size_t count, in kovaplus_sysfs_write()
222 loff_t off, size_t count) in kovaplus_sysfs_read_profilex_settings()
241 loff_t off, size_t count) in kovaplus_sysfs_read_profilex_buttons()
Dhid-roccat-kone.c271 loff_t off, size_t count) { in kone_sysfs_read_settings()
296 loff_t off, size_t count) { in kone_sysfs_write_settings()
334 char *buf, loff_t off, size_t count) { in kone_sysfs_read_profilex()
355 char *buf, loff_t off, size_t count) { in kone_sysfs_write_profilex()
/linux-4.4.14/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
Dsys_ia64.c146 sys_mmap (unsigned long addr, unsigned long len, int prot, int flags, int fd, long off) in sys_mmap()
170 sys_pciconfig_read (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_read()
177 sys_pciconfig_write (unsigned long bus, unsigned long dfn, unsigned long off, unsigned long len, in sys_pciconfig_write()
/linux-4.4.14/drivers/misc/
Dlkdtm.c622 const char __user *user_buf, size_t count, loff_t *off) in do_register_entry()
658 size_t count, loff_t *off) in lkdtm_debugfs_read()
686 size_t count, loff_t *off) in int_hardware_entry()
692 size_t count, loff_t *off) in int_hw_irq_en()
698 size_t count, loff_t *off) in int_tasklet_entry()
704 size_t count, loff_t *off) in fs_devrw_entry()
710 size_t count, loff_t *off) in mem_swapout_entry()
716 size_t count, loff_t *off) in timeradd_entry()
722 const char __user *buf, size_t count, loff_t *off) in scsi_dispatch_cmd_entry()
728 size_t count, loff_t *off) in ide_core_cp_entry()
[all …]
Dds1682.c143 char *buf, loff_t off, size_t count) in ds1682_eeprom_read()
161 char *buf, loff_t off, size_t count) in ds1682_eeprom_write()
/linux-4.4.14/net/ceph/
Dpagevec.c95 loff_t off, size_t len) in ceph_copy_user_to_page_vector()
121 loff_t off, size_t len) in ceph_copy_to_page_vector()
144 loff_t off, size_t len) in ceph_copy_from_page_vector()
169 void ceph_zero_page_vector_range(int off, int len, struct page **pages) in ceph_zero_page_vector_range()
/linux-4.4.14/include/linux/reset/
Dbcm63xx_pmb.h42 u32 off, u32 op) in __bpcm_do_op()
67 u32 off, u32 *val) in bpcm_rd()
78 u32 off, u32 val) in bpcm_wr()
/linux-4.4.14/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()
Drtc-bq32k.c50 static int bq32k_read(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_read()
73 static int bq32k_write(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_write()
/linux-4.4.14/arch/arm/mach-ebsa110/
Dio.c350 u32 off; in outsb() local
365 u32 off; in insb() local
383 u32 off; in outsw() local
398 u32 off; in insw() local
420 u32 off = port << 1; in outsl() local
430 u32 off = port << 1; in insl() local
/linux-4.4.14/arch/arm/include/asm/
Dpercpu.h24 static inline void set_my_cpu_offset(unsigned long off) in set_my_cpu_offset()
32 unsigned long off; in __my_cpu_offset() local
Dbitops.h200 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_le(p,sz,off) argument
202 #define find_next_bit(p,sz,off) _find_next_bit_le(p,sz,off) argument
209 #define find_next_zero_bit(p,sz,off) _find_next_zero_bit_be(p,sz,off) argument
211 #define find_next_bit(p,sz,off) _find_next_bit_be(p,sz,off) argument
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dfbmem.h61 fbmem_peek(struct io_mapping *fb, u32 off) in fbmem_peek()
70 fbmem_poke(struct io_mapping *fb, u32 off, u32 val) in fbmem_poke()
79 fbmem_readback(struct io_mapping *fb, u32 off, u32 val) in fbmem_readback()
Dnv20.c38 uint32_t amount, off; in nv20_devinit_meminit() local
Dnv10.c78 int off = nvkm_rd32(device, 0x10020c) - 0x100000; in nv10_devinit_meminit() local
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c37 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
38 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
40 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
62 #define PCI_OFFSET_FIRST_RANGE(adapter, off) \ argument
64 #define PCI_OFFSET_SECOND_RANGE(adapter, off) \ argument
66 #define PCI_OFFSET_THIRD_RANGE(adapter, off) \ argument
70 unsigned long off) in pci_base_offset()
1126 ulong off, void __iomem **addr) in netxen_nic_pci_get_crb_addr_2M()
1161 netxen_nic_pci_set_crbwindow_2M(struct netxen_adapter *adapter, ulong off) in netxen_nic_pci_set_crbwindow_2M()
1183 ulong off = win_off; in netxen_nic_map_indirect_address_128M() local
[all …]
/linux-4.4.14/arch/m68k/include/asm/
Dfb.h12 unsigned long off) in fb_pgprotect()
18 unsigned long off) in fb_pgprotect()
Dblinken.h22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
/linux-4.4.14/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()
Dsyscall.c17 unsigned long, off, unsigned long, len, void __user *, buf) in SYSCALL_DEFINE5() argument
87 unsigned long, off, unsigned long, len, void __user *, buf) in SYSCALL_DEFINE5() argument
Dpci-sysfs.c631 loff_t off, size_t count) in pci_read_config()
708 loff_t off, size_t count) in pci_write_config()
770 loff_t off, size_t count) in read_vpd_attr()
785 loff_t off, size_t count) in write_vpd_attr()
813 loff_t off, size_t count) in pci_read_legacy_io()
839 loff_t off, size_t count) in pci_write_legacy_io()
1055 loff_t off, size_t count, bool write) in pci_resource_io()
1102 loff_t off, size_t count) in pci_read_resource_io()
1109 loff_t off, size_t count) in pci_write_resource_io()
1226 loff_t off, size_t count) in pci_write_rom()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Ddebug.c50 int block_debug_setup(void *addr, int len, __u64 off, __u64 id) in block_debug_setup()
64 int block_debug_check(char *who, void *addr, int end, __u64 off, __u64 id) in block_debug_check()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c20 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
21 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
23 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000)) argument
33 u64 off; member
1133 ulong off, void __iomem **addr) in qlcnic_pci_get_crb_addr_2M()
1166 qlcnic_pci_set_crbwindow_2M(struct qlcnic_adapter *adapter, ulong off) in qlcnic_pci_set_crbwindow_2M()
1190 int qlcnic_82xx_hw_write_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_write_wx_2M()
1222 int qlcnic_82xx_hw_read_wx_2M(struct qlcnic_adapter *adapter, ulong off, in qlcnic_82xx_hw_read_wx_2M()
1263 u32 window, u64 off, u64 *data, int op) in qlcnic_pci_mem_access_direct()
1291 qlcnic_pci_camqm_read_2M(struct qlcnic_adapter *adapter, u64 off, u64 *data) in qlcnic_pci_camqm_read_2M()
[all …]
/linux-4.4.14/arch/sparc/include/uapi/asm/
Djsflash.h24 __u64 off; /* 0x20000000 is included */ member
35 __u64 off; member
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_main.c70 char *buf, loff_t off, size_t count) in read_fw()
79 char *buf, loff_t off, size_t count) in write_fw()
88 char *buf, loff_t off, size_t count) in read_fs()
97 char *buf, loff_t off, size_t count) in write_fs()
113 char *buf, loff_t off, size_t count) in read_vda()
122 char *buf, loff_t off, size_t count) in write_vda()
131 char *buf, loff_t off, size_t count) in read_live_nvram()
142 char *buf, loff_t off, size_t count) in write_live_nvram()
162 char *buf, loff_t off, size_t count) in read_default_nvram()
173 char *buf, loff_t off, size_t count) in read_hw()
[all …]
Desas2r_ioctl.c1590 int esas2r_read_fw(struct esas2r_adapter *a, char *buf, long off, int count) in esas2r_read_fw()
1681 int esas2r_write_fw(struct esas2r_adapter *a, const char *buf, long off, in esas2r_write_fw()
1849 int esas2r_read_vda(struct esas2r_adapter *a, char *buf, long off, int count) in esas2r_read_vda()
1912 int esas2r_write_vda(struct esas2r_adapter *a, const char *buf, long off, in esas2r_write_vda()
1971 int esas2r_read_fs(struct esas2r_adapter *a, char *buf, long off, int count) in esas2r_read_fs()
2050 int esas2r_write_fs(struct esas2r_adapter *a, const char *buf, long off, in esas2r_write_fs()
/linux-4.4.14/arch/powerpc/platforms/maple/
Dpci.c84 static unsigned long u3_agp_cfa0(u8 devfn, u8 off) in u3_agp_cfa0()
91 static unsigned long u3_agp_cfa1(u8 bus, u8 devfn, u8 off) in u3_agp_cfa1()
188 static unsigned long u3_ht_cfa0(u8 devfn, u8 off) in u3_ht_cfa0()
193 static unsigned long u3_ht_cfa1(u8 bus, u8 devfn, u8 off) in u3_ht_cfa1()
338 static unsigned int u4_pcie_cfa0(unsigned int devfn, unsigned int off) in u4_pcie_cfa0()
347 unsigned int off) in u4_pcie_cfa1()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-nvram.c32 int off; in opal_nvram_read() local
49 int off; in opal_nvram_write() local
/linux-4.4.14/drivers/isdn/hisax/
Dteleint.c25 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
43 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
64 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
81 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dmic.c32 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
42 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
50 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
57 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dgazel.c45 readreg(unsigned int adr, u_short off) in readreg()
51 writereg(unsigned int adr, u_short off, u_char data) in writereg()
70 readreg_ipac(unsigned int adr, u_short off) in readreg_ipac()
80 writereg_ipac(unsigned int adr, u_short off, u_char data) in writereg_ipac()
88 read_fifo_ipac(unsigned int adr, u_short off, u_char *data, int size) in read_fifo_ipac()
95 write_fifo_ipac(unsigned int adr, u_short off, u_char *data, int size) in write_fifo_ipac()
Dix1_micro.c42 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
52 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
60 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
67 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dsaphir.c34 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
44 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
52 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
59 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dniccy.c46 static inline u_char readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
55 static inline void readfifo(unsigned int ale, unsigned int adr, u_char off, in readfifo()
62 static inline void writereg(unsigned int ale, unsigned int adr, u_char off, in writereg()
69 static inline void writefifo(unsigned int ale, unsigned int adr, u_char off, in writefifo()
Dbkm_a4t.c27 readreg(unsigned int ale, unsigned long adr, u_char off) in readreg()
42 readfifo(unsigned int ale, unsigned long adr, u_char off, u_char *data, int size) in readfifo()
51 writereg(unsigned int ale, unsigned long adr, u_char off, u_char data) in writereg()
62 writefifo(unsigned int ale, unsigned long adr, u_char off, u_char *data, int size) in writefifo()
Dbkm_a8.c41 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
50 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
60 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
67 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Dteles0.c31 readisac(void __iomem *adr, u_char off) in readisac()
37 writeisac(void __iomem *adr, u_char off, u_char data) in writeisac()
44 readhscx(void __iomem *adr, int hscx, u_char off) in readhscx()
51 writehscx(void __iomem *adr, int hscx, u_char off, u_char data) in writehscx()
Dnj_u.c19 static u_char dummyrr(struct IsdnCardState *cs, int chan, u_char off) in dummyrr()
24 static void dummywr(struct IsdnCardState *cs, int chan, u_char off, u_char value) in dummywr()
Dtelespci.c44 readisac(void __iomem *adr, u_char off) in readisac()
61 writeisac(void __iomem *adr, u_char off, u_char data) in writeisac()
77 readhscx(void __iomem *adr, int hscx, u_char off) in readhscx()
93 writehscx(void __iomem *adr, int hscx, u_char off, u_char data) in writehscx()
Dnj_s.c19 static u_char dummyrr(struct IsdnCardState *cs, int chan, u_char off) in dummyrr()
24 static void dummywr(struct IsdnCardState *cs, int chan, u_char off, u_char value) in dummywr()
Dasuscom.c44 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
54 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
62 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
69 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Denternow_pci.c135 static unsigned char dummyrr(struct IsdnCardState *cs, int chan, unsigned char off) in dummyrr()
140 static void dummywr(struct IsdnCardState *cs, int chan, unsigned char off, unsigned char value) in dummywr()
Delsa.c142 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
152 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
160 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
167 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
238 readitac(struct IsdnCardState *cs, u_char off) in readitac()
248 writeitac(struct IsdnCardState *cs, u_char off, u_char data) in writeitac()
Ddiva.c82 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
92 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
100 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
107 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
114 memreadreg(unsigned long adr, u_char off) in memreadreg()
121 memwritereg(unsigned long adr, u_char off, u_char data) in memwritereg()
Dsedlbauer.c120 readreg(unsigned int ale, unsigned int adr, u_char off) in readreg()
130 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in readfifo()
138 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) in writereg()
145 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) in writefifo()
Davm_a1.c29 readreg(unsigned int adr, u_char off) in readreg()
35 writereg(unsigned int adr, u_char off, u_char data) in writereg()
Ds0box.c22 writereg(unsigned int padr, signed int addr, u_char off, u_char val) { in writereg()
38 readreg(unsigned int padr, signed int addr, u_char off) { in readreg()
Dteles3.c29 readreg(unsigned int adr, u_char off) in readreg()
35 writereg(unsigned int adr, u_char off, u_char data) in writereg()
/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-priv.h59 static inline int etm_readl_cp14(u32 off, unsigned int *val) { return 0; } in etm_readl_cp14()
60 static inline int etm_writel_cp14(u32 off, u32 val) { return 0; } in etm_writel_cp14()
/linux-4.4.14/tools/net/
Dbpf_exp.y667 int off = bpf_find_insns_offset(labels_k[i]); in bpf_reduce_k_jumps() local
679 int off = bpf_find_insns_offset(labels_jt[i]); in bpf_reduce_jt_jumps() local
691 int off = bpf_find_insns_offset(labels_jf[i]); in bpf_reduce_jf_jumps() local
/linux-4.4.14/arch/mips/bcm47xx/
Dprom.c59 unsigned long off; in prom_init_mem() local
139 unsigned long off = (unsigned long)prom_init; in bcm47xx_prom_highmem_init() local
/linux-4.4.14/drivers/vfio/platform/
Dvfio_platform_common.c326 loff_t off) in vfio_platform_read_mmio()
384 loff_t off = *ppos & VFIO_PLATFORM_OFFSET_MASK; in vfio_platform_read() local
403 loff_t off) in vfio_platform_write_mmio()
460 loff_t off = *ppos & VFIO_PLATFORM_OFFSET_MASK; in vfio_platform_write() local
/linux-4.4.14/drivers/sbus/char/
Dbbc_i2c.c149 int bbc_i2c_writeb(struct bbc_i2c_client *client, unsigned char val, int off) in bbc_i2c_writeb()
180 int bbc_i2c_readb(struct bbc_i2c_client *client, unsigned char *byte, int off) in bbc_i2c_readb()
230 char *buf, int len, int off) in bbc_i2c_write_buf()
246 char *buf, int len, int off) in bbc_i2c_read_buf()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c50 static inline u32 enet_readl(struct bcm_enet_priv *priv, u32 off) in enet_readl()
56 u32 val, u32 off) in enet_writel()
64 static inline u32 enetsw_readl(struct bcm_enet_priv *priv, u32 off) in enetsw_readl()
70 u32 val, u32 off) in enetsw_writel()
75 static inline u16 enetsw_readw(struct bcm_enet_priv *priv, u32 off) in enetsw_readw()
81 u16 val, u32 off) in enetsw_writew()
86 static inline u8 enetsw_readb(struct bcm_enet_priv *priv, u32 off) in enetsw_readb()
92 u8 val, u32 off) in enetsw_writeb()
99 static inline u32 enet_dma_readl(struct bcm_enet_priv *priv, u32 off) in enet_dma_readl()
105 u32 val, u32 off) in enet_dma_writel()
[all …]
/linux-4.4.14/net/netfilter/
Dnf_conntrack_seqadj.c10 s32 off) in nf_ct_seqadj_init()
30 __be32 seq, s32 off) in nf_ct_seqadj_set()
61 s32 off) in nf_ct_tcp_seqadj_set()
Dnf_nat_proto_common.c46 u_int16_t off; in nf_nat_l4proto_unique_tuple() local
/linux-4.4.14/drivers/input/misc/
Dmma8450.c61 static int mma8450_read(struct mma8450 *m, unsigned off) in mma8450_read()
75 static int mma8450_write(struct mma8450 *m, unsigned off, u8 v) in mma8450_write()
91 static int mma8450_read_block(struct mma8450 *m, unsigned off, in mma8450_read_block()
/linux-4.4.14/drivers/staging/octeon-usb/
Docteon-hcd.h56 #define CVMX_USBCXREG2(reg, bid, off) \ argument
73 #define CVMX_USBCX_HCCHARX(off, bid) CVMX_USBCXREG2(0x500, bid, off) argument
75 #define CVMX_USBCX_HCINTMSKX(off, bid) CVMX_USBCXREG2(0x50c, bid, off) argument
76 #define CVMX_USBCX_HCINTX(off, bid) CVMX_USBCXREG2(0x508, bid, off) argument
77 #define CVMX_USBCX_HCSPLTX(off, bid) CVMX_USBCXREG2(0x504, bid, off) argument
78 #define CVMX_USBCX_HCTSIZX(off, bid) CVMX_USBCXREG2(0x510, bid, off) argument
/linux-4.4.14/include/net/
Dudplite.h102 const int off = skb_transport_offset(skb); in udplite_csum_outgoing() local
117 const int off = skb_transport_offset(skb); in udplite_csum() local
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlproc_lov.c57 size_t count, loff_t *off) in lov_stripesize_seq_write()
90 size_t count, loff_t *off) in lov_stripeoffset_seq_write()
122 size_t count, loff_t *off) in lov_stripetype_seq_write()
154 size_t count, loff_t *off) in lov_stripecount_seq_write()
/linux-4.4.14/drivers/acpi/
Dec_sys.c32 size_t count, loff_t *off) in acpi_ec_read_io()
66 size_t count, loff_t *off) in acpi_ec_write_io()
/linux-4.4.14/arch/unicore32/kernel/
Dptrace.c63 static int ptrace_read_user(struct task_struct *tsk, unsigned long off, in ptrace_read_user()
78 static int ptrace_write_user(struct task_struct *tsk, unsigned long off, in ptrace_write_user()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_attr.c22 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_fw_dump()
55 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_fw_dump()
152 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_fw_dump_template()
170 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_fw_dump_template()
238 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_nvram()
257 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_nvram()
325 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_optrom()
346 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_optrom()
379 char *buf, loff_t off, size_t count) in qla2x00_sysfs_write_optrom_ctl()
560 char *buf, loff_t off, size_t count) in qla2x00_sysfs_read_vpd()
[all …]
/linux-4.4.14/kernel/
Dkallsyms.c91 static unsigned int kallsyms_expand_symbol(unsigned int off, in kallsyms_expand_symbol()
142 static char kallsyms_get_symbol_type(unsigned int off) in kallsyms_get_symbol_type()
184 unsigned int off; in kallsyms_lookup_name() local
202 unsigned int off; in kallsyms_on_each_symbol() local
470 unsigned off = iter->nameoff; in get_ksymbol_core() local
/linux-4.4.14/net/rds/
Dcong.c294 unsigned long off; in rds_cong_set_bit() local
308 unsigned long off; in rds_cong_clear_bit() local
322 unsigned long off; in rds_cong_test_bit() local
/linux-4.4.14/arch/arm/include/asm/hardware/
Diomd.h23 #define iomd_readb(off) __raw_readb(IOMD_BASE + (off)) argument
24 #define iomd_readl(off) __raw_readl(IOMD_BASE + (off)) argument
25 #define iomd_writeb(val,off) __raw_writeb(val, IOMD_BASE + (off)) argument
26 #define iomd_writel(val,off) __raw_writel(val, IOMD_BASE + (off)) argument
Dioc.h22 #define ioc_readb(off) __raw_readb(IOC_BASE + (off)) argument
23 #define ioc_writeb(val,off) __raw_writeb(val, IOC_BASE + (off)) argument
/linux-4.4.14/drivers/staging/iio/accel/
Dadis16220_core.c99 loff_t off, in adis16220_capture_buffer_read()
162 loff_t off, in adis16220_accel_bin_read()
183 char *buf, loff_t off, in adis16220_adc1_bin_read()
204 char *buf, loff_t off, in adis16220_adc2_bin_read()
/linux-4.4.14/fs/freevxfs/
Dvxfs_bmap.c136 int64_t off; in vxfs_bmap_indir() local
209 int64_t off = (typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_bmap_typed() local
/linux-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-orion.c40 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_get() local
55 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS; in orion_mpp_ctrl_set() local
/linux-4.4.14/arch/powerpc/sysdev/
Dmv64x60_pci.c30 loff_t off, size_t count) in mv64x60_hs_reg_read()
51 loff_t off, size_t count) in mv64x60_hs_reg_write()
Dscom.c111 loff_t off = *ppos; in scom_debug_read() local
148 loff_t off = *ppos; in scom_debug_write() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_keys.c127 size_t off; in ipath_lkey_ok() local
207 size_t off; in ipath_rkey_ok() local
Dipath_diag.c326 size_t count, loff_t *off) in ipath_diagpkt_write()
489 size_t count, loff_t *off) in ipath_diag_read()
521 size_t count, loff_t *off) in ipath_diag_write()
/linux-4.4.14/lib/
Dkfifo.c103 unsigned int len, unsigned int off) in kfifo_copy_in()
142 unsigned int len, unsigned int off) in kfifo_copy_out()
189 const void __user *from, unsigned int len, unsigned int off, in kfifo_copy_from_user()
250 unsigned int len, unsigned int off, unsigned int *copied) in kfifo_copy_to_user()
313 unsigned int off; in setup_sgl_buf() local
348 int nents, unsigned int len, unsigned int off) in setup_sgl()
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpci.c127 #define MACRISC_CFA0(devfn, off) \ argument
132 #define MACRISC_CFA1(bus, devfn, off) \ argument
266 #define U3_HT_CFA0(devfn, off) \ argument
268 #define U3_HT_CFA1(bus, devfn, off) \ argument
386 #define U4_PCIE_CFA0(devfn, off) \ argument
392 #define U4_PCIE_CFA1(bus, devfn, off) \ argument
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dlproc_fid.c99 size_t count, loff_t *off) in ldebugfs_fid_space_seq_write()
137 size_t count, loff_t *off) in ldebugfs_fid_width_seq_write()
/linux-4.4.14/drivers/acpi/apei/
Derst-dbg.c91 size_t usize, loff_t *off) in erst_dbg_read()
161 size_t usize, loff_t *off) in erst_dbg_write()
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S191 #define CSUMCOPY_BIGCHUNK_ALIGNED(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
213 #define CSUMCOPY_BIGCHUNK(src, dst, sum, off, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
236 #define CSUMCOPY_LASTCHUNK(src, dst, sum, off, t0, t1, t2, t3) \ argument
/linux-4.4.14/drivers/misc/eeprom/
Deeprom_93xx46.c39 char *buf, loff_t off, size_t count) in eeprom_93xx46_bin_read()
144 const char *buf, unsigned off) in eeprom_93xx46_write_word()
187 char *buf, loff_t off, size_t count) in eeprom_93xx46_bin_write()
Dat24.c253 char *buf, loff_t off, size_t count) in at24_read()
288 char *buf, loff_t off, size_t count) in at24_bin_read()
383 static ssize_t at24_write(struct at24_data *at24, const char *buf, loff_t off, in at24_write()
419 char *buf, loff_t off, size_t count) in at24_bin_write()
Dat25.c137 char *buf, loff_t off, size_t count) in at25_bin_read()
150 at25_ee_write(struct at25_data *at25, const char *buf, loff_t off, in at25_ee_write()
271 char *buf, loff_t off, size_t count) in at25_bin_write()
/linux-4.4.14/drivers/vfio/pci/
Dvfio_pci_rdwr.c31 loff_t off, size_t count, size_t x_start, in do_io_rw()
184 loff_t off, pos = *ppos & VFIO_PCI_OFFSET_MASK; in vfio_pci_vga_rw() local
/linux-4.4.14/drivers/i2c/
Di2c-slave-eeprom.c78 struct bin_attribute *attr, char *buf, loff_t off, size_t count) in i2c_slave_eeprom_bin_read()
93 struct bin_attribute *attr, char *buf, loff_t off, size_t count) in i2c_slave_eeprom_bin_write()
/linux-4.4.14/net/ipv4/
Dtcp_memcontrol.c116 char *buf, size_t nbytes, loff_t off) in tcp_cgroup_write()
179 char *buf, size_t nbytes, loff_t off) in tcp_cgroup_reset()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dkeys.c184 size_t off; in hfi1_lkey_ok() local
280 size_t off; in hfi1_rkey_ok() local
/linux-4.4.14/block/
Dblk-cgroup.c581 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat()
596 int off) in blkg_prfill_rwstat()
605 struct blkg_policy_data *pd, int off) in blkg_prfill_rwstat_field()
648 int off) in blkg_prfill_rwstat_field_recursive()
699 struct blkcg_policy *pol, int off) in blkg_stat_recursive_sum()
741 struct blkcg_policy *pol, int off) in blkg_rwstat_recursive_sum()
Dblk-throttle.c1112 int off) in tg_prfill_conf_u64()
1123 int off) in tg_prfill_conf_uint()
1186 char *buf, size_t nbytes, loff_t off, bool is_u64) in tg_set_conf()
1219 char *buf, size_t nbytes, loff_t off) in tg_set_conf_u64()
1225 char *buf, size_t nbytes, loff_t off) in tg_set_conf_uint()
1269 int off) in tg_prfill_max()
1303 char *buf, size_t nbytes, loff_t off) in tg_set_max()
/linux-4.4.14/drivers/char/tpm/
Dtpm-dev.c87 size_t size, loff_t *off) in tpm_read()
116 size_t size, loff_t *off) in tpm_write()
/linux-4.4.14/arch/sh/kernel/cpu/
Dadc.c14 int off; in adc_single() local
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-disp.c172 static int solo_dma_vin_region(struct solo_dev *solo_dev, u32 off, in solo_dma_vin_region()
213 u32 off = SOLO_MOT_FLAG_AREA + ch * SOLO_MOT_THRESH_SIZE * 2; in solo_set_motion_block() local
Dsolo6x10-i2c.c33 u8 solo_i2c_readbyte(struct solo_dev *solo_dev, int id, u8 addr, u8 off) in solo_i2c_readbyte()
54 u8 off, u8 data) in solo_i2c_writebyte()
/linux-4.4.14/drivers/char/
Dmbcs.c311 size_t len, loff_t * off) in do_mbcs_sram_dmawrite()
348 size_t len, loff_t * off) in do_mbcs_sram_dmaread()
403 static ssize_t mbcs_sram_read(struct file * fp, char __user *buf, size_t len, loff_t * off) in mbcs_sram_read()
428 mbcs_sram_write(struct file * fp, const char __user *buf, size_t len, loff_t * off) in mbcs_sram_write()
452 static loff_t mbcs_sram_llseek(struct file * filp, loff_t off, int whence) in mbcs_sram_llseek()
/linux-4.4.14/arch/powerpc/include/asm/
Ddma-mapping.h62 #define __dma_sync_page(pg, off, sz, rw) ((void)0) argument
116 static inline void set_dma_offset(struct device *dev, dma_addr_t off) in set_dma_offset()
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/x86/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/sparc/kernel/
Djump_label.c20 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() local
/linux-4.4.14/drivers/irqchip/
Dirq-sunxi-nmi.c53 static inline void sunxi_sc_nmi_write(struct irq_chip_generic *gc, u32 off, in sunxi_sc_nmi_write()
59 static inline u32 sunxi_sc_nmi_read(struct irq_chip_generic *gc, u32 off) in sunxi_sc_nmi_read()
/linux-4.4.14/arch/avr32/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/sh/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/arm64/include/asm/
Dfb.h24 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/m32r/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/ia64/include/asm/
Dfb.h10 unsigned long off) in fb_pgprotect()
/linux-4.4.14/arch/parisc/include/asm/
Dfb.h9 unsigned long off) in fb_pgprotect()
/linux-4.4.14/drivers/isdn/divert/
Ddivert_procfs.c84 isdn_divert_read(struct file *file, char __user *buf, size_t count, loff_t *off) in isdn_divert_read()
113 isdn_divert_write(struct file *file, const char __user *buf, size_t count, loff_t *off) in isdn_divert_write()
/linux-4.4.14/drivers/usb/gadget/
Du_os_desc.h63 static inline u8 *usb_ext_prop_data_len_ptr(u8 *buf, size_t off) in usb_ext_prop_data_len_ptr()
69 static inline u8 *usb_ext_prop_data_ptr(u8 *buf, size_t off) in usb_ext_prop_data_ptr()
/linux-4.4.14/include/uapi/linux/tc_ematch/
Dtc_em_nbyte.h8 __u16 off; member
Dtc_em_cmp.h10 __u16 off; member
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_keys.c160 size_t off; in qib_lkey_ok() local
258 size_t off; in qib_rkey_ok() local
/linux-4.4.14/drivers/power/
Dpower_supply_sysfs.c73 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_show_property() local
117 const ptrdiff_t off = attr - power_supply_attrs; in power_supply_store_property() local
/linux-4.4.14/drivers/bcma/
Ddriver_pci_host.c60 unsigned int func, unsigned int off) in bcma_get_cfgspace_addr()
85 unsigned int func, unsigned int off, in bcma_extpci_read_config()
149 unsigned int func, unsigned int off, in bcma_extpci_write_config()
/linux-4.4.14/drivers/input/keyboard/
Dadp5588-keys.c74 static int adp5588_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5588_gpio_get_value()
94 unsigned off, int val) in adp5588_gpio_set_value()
113 static int adp5588_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5588_gpio_direction_input()
131 unsigned off, int val) in adp5588_gpio_direction_output()
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c48 #define EMIT1_off32(b1, off) \ argument
50 #define EMIT2_off32(b1, b2, off) \ argument
52 #define EMIT3_off32(b1, b2, b3, off) \ argument
54 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
/linux-4.4.14/sound/ppc/
Dburgundy.c222 long *volume, int off) in snd_pmac_burgundy_write_volume_2b()
236 long *volume, int off) in snd_pmac_burgundy_read_volume_2b()
265 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_get_volume_2b() local
276 int off = kcontrol->private_value & 0x300; in snd_pmac_burgundy_put_volume_2b() local
286 #define BURGUNDY_VOLUME_2B(xname, xindex, addr, off) \ argument
/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_power.h12 #define setDAC(off) \ argument
/linux-4.4.14/arch/sparc/include/asm/
Dfb.h10 unsigned long off) in fb_pgprotect()
/linux-4.4.14/fs/ocfs2/
Dbuffer_head_io.h58 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block()
Dquota_local.c55 static unsigned int ol_dqblk_block(struct super_block *sb, int c, int off) in ol_dqblk_block()
62 static unsigned int ol_dqblk_block_off(struct super_block *sb, int c, int off) in ol_dqblk_block_off()
70 static loff_t ol_dqblk_off(struct super_block *sb, int c, int off) in ol_dqblk_off()
76 static inline unsigned int ol_dqblk_block_offset(struct super_block *sb, loff_t off) in ol_dqblk_block_offset()
82 static int ol_dqblk_chunk_off(struct super_block *sb, int c, loff_t off) in ol_dqblk_chunk_off()
/linux-4.4.14/drivers/isdn/hysdn/
Dhysdn_procconf.c94 hysdn_conf_write(struct file *file, const char __user *buf, size_t count, loff_t *off) in hysdn_conf_write()
212 hysdn_conf_read(struct file *file, char __user *buf, size_t count, loff_t *off) in hysdn_conf_read()
Dhysdn_proclog.c156 hysdn_log_write(struct file *file, const char __user *buf, size_t count, loff_t *off) in hysdn_log_write()
172 hysdn_log_read(struct file *file, char __user *buf, size_t count, loff_t *off) in hysdn_log_read()
/linux-4.4.14/arch/alpha/kernel/
Dpci-noop.c92 unsigned long off, unsigned long len, void *buf) in sys_pciconfig_read()
102 unsigned long off, unsigned long len, void *buf) in sys_pciconfig_write()
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr_attr.c66 char *buf, loff_t off, in arcmsr_sysfs_iop_message_read()
113 char *buf, loff_t off, in arcmsr_sysfs_iop_message_write()
161 char *buf, loff_t off, in arcmsr_sysfs_iop_message_clear()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_nx.c29 #define CRB_BLK(off) ((off >> 20) & 0x3f) argument
30 #define CRB_SUBBLK(off) ((off >> 16) & 0xf) argument
32 #define CRB_HI(off) ((qla4_82xx_crb_hub_agt[CRB_BLK(off)] << 20) | \ argument
39 qla4_8xxx_pci_base_offsetfset(struct scsi_qla_host *ha, unsigned long off) in qla4_8xxx_pci_base_offsetfset()
358 qla4_82xx_pci_set_crbwindow_2M(struct scsi_qla_host *ha, ulong *off) in qla4_82xx_pci_set_crbwindow_2M()
378 qla4_82xx_wr_32(struct scsi_qla_host *ha, ulong off, u32 data) in qla4_82xx_wr_32()
401 uint32_t qla4_82xx_rd_32(struct scsi_qla_host *ha, ulong off) in qla4_82xx_rd_32()
426 int qla4_82xx_md_rd_32(struct scsi_qla_host *ha, uint32_t off, uint32_t *data) in qla4_82xx_md_rd_32()
452 int qla4_82xx_md_wr_32(struct scsi_qla_host *ha, uint32_t off, uint32_t data) in qla4_82xx_md_wr_32()
552 qla4_82xx_pci_get_crb_addr_2M(struct scsi_qla_host *ha, ulong *off) in qla4_82xx_pci_get_crb_addr_2M()
[all …]
/linux-4.4.14/arch/arm64/kernel/
Dsys.c31 unsigned long fd, off_t off) in sys_mmap()
/linux-4.4.14/include/linux/
Dcompiler-intel.h24 #define RELOC_HIDE(ptr, off) \ argument
/linux-4.4.14/drivers/target/
Dtarget_core_fabric_lib.c71 u32 off = 8; in fc_get_pr_transport_id() local
146 u32 off = 4, padding = 0; in iscsi_get_pr_transport_id() local
/linux-4.4.14/drivers/media/
Dmedia-devnode.c84 size_t sz, loff_t *off) in media_read()
96 size_t sz, loff_t *off) in media_write()
/linux-4.4.14/drivers/fmc/
Dfmc-core.c83 char *buf, loff_t off, size_t count) in fmc_read_eeprom()
104 char *buf, loff_t off, size_t count) in fmc_write_eeprom()
/linux-4.4.14/drivers/usb/host/
Dehci-orion.c28 #define rdl(off) readl_relaxed(hcd->regs + (off)) argument
29 #define wrl(off, val) writel_relaxed((val), hcd->regs + (off)) argument
/linux-4.4.14/fs/coda/
Dpsdev.c98 size_t nbytes, loff_t *off) in coda_psdev_write()
204 size_t nbytes, loff_t *off) in coda_psdev_read()
/linux-4.4.14/kernel/bpf/
Dverifier.c552 static int check_stack_write(struct verifier_state *state, int off, int size, in check_stack_write()
586 static int check_stack_read(struct verifier_state *state, int off, int size, in check_stack_read()
627 static int check_map_access(struct verifier_env *env, u32 regno, int off, in check_map_access()
641 static int check_ctx_access(struct verifier_env *env, int off, int size, in check_ctx_access()
672 static int check_mem_access(struct verifier_env *env, u32 regno, int off, in check_mem_access()
777 int off, i; in check_stack_boundary() local
/linux-4.4.14/drivers/net/ethernet/cirrus/
Dep93xx_eth.c182 #define rdb(ep, off) __raw_readb((ep)->base_addr + (off)) argument
183 #define rdw(ep, off) __raw_readw((ep)->base_addr + (off)) argument
184 #define rdl(ep, off) __raw_readl((ep)->base_addr + (off)) argument
185 #define wrb(ep, off, val) __raw_writeb((val), (ep)->base_addr + (off)) argument
186 #define wrw(ep, off, val) __raw_writew((val), (ep)->base_addr + (off)) argument
187 #define wrl(ep, off, val) __raw_writel((val), (ep)->base_addr + (off)) argument
/linux-4.4.14/arch/mips/netlogic/xlp/
Dahci-init.c95 static void sata_clear_glue_reg(uint64_t regbase, uint32_t off, uint32_t bit) in sata_clear_glue_reg()
103 static void sata_set_glue_reg(uint64_t regbase, uint32_t off, uint32_t bit) in sata_set_glue_reg()
/linux-4.4.14/drivers/iio/pressure/
Dms5611_core.c92 s64 off, sens, dt; in ms5611_temp_and_pressure_compensate() local
128 s64 off, sens, dt; in ms5607_temp_and_pressure_compensate() local
/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_meram.c172 #define MERAM_ICB_OFFSET(base, idx, off) ((base) + (off) + (idx) * 0x20) argument
175 unsigned int off, unsigned long val) in meram_write_icb()
181 unsigned int off) in meram_read_icb()
186 static inline void meram_write_reg(void __iomem *base, unsigned int off, in meram_write_reg()
192 static inline unsigned long meram_read_reg(void __iomem *base, unsigned int off) in meram_read_reg()
/linux-4.4.14/arch/arc/mm/
Dioremap.c46 unsigned long off, end; in ioremap_prot() local
/linux-4.4.14/arch/mn10300/mm/
Dcache-inv-icache.c30 unsigned long addr, size, off; in flush_icache_page_range() local
Dcache-flush-icache.c52 unsigned long addr, size, off; in flush_icache_page_range() local
/linux-4.4.14/drivers/net/wireless/ath/
Dmain.c34 u32 off; in ath_rxbuf_alloc() local
/linux-4.4.14/drivers/memstick/host/
Djmb38x_ms.c160 unsigned int off = 0; in jmb38x_ms_read_data() local
199 unsigned int off = 0; in jmb38x_ms_read_reg_data() local
225 unsigned int off = 0; in jmb38x_ms_write_data() local
278 unsigned int off = 0; in jmb38x_ms_write_reg_data() local
303 unsigned int off; in jmb38x_ms_transfer_data() local
/linux-4.4.14/drivers/mtd/
Dafs.c71 u_int off, u_int mask) in afs_read_footer()
169 u_int mask, off, idx, sz; in parse_afs_partitions() local
/linux-4.4.14/arch/powerpc/platforms/chrp/
Dpci.c33 int gg2_read_config(struct pci_bus *bus, unsigned int devfn, int off, in gg2_read_config()
60 int gg2_write_config(struct pci_bus *bus, unsigned int devfn, int off, in gg2_write_config()
/linux-4.4.14/drivers/pcmcia/
Dbcm63xx_pcmcia.c34 static inline u32 pcmcia_readl(struct bcm63xx_pcmcia_socket *skt, u32 off) in pcmcia_readl()
40 u32 val, u32 off) in pcmcia_writel()
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dcna_fwimg.c74 bfa_cb_image_get_chunk(enum bfi_asic_gen asic_gen, u32 off) in bfa_cb_image_get_chunk()
/linux-4.4.14/arch/powerpc/kernel/
Dproc_powerpc.c32 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek()
/linux-4.4.14/arch/sh/kernel/
Dsys_sh.c33 int fd, unsigned long off) in old_mmap()
/linux-4.4.14/drivers/nvdimm/
Dbtt.c874 unsigned int off, u32 lba, u32 len) in btt_data_read()
887 struct page *page, unsigned int off, u32 len) in btt_data_write()
899 static void zero_fill_data(struct page *page, unsigned int off, u32 len) in zero_fill_data()
962 struct page *page, unsigned int off, sector_t sector, in btt_read_pg()
1049 sector_t sector, struct page *page, unsigned int off, in btt_write_pg()
1137 struct page *page, unsigned int len, unsigned int off, in btt_do_bvec()
/linux-4.4.14/drivers/xen/xenfs/
Dxenstored.c12 size_t size, loff_t *off) in xsd_read()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c294 size_t count, loff_t *off) in ptlrpc_lprocfs_req_history_max_seq_write()
642 size_t count, loff_t *off) in ptlrpc_lprocfs_nrs_seq_write()
1189 size_t count, loff_t *off) in lprocfs_wr_ping()
1220 size_t count, loff_t *off) in lprocfs_wr_import()
1301 size_t count, loff_t *off) in lprocfs_wr_pinger_recov()
/linux-4.4.14/arch/arm/kvm/
Dguest.c53 u64 off; in get_core_reg() local
70 u64 off, val; in set_core_reg() local
/linux-4.4.14/arch/x86/kernel/
Dksysfs.c33 char *buf, loff_t off, size_t count) in boot_params_data_read()
143 loff_t off, size_t count) in setup_data_data_read()
/linux-4.4.14/drivers/rapidio/
Drio-sysfs.c126 char *buf, loff_t off, size_t count) in rio_read_config()
198 char *buf, loff_t off, size_t count) in rio_write_config()
/linux-4.4.14/fs/bfs/
Dinode.c39 int block, off; in bfs_iget() local
399 int off = (i - BFS_ROOT_INO) % BFS_INODES_PER_BLOCK; in bfs_fill_super() local
/linux-4.4.14/fs/befs/
Dbtree.c199 uint off = 0; in befs_bt_read_node() local
634 unsigned long int off = in befs_bt_keylen_index() local
/linux-4.4.14/arch/arm64/kvm/
Dguest.c62 u32 off; in get_core_reg() local
83 u64 off; in set_core_reg() local
/linux-4.4.14/arch/cris/arch-v10/drivers/
Deeprom.c445 static ssize_t eeprom_read(struct file * file, char * buf, size_t count, loff_t *off) in eeprom_read()
511 loff_t *off) in eeprom_write()

12345