/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.c | 42 struct seq_file *s, unsigned int offset) in aspeed_pinctrl_pin_dbg_show() 379 unsigned int offset) in aspeed_gpio_request_enable() 476 static inline bool pin_in_config_range(unsigned int offset, in pin_in_config_range() 484 unsigned int offset, in find_pinconf_config() 530 int aspeed_pin_config_get(struct pinctrl_dev *pctldev, unsigned int offset, in aspeed_pin_config_get() 571 int aspeed_pin_config_set(struct pinctrl_dev *pctldev, unsigned int offset, in aspeed_pin_config_set()
|
/linux/drivers/gpio/ |
H A D | gpio-ljca.c | 140 static int ljca_gpio_get_value(struct gpio_chip *chip, unsigned int offset) in ljca_gpio_get_value() 147 static int ljca_gpio_set_value(struct gpio_chip *chip, unsigned int offset, in ljca_gpio_set_value() 162 static int ljca_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in ljca_gpio_direction_input() 178 unsigned int offset, int val) in ljca_gpio_direction_output() 197 static int ljca_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in ljca_gpio_get_direction() 207 static int ljca_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in ljca_gpio_set_config()
|
H A D | gpio-xilinx.c | 37 # define xgpio_readreg(offset) readl(offset) argument 38 # define xgpio_writereg(offset, val) writel(val, offset) argument 40 # define xgpio_readreg(offset) __raw_readl(offset) argument 41 # define xgpio_writereg(offset, val) __raw_writel(val, offset) argument 272 static int xgpio_request(struct gpio_chip *chip, unsigned int offset) in xgpio_request() 284 static void xgpio_free(struct gpio_chip *chip, unsigned int offset) in xgpio_free()
|
H A D | gpio-lpc18xx.c | 273 static int lpc18xx_gpio_set(struct gpio_chip *chip, unsigned int offset, in lpc18xx_gpio_set() 283 static int lpc18xx_gpio_get(struct gpio_chip *chip, unsigned offset) in lpc18xx_gpio_get() 289 static int lpc18xx_gpio_direction(struct gpio_chip *chip, unsigned offset, in lpc18xx_gpio_direction() 312 unsigned offset) in lpc18xx_gpio_direction_input() 318 unsigned offset, int value) in lpc18xx_gpio_direction_output()
|
H A D | gpio-htc-egpio.c | 135 static int egpio_get(struct gpio_chip *chip, unsigned offset) in egpio_get() 160 static int egpio_direction_input(struct gpio_chip *chip, unsigned offset) in egpio_direction_input() 173 static int egpio_set(struct gpio_chip *chip, unsigned int offset, int value) in egpio_set() 206 unsigned offset, int value) in egpio_direction_output() 217 static int egpio_get_direction(struct gpio_chip *chip, unsigned offset) in egpio_get_direction()
|
/linux/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.c | 137 unsigned offset) in wmt_pmx_gpio_disable_free() 147 unsigned offset, in wmt_pmx_gpio_set_direction() 480 static int wmt_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_direction() 495 static int wmt_gpio_get_value(struct gpio_chip *chip, unsigned offset) in wmt_gpio_get_value() 510 static int wmt_gpio_set_value(struct gpio_chip *chip, unsigned int offset, in wmt_gpio_set_value() 531 static int wmt_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in wmt_gpio_direction_output()
|
/linux/drivers/iio/adc/ |
H A D | ti-ads7950.c | 406 static int ti_ads7950_set(struct gpio_chip *chip, unsigned int offset, in ti_ads7950_set() 427 static int ti_ads7950_get(struct gpio_chip *chip, unsigned int offset) in ti_ads7950_get() 463 unsigned int offset) in ti_ads7950_get_direction() 471 static int _ti_ads7950_set_direction(struct gpio_chip *chip, int offset, in _ti_ads7950_set_direction() 497 unsigned int offset) in ti_ads7950_direction_input() 503 unsigned int offset, int value) in ti_ads7950_direction_output()
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 325 static u8 isa_ctrl_read(struct controller *ctlr_ptr, u8 offset) in isa_ctrl_read() 338 static void isa_ctrl_write(struct controller *ctlr_ptr, u8 offset, u8 data) in isa_ctrl_write() 348 static u8 pci_ctrl_read(struct controller *ctrl, u8 offset) in pci_ctrl_read() 357 static u8 pci_ctrl_write(struct controller *ctrl, u8 offset, u8 data) in pci_ctrl_write() 368 static u8 ctrl_read(struct controller *ctlr, void __iomem *base, u8 offset) in ctrl_read() 388 static u8 ctrl_write(struct controller *ctlr, void __iomem *base, u8 offset, u8 data) in ctrl_write()
|
/linux/drivers/net/ethernet/hisilicon/hibmcge/ |
H A D | hbg_ethtool.h | 10 #define HBG_STATS_R(p, offset) (*(u64 *)((u8 *)(p) + (offset))) argument 11 #define HBG_STATS_U(p, offset, val) (HBG_STATS_R(p, offset) += (val)) argument
|
/linux/sound/isa/sb/ |
H A D | emu8000_patch.c | 74 read_word(const void __user *buf, int offset, int mode) in read_word() 120 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) in write_word() 142 int offset; in snd_emu8000_sample_new() local
|
/linux/lib/ |
H A D | generic-radix-tree.c | 12 void *__genradix_ptr(struct __genradix *radix, size_t offset) in __genradix_ptr() 22 void *__genradix_ptr_alloc(struct __genradix *radix, size_t offset, in __genradix_ptr_alloc() 213 size_t offset; in __genradix_prealloc() local
|
/linux/arch/riscv/kernel/ |
H A D | sys_riscv.c | 13 unsigned long fd, unsigned long offset, in riscv_sys_mmap() 26 unsigned long, fd, unsigned long, offset) in SYSCALL_DEFINE6() argument 35 unsigned long, fd, unsigned long, offset) in SYSCALL_DEFINE6() argument
|
/linux/arch/microblaze/lib/ |
H A D | uaccess_old.S | 16 #define COPY(offset) \ argument 52 #define COPY_80(offset) \ argument
|
/linux/fs/btrfs/ |
H A D | orphan.c | 10 struct btrfs_root *root, u64 offset) in btrfs_insert_orphan_item() 27 struct btrfs_root *root, u64 offset) in btrfs_del_orphan_item()
|
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 955 offset=None, argument 1067 offset=None, argument 1120 offset=None, argument 1171 offset argument 1190 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1209 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1228 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1257 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1276 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1336 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1372 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1419 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument 1464 __init__( self, data=None, offset=None, parent=None, length=None, init=None, ) global() argument [all...] |
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 229 u16 offset, size; in ice_pkg_enum_section() local 294 u32 *offset, in ice_pkg_enum_entry() 344 u32 *offset) in ice_sw_fv_handler() 377 u32 offset; in ice_get_prof_index_max() local 466 u32 index, u32 *offset) in ice_marker_ptype_tcam_handler() 546 void *section, u32 index, u32 *offset) in ice_label_enum_handler() 607 u32 *offset) in ice_boost_tcam_handler() 788 u32 offset; in ice_get_sw_fv_bitmap() local 826 u32 offset; in ice_get_sw_fv_list() local 1263 u32 offset, info; in ice_ddp_send_hunk() local [all …]
|
/linux/drivers/edac/ |
H A D | i10nm_base.c | 28 #define I10NM_GET_SAD(d, offset, i, reg)\ argument 50 #define I10NM_GET_REG32(m, i, offset) \ argument 52 #define I10NM_GET_REG64(m, i, offset) \ argument 54 #define I10NM_SET_REG32(m, i, offset, v) \ argument 191 static u64 read_imc_reg(struct skx_imc *imc, int chan, u32 offset, u8 width) in read_imc_reg() 204 static void write_imc_reg(struct skx_imc *imc, int chan, u32 offset, u8 width, u64 val) in write_imc_reg() 218 u32 offset = rrl->offsets[rrl_set][0], v; in enable_rrl() local 334 u32 offset; in show_retry_rd_err_log() local 710 static struct pci_dev *get_ddr_munit(struct skx_dev *d, int i, u32 *offset, unsigned long *size) in get_ddr_munit()
|
/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-iproc-gpio.c | 144 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_set_bit() local 159 unsigned int offset = IPROC_GPIO_REG(gpio, reg); in iproc_get_bit() local 202 unsigned int offset = IPROC_GPIO_REG(gpio, in iproc_gpio_irq_ack() local 330 static int iproc_gpio_request(struct gpio_chip *gc, unsigned offset) in iproc_gpio_request() 341 static void iproc_gpio_free(struct gpio_chip *gc, unsigned offset) in iproc_gpio_free() 384 unsigned int offset = IPROC_GPIO_REG(gpio, IPROC_GPIO_OUT_EN_OFFSET); in iproc_gpio_get_direction() local 410 unsigned int offset = IPROC_GPIO_REG(gpio, in iproc_gpio_get() local 580 unsigned int i, offset, shift; in iproc_gpio_set_strength() local 617 unsigned int i, offset, shift; in iproc_gpio_get_strength() local
|
/linux/net/rxrpc/ |
H A D | rxgk.c | 288 size_t shdr, alloc, limit, part, offset, gap; in rxgk_alloc_txbuf() local 476 unsigned int offset = sp->offset, len = sp->len; in rxgk_verify_packet_integrity() local 526 unsigned int offset = sp->offset, len = sp->len; in rxgk_verify_packet_encrypted() local 762 static int rxgk_pad_out(struct sk_buff *response, size_t len, size_t offset) in rxgk_pad_out() 783 size_t offset) in rxgk_insert_response_header() 833 size_t offset) in rxgk_construct_authenticator() 890 size_t offset, in rxgk_encrypt_authenticator() 922 size_t len, auth_len, authx_len, offset, auth_offset, authx_offset; in rxgk_construct_response() local 1191 unsigned int offset = sizeof(struct rxrpc_wire_header); in rxgk_verify_response() local
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-led-defs.h | 39 #define CVMX_LED_PRT_STATUSX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A80ull) + ((offset) & 7) * 8) argument 40 #define CVMX_LED_UDD_CNTX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A20ull) + ((offset) & 1) * 8) argument 41 #define CVMX_LED_UDD_DATX(offset) (CVMX_ADD_IO_SEG(0x0001180000001A38ull) + ((offset) & 1) * 8) argument 42 #define CVMX_LED_UDD_DAT_CLRX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC8ull) + ((offset) & 1) * 16) argument 43 #define CVMX_LED_UDD_DAT_SETX(offset) (CVMX_ADD_IO_SEG(0x0001180000001AC0ull) + ((offset) & 1) * 16) argument
|
/linux/drivers/mtd/tests/ |
H A D | mtd_nandecctest.c | 50 unsigned int offset = get_random_u32_below(size * BITS_PER_BYTE); in single_bit_error_data() local 59 unsigned int offset[2]; in double_bit_error_data() local 74 unsigned int offset = get_random_u32_below(3 * BITS_PER_BYTE); in random_ecc_bit() local 91 unsigned int offset = random_ecc_bit(size); in single_bit_error_ecc() local 100 unsigned int offset[2]; in double_bit_error_ecc() local
|
/linux/tools/testing/selftests/sgx/ |
H A D | sigstruct.c | 241 uint64_t offset; global() member 246 mrenclave_eadd(EVP_MD_CTX * ctx,uint64_t offset,uint64_t flags) mrenclave_eadd() argument 260 uint64_t offset; global() member 264 mrenclave_eextend(EVP_MD_CTX * ctx,uint64_t offset,const uint8_t * data) mrenclave_eextend() argument 298 uint64_t offset; mrenclave_segment() local [all...] |
/linux/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 34 static inline u32 iosf_mbi_form_mcr(u8 op, u8 port, u8 offset) in iosf_mbi_form_mcr() 97 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 143 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify() 448 offset = ((u32)val & 0x0000FF00) >> 8; in mcr_set() local
|
/linux/drivers/base/ |
H A D | devcoredump.c | 110 char *buffer, loff_t offset, size_t count) in devcd_data_read() 120 char *buffer, loff_t offset, size_t count) in devcd_data_write() 227 static ssize_t devcd_readv(char *buffer, loff_t offset, size_t count, in devcd_readv() 287 static ssize_t devcd_read_from_sgtable(char *buffer, loff_t offset, in devcd_read_from_sgtable() 344 ssize_t (*read)(char *buffer, loff_t offset, in dev_coredumpm_timeout()
|
/linux/drivers/misc/ |
H A D | ti_fpc202.c | 95 static int fpc202_gpio_get_dir(int offset) in fpc202_gpio_get_dir() 121 static int fpc202_gpio_set(struct gpio_chip *chip, unsigned int offset, in fpc202_gpio_set() 144 static int fpc202_gpio_get(struct gpio_chip *chip, unsigned int offset) in fpc202_gpio_get() 168 static int fpc202_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) in fpc202_gpio_direction_input() 176 static int fpc202_gpio_direction_output(struct gpio_chip *chip, unsigned int offset, in fpc202_gpio_direction_output()
|