/linux-4.4.14/arch/powerpc/boot/ |
D | addnote.c | 68 #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/ |
D | hardware.h | 30 #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/ |
D | gpio-cfg-helpers.h | 28 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/ |
D | bnode.c | 18 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 …]
|
D | mdb.c | 75 loff_t off; in hfs_mdb_get() local 304 int off, size, len; in hfs_mdb_commit() local
|
D | bfind.c | 45 u16 off, len, keylen; in __hfs_brec_find() local 166 u16 off, len, keylen; in hfs_brec_goto() local
|
D | btree.c | 227 unsigned off; in hfs_bmap_alloc() local 315 u16 off, len; in hfs_bmap_free() local
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-spe-modes.S | 18 #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
|
D | aes-spe-core.S | 27 #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
|
D | sha256-spe-asm.S | 95 #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
|
D | aes-spe-keys.S | 16 #define LOAD_KEY(d, s, off) \ argument 19 #define LOAD_KEY(d, s, off) \ argument
|
D | md5-asm.S | 56 #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
|
D | sha1-spe-asm.S | 100 #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/ |
D | scsi_logging.c | 81 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/ |
D | mips-cpc.h | 65 #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
|
D | uasm.h | 202 # 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 …]
|
D | mips-cm.h | 116 #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
|
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/mips/mm/ |
D | page.c | 106 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/ |
D | w1_ds2408.c | 76 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()
|
D | w1_ds28e04.c | 67 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()
|
D | w1_ds2431.c | 48 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()
|
D | w1_ds2433.c | 56 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()
|
D | w1_ds2413.c | 34 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 72 loff_t off, size_t count) in output_write()
|
D | w1_ds2406.c | 34 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/ |
D | gpio-ucb1400.c | 15 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()
|
D | gpio-samsung.c | 44 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 …]
|
D | gpio-adp5520.c | 25 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()
|
D | gpio-adp5588.c | 66 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()
|
D | gpio-max732x.c | 197 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
|
D | gpio-pca953x.c | 118 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/ |
D | bnode.c | 21 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
|
D | bfind.c | 116 u16 off, len, keylen; in __hfs_brec_find() local 235 u16 off, len, keylen; in hfs_brec_goto() local
|
D | btree.c | 349 unsigned off; in hfs_bmap_alloc() local 439 u16 off, len; in hfs_bmap_free() local
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | gpiolib.c | 120 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/ |
D | hid-picolcd_debugfs.c | 83 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()
|
D | hid-roccat-pyra.c | 90 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()
|
D | hid-roccat-arvo.c | 192 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()
|
D | hid-wiimote-debug.c | 27 loff_t *off) in wiidebug_eeprom_read() 128 size_t s, loff_t *off) in wiidebug_drm_write()
|
D | hid-roccat-koneplus.c | 87 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()
|
D | hid-roccat-common.c | 134 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()
|
D | hid-roccat-lua.c | 30 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()
|
D | hid-roccat-kovaplus.c | 128 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()
|
D | hid-roccat-kone.c | 271 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/ |
D | entry.h | 27 #define PT_REGS_SAVES(off) \ argument 36 #define PT_REGS_UNWIND_INFO(off) \ argument 41 #define SWITCH_STACK_SAVES(off) \ argument
|
D | sys_ia64.c | 146 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/ |
D | lkdtm.c | 622 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 …]
|
D | ds1682.c | 143 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/ |
D | pagevec.c | 95 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/ |
D | bcm63xx_pmb.h | 42 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/ |
D | rtc-bq4802.c | 29 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()
|
D | rtc-bq32k.c | 50 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/ |
D | io.c | 350 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/ |
D | percpu.h | 24 static inline void set_my_cpu_offset(unsigned long off) in set_my_cpu_offset() 32 unsigned long off; in __my_cpu_offset() local
|
D | bitops.h | 200 #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
|
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | fbmem.h | 61 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()
|
D | nv20.c | 38 uint32_t amount, off; in nv20_devinit_meminit() local
|
D | nv10.c | 78 int off = nvkm_rd32(device, 0x10020c) - 0x100000; in nv10_devinit_meminit() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_hw.c | 37 #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/ |
D | fb.h | 12 unsigned long off) in fb_pgprotect() 18 unsigned long off) in fb_pgprotect()
|
D | blinken.h | 22 static __inline__ void blinken_leds(int on, int off) in blinken_leds()
|
/linux-4.4.14/drivers/pci/ |
D | vpd.c | 11 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()
|
D | syscall.c | 17 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
|
D | pci-sysfs.c | 631 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/ |
D | debug.c | 50 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/ |
D | qlcnic_hw.c | 20 #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/ |
D | jsflash.h | 24 __u64 off; /* 0x20000000 is included */ member 35 __u64 off; member
|
/linux-4.4.14/drivers/scsi/esas2r/ |
D | esas2r_main.c | 70 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 …]
|
D | esas2r_ioctl.c | 1590 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/ |
D | pci.c | 84 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/ |
D | opal-nvram.c | 32 int off; in opal_nvram_read() local 49 int off; in opal_nvram_write() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | teleint.c | 25 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()
|
D | mic.c | 32 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()
|
D | gazel.c | 45 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()
|
D | ix1_micro.c | 42 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()
|
D | saphir.c | 34 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()
|
D | niccy.c | 46 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()
|
D | bkm_a4t.c | 27 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()
|
D | bkm_a8.c | 41 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()
|
D | teles0.c | 31 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()
|
D | nj_u.c | 19 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()
|
D | telespci.c | 44 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()
|
D | nj_s.c | 19 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()
|
D | asuscom.c | 44 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()
|
D | enternow_pci.c | 135 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()
|
D | elsa.c | 142 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()
|
D | diva.c | 82 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()
|
D | sedlbauer.c | 120 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()
|
D | avm_a1.c | 29 readreg(unsigned int adr, u_char off) in readreg() 35 writereg(unsigned int adr, u_char off, u_char data) in writereg()
|
D | s0box.c | 22 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()
|
D | teles3.c | 29 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/ |
D | coresight-priv.h | 59 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/ |
D | bpf_exp.y | 667 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/ |
D | prom.c | 59 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/ |
D | vfio_platform_common.c | 326 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/ |
D | bbc_i2c.c | 149 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/ |
D | bcm63xx_enet.c | 50 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/ |
D | nf_conntrack_seqadj.c | 10 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()
|
D | nf_nat_proto_common.c | 46 u_int16_t off; in nf_nat_l4proto_unique_tuple() local
|
/linux-4.4.14/drivers/input/misc/ |
D | mma8450.c | 61 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/ |
D | octeon-hcd.h | 56 #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/ |
D | udplite.h | 102 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/ |
D | lproc_lov.c | 57 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/ |
D | ec_sys.c | 32 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/ |
D | ptrace.c | 63 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/ |
D | qla_attr.c | 22 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/ |
D | kallsyms.c | 91 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/ |
D | cong.c | 294 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/ |
D | iomd.h | 23 #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
|
D | ioc.h | 22 #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/ |
D | adis16220_core.c | 99 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/ |
D | vxfs_bmap.c | 136 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/ |
D | pinctrl-orion.c | 40 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/ |
D | mv64x60_pci.c | 30 loff_t off, size_t count) in mv64x60_hs_reg_read() 51 loff_t off, size_t count) in mv64x60_hs_reg_write()
|
D | scom.c | 111 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/ |
D | ipath_keys.c | 127 size_t off; in ipath_lkey_ok() local 207 size_t off; in ipath_rkey_ok() local
|
D | ipath_diag.c | 326 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/ |
D | kfifo.c | 103 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/ |
D | pci.c | 127 #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/ |
D | lproc_fid.c | 99 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/ |
D | erst-dbg.c | 91 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/ |
D | checksum_32.S | 191 #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/ |
D | eeprom_93xx46.c | 39 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()
|
D | at24.c | 253 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()
|
D | at25.c | 137 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/ |
D | vfio_pci_rdwr.c | 31 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/ |
D | i2c-slave-eeprom.c | 78 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/ |
D | tcp_memcontrol.c | 116 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/ |
D | keys.c | 184 size_t off; in hfi1_lkey_ok() local 280 size_t off; in hfi1_rkey_ok() local
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 581 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()
|
D | blk-throttle.c | 1112 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/ |
D | tpm-dev.c | 87 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/ |
D | adc.c | 14 int off; in adc_single() local
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-disp.c | 172 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
|
D | solo6x10-i2c.c | 33 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/ |
D | mbcs.c | 311 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/ |
D | dma-mapping.h | 62 #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()
|
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | jump_label.c | 20 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() local
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-sunxi-nmi.c | 53 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/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | fb.h | 24 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | fb.h | 10 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | fb.h | 9 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/drivers/isdn/divert/ |
D | divert_procfs.c | 84 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/ |
D | u_os_desc.h | 63 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/ |
D | tc_em_nbyte.h | 8 __u16 off; member
|
D | tc_em_cmp.h | 10 __u16 off; member
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_keys.c | 160 size_t off; in qib_lkey_ok() local 258 size_t off; in qib_rkey_ok() local
|
/linux-4.4.14/drivers/power/ |
D | power_supply_sysfs.c | 73 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/ |
D | driver_pci_host.c | 60 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/ |
D | adp5588-keys.c | 74 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/ |
D | bpf_jit_comp.c | 48 #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/ |
D | burgundy.c | 222 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/ |
D | ddk750_power.h | 12 #define setDAC(off) \ argument
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | fb.h | 10 unsigned long off) in fb_pgprotect()
|
/linux-4.4.14/fs/ocfs2/ |
D | buffer_head_io.h | 58 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block()
|
D | quota_local.c | 55 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/ |
D | hysdn_procconf.c | 94 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()
|
D | hysdn_proclog.c | 156 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/ |
D | pci-noop.c | 92 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/ |
D | arcmsr_attr.c | 66 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/ |
D | ql4_nx.c | 29 #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/ |
D | sys.c | 31 unsigned long fd, off_t off) in sys_mmap()
|
/linux-4.4.14/include/linux/ |
D | compiler-intel.h | 24 #define RELOC_HIDE(ptr, off) \ argument
|
/linux-4.4.14/drivers/target/ |
D | target_core_fabric_lib.c | 71 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/ |
D | media-devnode.c | 84 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/ |
D | fmc-core.c | 83 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/ |
D | ehci-orion.c | 28 #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/ |
D | psdev.c | 98 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/ |
D | verifier.c | 552 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/ |
D | ep93xx_eth.c | 182 #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/ |
D | ahci-init.c | 95 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/ |
D | ms5611_core.c | 92 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/ |
D | sh_mobile_meram.c | 172 #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/ |
D | ioremap.c | 46 unsigned long off, end; in ioremap_prot() local
|
/linux-4.4.14/arch/mn10300/mm/ |
D | cache-inv-icache.c | 30 unsigned long addr, size, off; in flush_icache_page_range() local
|
D | cache-flush-icache.c | 52 unsigned long addr, size, off; in flush_icache_page_range() local
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | main.c | 34 u32 off; in ath_rxbuf_alloc() local
|
/linux-4.4.14/drivers/memstick/host/ |
D | jmb38x_ms.c | 160 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/ |
D | afs.c | 71 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/ |
D | pci.c | 33 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/ |
D | bcm63xx_pcmcia.c | 34 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/ |
D | cna_fwimg.c | 74 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/ |
D | proc_powerpc.c | 32 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/ |
D | sys_sh.c | 33 int fd, unsigned long off) in old_mmap()
|
/linux-4.4.14/drivers/nvdimm/ |
D | btt.c | 874 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/ |
D | xenstored.c | 12 size_t size, loff_t *off) in xsd_read()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 294 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/ |
D | guest.c | 53 u64 off; in get_core_reg() local 70 u64 off, val; in set_core_reg() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | ksysfs.c | 33 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/ |
D | rio-sysfs.c | 126 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/ |
D | inode.c | 39 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/ |
D | btree.c | 199 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/ |
D | guest.c | 62 u32 off; in get_core_reg() local 83 u64 off; in set_core_reg() local
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | eeprom.c | 445 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()
|