/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | util.c | 9 bool __mt76_poll(struct mt76_dev *dev, u32 offset, u32 mask, u32 val, in __mt76_poll() 27 bool ____mt76_poll_msec(struct mt76_dev *dev, u32 offset, u32 mask, u32 val, in ____mt76_poll_msec()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_rt288x.c | 36 static u32 au_serial_in(struct uart_port *p, unsigned int offset) in au_serial_in() 45 static void au_serial_out(struct uart_port *p, unsigned int offset, u32 value) in au_serial_out()
|
/linux/fs/hfsplus/ |
H A D | bitmap.c | 20 u32 offset, u32 *max) in hfsplus_block_allocate() 164 int hfsplus_block_free(struct super_block *sb, u32 offset, u32 count) in hfsplus_block_free()
|
/linux/virt/kvm/ |
H A D | kvm_main.c | 2275 gfn_t offset; in kvm_get_dirty_log_protect() local 2344 gfn_t offset; in kvm_clear_dirty_log_protect() local 3179 static int next_segment(unsigned long len, int offset) in next_segment() 3189 void *data, int offset, int len) in __kvm_read_guest_page() 3206 int kvm_read_guest_page(struct kvm *kvm, gfn_t gfn, void *data, int offset, in kvm_read_guest_page() 3216 int offset, int len) in kvm_vcpu_read_guest_page() 3228 int offset = offset_in_page(gpa); in kvm_read_guest() local 3248 int offset = offset_in_page(gpa); in kvm_vcpu_read_guest() local 3265 void *data, int offset, unsigned long len) in __kvm_read_guest_atomic() 3289 int offset = offset_in_page(gpa); in kvm_vcpu_read_guest_atomic() local [all …]
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac.h | 510 static inline u32 bgmac_read(struct bgmac *bgmac, u16 offset) in bgmac_read() 515 static inline void bgmac_write(struct bgmac *bgmac, u16 offset, u32 value) in bgmac_write() 520 static inline u32 bgmac_umac_read(struct bgmac *bgmac, u16 offset) in bgmac_umac_read() 525 static inline void bgmac_umac_write(struct bgmac *bgmac, u16 offset, u32 value) in bgmac_umac_write() 530 static inline u32 bgmac_idm_read(struct bgmac *bgmac, u16 offset) in bgmac_idm_read() 535 static inline void bgmac_idm_write(struct bgmac *bgmac, u16 offset, u32 value) in bgmac_idm_write() 550 static inline void bgmac_cco_ctl_maskset(struct bgmac *bgmac, u32 offset, in bgmac_cco_ctl_maskset() 561 static inline void bgmac_cmn_maskset32(struct bgmac *bgmac, u16 offset, in bgmac_cmn_maskset32() 567 static inline void bgmac_maskset(struct bgmac *bgmac, u16 offset, u32 mask, in bgmac_maskset() 573 static inline void bgmac_mask(struct bgmac *bgmac, u16 offset, u32 mask) in bgmac_mask() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_log_recover.c | 167 char **offset) in xlog_bread() 276 char *offset; in xlog_find_cycle_start() local 402 char *offset = NULL; in xlog_find_verify_log_record() local 503 char *offset; in xlog_find_head() local 776 char *offset = NULL; in xlog_rseek_logrec_hdr() local 850 char *offset = NULL; in xlog_seek_logrec_hdr() local 1147 char *offset; in xlog_check_unmount_rec() local 1241 char *offset = NULL; in xlog_find_tail() local 1393 char *offset; in xlog_find_zeroed() local 1512 char *offset; in xlog_write_log_records() local [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-dpi-defs.h | 33 #define CVMX_DPI_DMAX_COUNTS(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000300ull) + ((offset) & 7) * 8) argument 34 #define CVMX_DPI_DMAX_DBELL(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000200ull) + ((offset) & 7) * 8) argument 35 #define CVMX_DPI_DMAX_ERR_RSP_STATUS(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000A80ull) + ((offset) & … argument 36 #define CVMX_DPI_DMAX_IBUFF_SADDR(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000280ull) + ((offset) & 7) … argument 37 #define CVMX_DPI_DMAX_IFLIGHT(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000A00ull) + ((offset) & 7) * 8) argument 38 #define CVMX_DPI_DMAX_NADDR(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000380ull) + ((offset) & 7) * 8) argument 39 #define CVMX_DPI_DMAX_REQBNK0(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000400ull) + ((offset) & 7) * 8) argument 40 #define CVMX_DPI_DMAX_REQBNK1(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000480ull) + ((offset) & 7) * 8) argument 42 #define CVMX_DPI_DMA_ENGX_EN(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000080ull) + ((offset) & 7) * 8) argument 43 #define CVMX_DPI_DMA_PPX_CNT(offset) (CVMX_ADD_IO_SEG(0x0001DF0000000B00ull) + ((offset) & 31) * 8) argument [all …]
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_bsg.c | 18 uint32_t offset = 0; in qla4xxx_read_flash() local 84 uint32_t offset = 0; in qla4xxx_update_flash() local 205 uint32_t offset = 0; in qla4xxx_read_nvram() local 277 uint32_t offset = 0; in qla4xxx_update_nvram() local
|
/linux/arch/csky/kernel/probes/ |
H A D | simulate-insn.c | 171 unsigned long offset = ((opcode & 0x1f) | tmp) << 2; in simulate_lrw16() local 184 unsigned long offset = (opcode & 0xffff0000) >> 14; in simulate_lrw32() local 370 unsigned long offset = ((opcode & 0xffff0000) >> 14); in simulate_jmpi32() local 382 unsigned long offset = ((opcode & 0xffff0000) >> 14); in simulate_jsri32() local
|
/linux/drivers/w1/masters/ |
H A D | omap_hdq.c | 62 static inline u8 hdq_reg_in(struct hdq_data *hdq_data, u32 offset) in hdq_reg_in() 67 static inline void hdq_reg_out(struct hdq_data *hdq_data, u32 offset, u8 val) in hdq_reg_out() 72 static inline u8 hdq_reg_merge(struct hdq_data *hdq_data, u32 offset, in hdq_reg_merge() 88 static int hdq_wait_for_flag(struct hdq_data *hdq_data, u32 offset, in hdq_wait_for_flag()
|
/linux/fs/ext4/ |
H A D | dir.c | 82 unsigned int offset) in __ext4_check_dir_entry() 131 unsigned int offset; in ext4_readdir() local 396 static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) in ext4_dir_llseek() 652 unsigned int offset = 0; in ext4_check_all_de() local
|
/linux/drivers/video/fbdev/ |
H A D | carminefb.c | 141 u32 offset, u32 val) in c_set_disp_reg() 147 u32 offset) in c_get_disp_reg() 153 u32 offset, u32 val) in c_set_hw_reg() 159 u32 offset) in c_get_hw_reg()
|
/linux/drivers/comedi/drivers/ |
H A D | adl_pci8164.c | 35 unsigned long offset = (unsigned long)s->private; in adl_pci8164_insn_read() local 50 unsigned long offset = (unsigned long)s->private; in adl_pci8164_insn_write() local
|
/linux/drivers/mtd/parsers/ |
H A D | tplink_safeloader.c | 27 u32 offset; in mtd_parser_tplink_safeloader_read_table() local 79 size_t offset; in mtd_parser_tplink_safeloader_parse() local
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc_mec.c | 94 int cros_ec_lpc_mec_in_range(unsigned int offset, unsigned int length) in cros_ec_lpc_mec_in_range() 123 unsigned int offset, unsigned int length, in cros_ec_lpc_io_bytes_mec()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
H A D | pedit.c | 21 set_pedit_val(u8 hdr_type, u32 mask, u32 val, u32 offset, in set_pedit_val() 55 u32 mask, val, offset; in mlx5e_tc_act_pedit_parse_action() local
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_prologue.c | 33 int idx, offset; in scan_handlers() local 115 unsigned long size, offset, pc; in unwind_by_prologue() local
|
/linux/drivers/gpio/ |
H A D | gpio-mm-lantiq.c | 60 static int ltq_mm_set(struct gpio_chip *gc, unsigned int offset, int value) in ltq_mm_set() 81 static int ltq_mm_dir_out(struct gpio_chip *gc, unsigned offset, int value) in ltq_mm_dir_out()
|
/linux/drivers/spmi/ |
H A D | spmi-pmic-arb.c | 233 int (*offset)(struct spmi_pmic_arb_bus *bus, u8 sid, u16 addr, member 248 u32 offset, u32 val) in pmic_arb_base_write() 254 u32 offset, u32 val) in pmic_arb_set_rd_cmd() 298 u32 offset; in pmic_arb_wait_for_done() local 349 u32 offset; in pmic_arb_non_data_cmd_v1() local 388 u16 addr, size_t len, u32 *cmd, u32 *offset) in pmic_arb_fmt_read_cmd() 422 u32 offset, u8 sid, u16 addr, u8 *buf, in pmic_arb_read_cmd_unlocked() 450 u32 cmd, offset; in pmic_arb_read_cmd() local 467 u32 *offset) in pmic_arb_fmt_write_cmd() 503 u32 offset, u8 sid, u16 addr, in pmic_arb_write_cmd_unlocked() [all …]
|
/linux/net/ipv6/ |
H A D | xfrm6_protocol.c | 127 u8 type, u8 code, int offset, __be32 info) in xfrm6_esp_err() 156 u8 type, u8 code, int offset, __be32 info) in xfrm6_ah_err() 185 u8 type, u8 code, int offset, __be32 info) in xfrm6_ipcomp_err()
|
/linux/drivers/net/ipa/ |
H A D | ipa_interrupt.c | 79 u32 offset; in ipa_interrupt_process() local 118 u32 offset; in ipa_isr_thread() local 200 u32 offset; in ipa_interrupt_suspend_control() local
|
/linux/net/netfilter/ |
H A D | nft_numgen.c | 21 u32 offset; member 98 u32 modulus, enum nft_ng_types type, u32 offset) in nft_ng_dump() 135 u32 offset; member
|
/linux/drivers/counter/ |
H A D | ftm-quaddec.c | 19 #define FTM_FIELD_UPDATE(ftm, offset, mask, val) \ argument 35 static void ftm_read(struct ftm_quaddec *ftm, uint32_t offset, uint32_t *data) in ftm_read() 43 static void ftm_write(struct ftm_quaddec *ftm, uint32_t offset, uint32_t data) in ftm_write()
|
/linux/drivers/tty/vt/ |
H A D | ucs.c | 172 u8 offset; /* Offset within page (0-255) */ member 192 u8 offset = *(u8 *)key; in ucs_page_entry_cmp() local 222 u8 page_idx = cp >> 8, offset = cp; in ucs_get_fallback() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp6000_pcie.c | 196 int tgt, int act, int tok, u64 offset, size_t size, int width) in compute_bar() 290 int tgt, int act, int tok, u64 offset, size_t size, int width) in reconfigure_bar() 308 u64 offset, size_t size, int width) in matching_bar() 368 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in find_matching_bar() 386 u64 offset, size_t size, int width) in find_unused_bar_noblock() 419 u64 offset, size_t size, int width) in find_unused_bar_and_lock() 448 u32 tgt, u32 act, u32 tok, u64 offset, size_t size, int width) in nfp_wait_for_bar() 459 u64 offset, size_t size, int width, int nonblocking) in nfp_alloc_bar() 736 u64 offset; member 922 unsigned long offset, unsigned int length) in nfp6000_area_read() [all …]
|