/linux/arch/powerpc/boot/ |
A D | addnote.c | 64 #define GET_16BE(off) ((buf[off] << 8) + (buf[(off)+1])) argument 65 #define GET_32BE(off) ((GET_16BE(off) << 16U) + GET_16BE((off)+2U)) argument 68 #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \ argument 71 #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ argument 74 #define GET_16LE(off) ((buf[off]) + (buf[(off)+1] << 8)) argument 75 #define GET_32LE(off) (GET_16LE(off) + (GET_16LE((off)+2U) << 16U)) argument 76 #define GET_64LE(off) ((unsigned long long)GET_32LE(off) + \ argument 78 #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \ argument 86 #define PUT_16(off, v) (e_data == ELFDATA2MSB ? PUT_16BE(off, v) : \ argument 88 #define PUT_32(off, v) (e_data == ELFDATA2MSB ? PUT_32BE(off, v) : \ argument [all …]
|
/linux/drivers/mtd/ |
A D | mtdpstore.c | 50 loff_t off) in mtdpstore_panic_block_isbad() 61 loff_t off) in mtdpstore_mark_used() 71 loff_t off) in mtdpstore_mark_unused() 81 loff_t off) in mtdpstore_block_mark_unused() 108 loff_t off) in mtdpstore_block_is_used() 150 loff_t off) in mtdpstore_block_clear_removed() 166 loff_t off) in mtdpstore_block_is_removed() 210 static ssize_t mtdpstore_erase(size_t size, loff_t off) in mtdpstore_erase() 310 static ssize_t mtdpstore_read(char *buf, size_t size, loff_t off) in mtdpstore_read() 445 loff_t off, size_t size) in mtdpstore_flush_removed_do() [all …]
|
/linux/arch/mips/include/asm/ |
A D | mips-gic.h | 30 #define GIC_ACCESSOR_RO(sz, off, name) \ argument 34 #define GIC_ACCESSOR_RW(sz, off, name) \ argument 38 #define GIC_VX_ACCESSOR_RO(sz, off, name) \ argument 43 #define GIC_VX_ACCESSOR_RW(sz, off, name) \ argument 48 #define GIC_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 61 #define GIC_ACCESSOR_RW_INTR_REG(sz, off, stride, name) \ argument 72 #define GIC_VX_ACCESSOR_RO_INTR_REG(sz, off, stride, name) \ argument 86 #define GIC_ACCESSOR_RO_INTR_BIT(off, name) \ argument 109 #define GIC_ACCESSOR_RW_INTR_BIT(off, name) \ argument 150 #define GIC_VX_ACCESSOR_RO_INTR_BIT(sz, off, name) \ argument [all …]
|
A D | uasm.h | 215 # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off) argument 226 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sd(buf, rs, rt, off) argument 230 # define UASM_i_LL(buf, rs, rt, off) uasm_i_ll(buf, rs, rt, off) argument 231 # define UASM_i_LW(buf, rs, rt, off) uasm_i_lw(buf, rs, rt, off) argument 236 # define UASM_i_SC(buf, rs, rt, off) uasm_i_sc(buf, rs, rt, off) argument 242 # define UASM_i_SW(buf, rs, rt, off) uasm_i_sw(buf, rs, rt, off) argument 245 #define uasm_i_b(buf, off) uasm_i_beq(buf, 0, 0, off) argument 246 #define uasm_i_beqz(buf, rs, off) uasm_i_beq(buf, rs, 0, off) argument 247 #define uasm_i_beqzl(buf, rs, off) uasm_i_beql(buf, rs, 0, off) argument 248 #define uasm_i_bnez(buf, rs, off) uasm_i_bne(buf, rs, 0, off) argument [all …]
|
A D | mips-cps.h | 16 #define CPS_ACCESSOR_A(unit, off, name) \ argument 90 #define CPS_ACCESSOR_RO(unit, sz, off, name) \ argument 94 #define CPS_ACCESSOR_WO(unit, sz, off, name) \ argument 98 #define CPS_ACCESSOR_RW(unit, sz, off, name) \ argument
|
/linux/drivers/scsi/ |
A D | scsi_logging.c | 39 size_t off = 0; in sdev_format_header() local 59 size_t off = 0, logbuf_len; in sdev_prefix_printk() local 86 size_t off = 0, logbuf_len; in scmd_printk() local 111 size_t off; in scsi_format_opcode_name() local 159 size_t off; in __scsi_format_command() local 182 size_t off, logbuf_len; in scsi_print_command() local 244 size_t off = 0; in scsi_format_extd_sense() local 274 size_t off; in scsi_format_sense_hdr() local 306 size_t off; in scsi_log_dump_sense() local 323 size_t off, logbuf_len; in scsi_log_print_sense_hdr() local [all …]
|
/linux/arch/powerpc/crypto/ |
A D | aes-spe-modes.S | 13 #define LOAD_DATA(reg, off) \ argument 15 #define SAVE_DATA(reg, off) \ argument 20 #define LOAD_IV(reg, off) \ argument 22 #define SAVE_IV(reg, off) \ argument 30 #define LOAD_DATA(reg, off) \ argument 33 #define SAVE_DATA(reg, off) \ argument 37 #define LOAD_IV(reg, off) \ argument 40 #define SAVE_IV(reg, off) \ argument
|
A D | aes-spe-core.S | 22 #define LWH(out, off) \ argument 25 #define LWL(out, off) \ argument 28 #define LBZ(out, tab, off) \ argument 31 #define LAH(out, in, bpos, off) \ argument 35 #define LAL(out, in, bpos, off) \ argument
|
/linux/fs/hfs/ |
A D | bnode.c | 18 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 45 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 53 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 61 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 76 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 88 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 95 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() 101 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 153 int i, off, key_off; in hfs_bnode_dump() local 257 loff_t off; in __hfs_bnode_create() local [all …]
|
/linux/arch/arm/mach-s3c/ |
A D | gpio-cfg-helpers.h | 24 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg() 30 unsigned int off) in samsung_gpio_do_getcfg() 36 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull() 42 unsigned int off) in samsung_gpio_do_getpull()
|
A D | gpio-samsung.c | 41 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_setpull_updown() 56 unsigned int off) in samsung_gpio_getpull_updown() 86 unsigned int off) in s3c2443_gpio_getpull() 127 unsigned int off, in s3c24xx_gpio_getpull_1() 138 unsigned int off) in s3c24xx_gpio_getpull_1up() 150 unsigned int off) in s3c24xx_gpio_getpull_1down() 176 unsigned int off, unsigned int cfg) in samsung_gpio_setcfg_2bit() 209 unsigned int off) in samsung_gpio_getcfg_2bit() 239 unsigned int off, unsigned int cfg) in samsung_gpio_setcfg_4bit() 274 unsigned int off) in samsung_gpio_getcfg_4bit() [all …]
|
/linux/arch/mips/mm/ |
A D | page.c | 104 pg_addiu(u32 **buf, unsigned int reg1, unsigned int reg2, unsigned int off) in pg_addiu() 232 static void build_clear_store(u32 **buf, int off) in build_clear_store() 241 static inline void build_clear_pref(u32 **buf, int off) in build_clear_pref() 277 int off; in build_clear_page() local 368 static void build_copy_load(u32 **buf, int reg, int off) in build_copy_load() 377 static void build_copy_store(u32 **buf, int reg, int off) in build_copy_store() 386 static inline void build_copy_load_pref(u32 **buf, int off) in build_copy_load_pref() 395 static inline void build_copy_store_pref(u32 **buf, int off) in build_copy_store_pref() 426 int off; in build_copy_page() local
|
/linux/drivers/w1/slaves/ |
A D | w1_ds2408.c | 68 struct bin_attribute *bin_attr, char *buf, loff_t off, in state_read() 81 loff_t off, size_t count) in output_read() 94 loff_t off, size_t count) in activity_read() 107 loff_t off, size_t count) in cond_search_mask_read() 121 char *buf, loff_t off, size_t count) in cond_search_polarity_read() 131 loff_t off, size_t count) in status_control_read() 164 loff_t off, size_t count) in output_write() 214 loff_t off, size_t count) in activity_write() 244 loff_t off, size_t count) in status_control_write()
|
/linux/fs/hfsplus/ |
A D | bnode.c | 22 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read() 43 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16() 51 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() 59 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key() 75 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write() 98 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16() 105 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() 302 int i, off, key_off; in hfs_bnode_dump() local 406 loff_t off; in __hfs_bnode_create() local 482 int i, rec_off, off, next_off; in hfs_bnode_find() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
A D | nfp_rtsym.c | 227 u8 action, u8 token, u64 off, u32 *cpp_id, u64 *addr) in nfp_rtsym_to_dest() 258 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_read() 288 int nfp_rtsym_read(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_read() 295 u8 action, u8 token, u64 off, u32 *value) in __nfp_rtsym_readl() 314 int nfp_rtsym_readl(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readl() 321 u8 action, u8 token, u64 off, u64 *value) in __nfp_rtsym_readq() 345 int nfp_rtsym_readq(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_readq() 352 u8 action, u8 token, u64 off, void *buf, size_t len) in __nfp_rtsym_write() 373 int nfp_rtsym_write(struct nfp_cpp *cpp, const struct nfp_rtsym *sym, u64 off, in nfp_rtsym_write() 380 u8 action, u8 token, u64 off, u32 value) in __nfp_rtsym_writel() [all …]
|
/linux/include/linux/isdn/ |
A D | capiutil.h | 19 #define CAPIMSG_U8(m, off) (m[off]) argument 20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument 21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument 33 static inline void capimsg_setu8(void *m, int off, __u8 val) in capimsg_setu8() 38 static inline void capimsg_setu16(void *m, int off, __u16 val) in capimsg_setu16() 44 static inline void capimsg_setu32(void *m, int off, __u32 val) in capimsg_setu32()
|
/linux/drivers/gpio/ |
A D | gpio-ucb1400.c | 11 static int ucb1400_gpio_dir_in(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_dir_in() 19 static int ucb1400_gpio_dir_out(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_dir_out() 28 static int ucb1400_gpio_get(struct gpio_chip *gc, unsigned off) in ucb1400_gpio_get() 36 static void ucb1400_gpio_set(struct gpio_chip *gc, unsigned off, int val) in ucb1400_gpio_set()
|
A D | gpio-adp5520.c | 23 static int adp5520_gpio_get_value(struct gpio_chip *chip, unsigned off) in adp5520_gpio_get_value() 44 unsigned off, int val) in adp5520_gpio_set_value() 55 static int adp5520_gpio_direction_input(struct gpio_chip *chip, unsigned off) in adp5520_gpio_direction_input() 67 unsigned off, int val) in adp5520_gpio_direction_output()
|
A D | gpio-raspberrypi-exp.c | 54 static int rpi_exp_gpio_get_polarity(struct gpio_chip *gc, unsigned int off) in rpi_exp_gpio_get_polarity() 74 static int rpi_exp_gpio_dir_in(struct gpio_chip *gc, unsigned int off) in rpi_exp_gpio_dir_in() 103 static int rpi_exp_gpio_dir_out(struct gpio_chip *gc, unsigned int off, int val) in rpi_exp_gpio_dir_out() 132 static int rpi_exp_gpio_get_direction(struct gpio_chip *gc, unsigned int off) in rpi_exp_gpio_get_direction() 156 static int rpi_exp_gpio_get(struct gpio_chip *gc, unsigned int off) in rpi_exp_gpio_get() 178 static void rpi_exp_gpio_set(struct gpio_chip *gc, unsigned int off, int val) in rpi_exp_gpio_set()
|
/linux/tools/testing/selftests/net/mptcp/ |
A D | pm_nl_ctl.c | 42 int off = 0; in init_genl_req() local 60 uint32_t off; in nl_error() local 156 int off = 0; in resolve_mptcp_pm_netlink() local 184 int off = 0; in add_addr() local 314 int off = 0; in del_addr() local 497 int off = 0; in get_addr() local 535 int off = 0; in dump_addrs() local 556 int off = 0; in flush_addrs() local 610 int off = 0; in get_set_limits() local 660 int off = 0; in set_flags() local
|
/linux/arch/mips/alchemy/common/ |
A D | gpiolib.c | 119 static int alchemy_gpic_get(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_get() 124 static void alchemy_gpic_set(struct gpio_chip *chip, unsigned int off, int v) in alchemy_gpic_set() 129 static int alchemy_gpic_dir_input(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_dir_input() 134 static int alchemy_gpic_dir_output(struct gpio_chip *chip, unsigned int off, in alchemy_gpic_dir_output() 140 static int alchemy_gpic_gpio_to_irq(struct gpio_chip *chip, unsigned int off) in alchemy_gpic_gpio_to_irq()
|
/linux/net/netfilter/ |
A D | nft_set_bitmap.c | 53 u32 *idx, u32 *off) in nft_bitmap_location() 71 nft_bitmap_active(const u8 *bitmap, u32 idx, u32 off, u8 genmask) in nft_bitmap_active() 82 u32 idx, off; in nft_bitmap_lookup() local 131 u32 idx, off; in nft_bitmap_insert() local 154 u32 idx, off; in nft_bitmap_remove() local 169 u32 idx, off; in nft_bitmap_activate() local 183 u32 idx, off; in nft_bitmap_flush() local 200 u32 idx, off; in nft_bitmap_deactivate() local
|
/linux/drivers/hid/ |
A D | hid-picolcd_debugfs.c | 73 size_t s, loff_t *off) in picolcd_debug_eeprom_read() 112 size_t s, loff_t *off) in picolcd_debug_eeprom_write() 169 static int _picolcd_flash_setaddr(struct picolcd_data *data, u8 *buf, long off) in _picolcd_flash_setaddr() 180 char __user *u, size_t s, loff_t *off) in _picolcd_flash_read() 216 size_t s, loff_t *off) in picolcd_debug_flash_read() 235 loff_t *off) in _picolcd_flash_erase64() 262 const char __user *u, size_t s, loff_t *off) in _picolcd_flash_write() 299 size_t s, loff_t *off) in picolcd_debug_flash_write()
|
/linux/drivers/s390/crypto/ |
A D | pkey_api.c | 1634 char *buf, loff_t off, in protkey_aes_128_read() 1644 char *buf, loff_t off, in protkey_aes_192_read() 1664 char *buf, loff_t off, in protkey_aes_128_xts_read() 1674 char *buf, loff_t off, in protkey_aes_256_xts_read() 1768 char *buf, loff_t off, in ccadata_aes_128_xts_read() 1778 char *buf, loff_t off, in ccadata_aes_256_xts_read() 1890 char *buf, loff_t off, in ccacipher_aes_128_xts_read() 1900 char *buf, loff_t off, in ccacipher_aes_256_xts_read() 1983 char *buf, loff_t off, in ep11_aes_128_read() 1993 char *buf, loff_t off, in ep11_aes_192_read() [all …]
|
/linux/net/ceph/ |
A D | pagevec.c | 63 loff_t off, size_t len) in ceph_copy_user_to_page_vector() 89 loff_t off, size_t len) in ceph_copy_to_page_vector() 112 loff_t off, size_t len) in ceph_copy_from_page_vector() 137 void ceph_zero_page_vector_range(int off, int len, struct page **pages) in ceph_zero_page_vector_range()
|