| /Linux-v4.19/drivers/staging/gs_fpgaboot/ |
| D | gs_fpgaboot.c | 45 static void read_bitstream(u8 *bitdata, u8 *buf, int *offset, int rdsize) in read_bitstream() 51 static int readinfo_bitstream(u8 *bitdata, u8 *buf, int size, int *offset) in readinfo_bitstream() 77 static int readlength_bitstream(u8 *bitdata, int *lendata, int *offset) in readlength_bitstream() 101 static int readmagic_bitstream(u8 *bitdata, int *offset) in readmagic_bitstream() 139 int offset; in gs_read_bitstream() local
|
| /Linux-v4.19/arch/x86/crypto/ |
| D | sha256-avx2-asm.S | 210 offset = \disp + 1*4 define 261 offset = \disp + 2*4 define 311 offset = \disp + 3*4 define 416 offset = 4*1 + \disp define 456 offset = 4*2 + \disp define 496 offset = 4*3 + \disp define
|
| /Linux-v4.19/drivers/i2c/muxes/ |
| D | i2c-mux-ltc4306.c | 77 static int ltc4306_gpio_get(struct gpio_chip *chip, unsigned int offset) in ltc4306_gpio_get() 90 static void ltc4306_gpio_set(struct gpio_chip *chip, unsigned int offset, in ltc4306_gpio_set() 100 unsigned int offset) in ltc4306_gpio_get_direction() 114 unsigned int offset) in ltc4306_gpio_direction_input() 123 unsigned int offset, int value) in ltc4306_gpio_direction_output() 133 unsigned int offset, unsigned long config) in ltc4306_gpio_set_config()
|
| /Linux-v4.19/drivers/gpio/ |
| D | gpio-timberdale.c | 55 unsigned offset, bool enabled) in timbgpio_update_bit() 100 static int timbgpio_to_irq(struct gpio_chip *gpio, unsigned offset) in timbgpio_to_irq() 116 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_disable() local 128 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_enable() local 140 int offset = d->irq - tgpio->irq_base; in timbgpio_irq_type() local 201 int offset; in timbgpio_irq() local
|
| D | gpio-arizona.c | 32 static int arizona_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in arizona_gpio_direction_in() 55 static int arizona_gpio_get(struct gpio_chip *chip, unsigned offset) in arizona_gpio_get() 98 unsigned offset, int value) in arizona_gpio_direction_out() 125 static void arizona_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in arizona_gpio_set()
|
| D | gpio-twl6040.c | 35 static int twl6040gpo_get(struct gpio_chip *chip, unsigned offset) in twl6040gpo_get() 47 static int twl6040gpo_direction_out(struct gpio_chip *chip, unsigned offset, in twl6040gpo_direction_out() 54 static void twl6040gpo_set(struct gpio_chip *chip, unsigned offset, int value) in twl6040gpo_set()
|
| D | gpio-tpic2810.c | 39 unsigned offset) in tpic2810_get_direction() 46 unsigned offset) in tpic2810_direction_input() 53 unsigned offset, int value) in tpic2810_direction_output() 79 static void tpic2810_set(struct gpio_chip *chip, unsigned offset, int value) in tpic2810_set()
|
| D | gpio-tegra186.c | 50 unsigned int offset; member 104 unsigned int offset) in tegra186_gpio_get_direction() 122 unsigned int offset) in tegra186_gpio_direction_input() 145 unsigned int offset, int level) in tegra186_gpio_direction_output() 171 static int tegra186_gpio_get(struct gpio_chip *chip, unsigned int offset) in tegra186_gpio_get() 190 static void tegra186_gpio_set(struct gpio_chip *chip, unsigned int offset, in tegra186_gpio_set() 215 unsigned int port, pin, i, offset = 0; in tegra186_gpio_of_xlate() local 342 unsigned int i, offset = 0; in tegra186_gpio_irq() local 380 unsigned int port, pin, i, offset = 0; in tegra186_gpio_irq_domain_xlate() local 410 unsigned int i, j, offset; in tegra186_gpio_probe() local
|
| /Linux-v4.19/sound/pci/cs46xx/ |
| D | cs46xx_lib.h | 63 unsigned int offset = reg & 0xffff; in snd_cs46xx_poke() local 76 unsigned int offset = reg & 0xffff; in snd_cs46xx_peek() local 80 static inline void snd_cs46xx_pokeBA0(struct snd_cs46xx *chip, unsigned long offset, unsigned int v… in snd_cs46xx_pokeBA0() 85 static inline unsigned int snd_cs46xx_peekBA0(struct snd_cs46xx *chip, unsigned long offset) in snd_cs46xx_peekBA0()
|
| /Linux-v4.19/arch/xtensa/include/asm/ |
| D | io.h | 35 static inline void __iomem *ioremap_nocache(unsigned long offset, in ioremap_nocache() 45 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() 60 static inline void __iomem *ioremap(unsigned long offset, unsigned long size) in ioremap()
|
| /Linux-v4.19/drivers/pinctrl/stm32/ |
| D | pinctrl-stm32.c | 132 unsigned offset, int value) in __stm32_gpio_set() 144 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() 160 static void stm32_gpio_free(struct gpio_chip *chip, unsigned offset) in stm32_gpio_free() 165 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() 179 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set() 186 static int stm32_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in stm32_gpio_direction_input() 192 unsigned offset, int value) in stm32_gpio_direction_output() 203 static int stm32_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in stm32_gpio_to_irq() 216 static int stm32_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in stm32_gpio_get_direction() 684 unsigned offset, u32 drive) in stm32_pconf_set_driving() [all …]
|
| /Linux-v4.19/drivers/crypto/qce/ |
| D | common.c | 28 static inline u32 qce_read(struct qce_device *qce, u32 offset) in qce_read() 33 static inline void qce_write(struct qce_device *qce, u32 offset, u32 val) in qce_write() 38 static inline void qce_write_array(struct qce_device *qce, u32 offset, in qce_write_array() 48 qce_clear_array(struct qce_device *qce, u32 offset, unsigned int len) in qce_clear_array() 231 u32 totallen, u32 offset) in qce_setup_regs_ahash() 316 u32 totallen, u32 offset) in qce_setup_regs_ablkcipher() 397 u32 offset) in qce_start()
|
| /Linux-v4.19/drivers/nvmem/ |
| D | sunxi_sid.c | 62 const unsigned int offset) in sunxi_sid_read_byte() 72 static int sunxi_sid_read(void *context, unsigned int offset, in sunxi_sid_read() 88 const unsigned int offset, in sun8i_sid_register_readout() 119 const unsigned int offset, in sun8i_sid_read_byte_by_reg() 135 static int sun8i_sid_read_by_reg(void *context, unsigned int offset, in sun8i_sid_read_by_reg()
|
| /Linux-v4.19/arch/mips/loongson64/loongson-3/ |
| D | hpet.c | 23 static unsigned int smbus_read(int offset) in smbus_read() 28 static void smbus_write(int offset, int data) in smbus_write() 33 static void smbus_enable(int offset, int bit) in smbus_enable() 41 static int hpet_read(int offset) in hpet_read() 46 static void hpet_write(int offset, int data) in hpet_write()
|
| /Linux-v4.19/drivers/staging/fbtft/ |
| D | fbtft-bus.c | 121 int fbtft_write_vmem16_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus8() 176 int fbtft_write_vmem16_bus9(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus9() 224 int fbtft_write_vmem8_bus8(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem8_bus8() 232 int fbtft_write_vmem16_bus16(struct fbtft_par *par, size_t offset, size_t len) in fbtft_write_vmem16_bus16()
|
| /Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/ |
| D | ilt.c | 315 void b43legacy_ilt_write(struct b43legacy_wldev *dev, u16 offset, u16 val) in b43legacy_ilt_write() 322 void b43legacy_ilt_write32(struct b43legacy_wldev *dev, u16 offset, u32 val) in b43legacy_ilt_write32() 332 u16 b43legacy_ilt_read(struct b43legacy_wldev *dev, u16 offset) in b43legacy_ilt_read()
|
| /Linux-v4.19/tools/testing/selftests/sparc64/drivers/ |
| D | adi-test.c | 209 int buf_sz, unsigned long offset) in pread_adi() 264 int buf_sz, unsigned long offset) in pwrite_adi() 297 static off_t seek_adi(int fd, off_t offset, int whence) in seek_adi() 323 loff_t offset; in test0_prpw_aligned_1byte() local 358 loff_t offset; in test1_prpw_aligned_4096bytes() local 398 loff_t offset; in test2_prpw_aligned_10327bytes() local 438 loff_t offset; in test3_prpw_unaligned_12541bytes() local 525 loff_t offset; in test5_rw_aligned_1byte() local 571 loff_t offset; in test6_rw_aligned_9434bytes() local 623 loff_t offset; in test7_rw_aligned_14963bytes() local
|
| /Linux-v4.19/drivers/ssb/ |
| D | pci.c | 169 #define SPOFF(offset) ((offset) / sizeof(u16)) argument 328 static s8 sprom_extract_antgain(u8 sprom_revision, const u16 *in, u16 offset, in sprom_extract_antgain() 963 static u8 ssb_pci_read8(struct ssb_device *dev, u16 offset) in ssb_pci_read8() 976 static u16 ssb_pci_read16(struct ssb_device *dev, u16 offset) in ssb_pci_read16() 989 static u32 ssb_pci_read32(struct ssb_device *dev, u16 offset) in ssb_pci_read32() 1004 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_read() 1037 static void ssb_pci_write8(struct ssb_device *dev, u16 offset, u8 value) in ssb_pci_write8() 1050 static void ssb_pci_write16(struct ssb_device *dev, u16 offset, u16 value) in ssb_pci_write16() 1063 static void ssb_pci_write32(struct ssb_device *dev, u16 offset, u32 value) in ssb_pci_write32() 1078 size_t count, u16 offset, u8 reg_width) in ssb_pci_block_write()
|
| /Linux-v4.19/mm/ |
| D | swapfile.c | 108 __try_to_reclaim_swap(struct swap_info_struct *si, unsigned long offset) in __try_to_reclaim_swap() 182 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() local 291 unsigned long offset) in lock_cluster() 314 struct swap_info_struct *si, unsigned long offset) in lock_cluster_or_swap_info() 529 unsigned long offset) in scan_swap_map_ssd_cluster_conflict() 552 unsigned long *offset, unsigned long *scan_base) in scan_swap_map_try_ssd_cluster() 625 static void swap_range_alloc(struct swap_info_struct *si, unsigned long offset, in swap_range_alloc() 654 static void swap_range_free(struct swap_info_struct *si, unsigned long offset, in swap_range_free() 689 unsigned long offset; in scan_swap_map_slots() local 885 unsigned long offset, i; in swap_alloc_cluster() local [all …]
|
| /Linux-v4.19/drivers/xen/xen-pciback/ |
| D | conf_space_capability.c | 68 static int vpd_address_write(struct pci_dev *dev, int offset, u16 value, in vpd_address_write() 94 static int pm_caps_read(struct pci_dev *dev, int offset, u16 *value, in pm_caps_read() 114 static int pm_ctrl_write(struct pci_dev *dev, int offset, u16 new_value, in pm_ctrl_write() 149 static void *pm_ctrl_init(struct pci_dev *dev, int offset) in pm_ctrl_init()
|
| /Linux-v4.19/drivers/crypto/caam/ |
| D | sg_sw_sec4.h | 27 dma_addr_t dma, u32 len, u16 offset) in dma_to_sec4_sg_one() 51 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg() 77 u16 offset) in sg_to_sec4_sg_last()
|
| /Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/ |
| D | efuse.c | 241 u8 offset, wren; in read_efuse() local 427 u16 offset, u32 *value) in efuse_shadow_read() 439 void efuse_shadow_write(struct ieee80211_hw *hw, u8 type, u16 offset, in efuse_shadow_write() 455 u16 i, offset, base; in efuse_shadow_update() local 560 u16 offset, u8 *value) in efuse_shadow_read_1byte() 567 u16 offset, u16 *value) in efuse_shadow_read_2byte() 577 u16 offset, u32 *value) in efuse_shadow_read_4byte() 588 u16 offset, u8 value) in efuse_shadow_write_1byte() 596 u16 offset, u16 value) in efuse_shadow_write_2byte() 606 u16 offset, u32 value) in efuse_shadow_write_4byte() [all …]
|
| /Linux-v4.19/drivers/staging/rtlwifi/ |
| D | efuse.c | 220 u8 offset, wren; in read_efuse() local 405 u16 offset, u32 *value) in efuse_shadow_read() 415 void efuse_shadow_write(struct ieee80211_hw *hw, u8 type, u16 offset, in efuse_shadow_write() 430 u16 i, offset, base; in efuse_shadow_update() local 529 u16 offset, u8 *value) in efuse_shadow_read_1byte() 536 u16 offset, u16 *value) in efuse_shadow_read_2byte() 545 u16 offset, u32 *value) in efuse_shadow_read_4byte() 556 u16 offset, u8 value) in efuse_shadow_write_1byte() 564 u16 offset, u16 value) in efuse_shadow_write_2byte() 573 u16 offset, u32 value) in efuse_shadow_write_4byte() [all …]
|
| /Linux-v4.19/drivers/isdn/hisax/ |
| D | diva.c | 132 ReadISAC(struct IsdnCardState *cs, u_char offset) in ReadISAC() 138 WriteISAC(struct IsdnCardState *cs, u_char offset, u_char value) in WriteISAC() 156 ReadISAC_IPAC(struct IsdnCardState *cs, u_char offset) in ReadISAC_IPAC() 162 WriteISAC_IPAC(struct IsdnCardState *cs, u_char offset, u_char value) in WriteISAC_IPAC() 180 ReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) in ReadHSCX() 187 WriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) in WriteHSCX() 194 MemReadISAC_IPAC(struct IsdnCardState *cs, u_char offset) in MemReadISAC_IPAC() 200 MemWriteISAC_IPAC(struct IsdnCardState *cs, u_char offset, u_char value) in MemWriteISAC_IPAC() 220 MemReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) in MemReadHSCX() 226 MemWriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) in MemWriteHSCX() [all …]
|
| /Linux-v4.19/drivers/tty/serial/8250/ |
| D | 8250_ingenic.c | 45 static uint8_t early_in(struct uart_port *port, int offset) in early_in() 50 static void early_out(struct uart_port *port, int offset, uint8_t value) in early_out() 77 int offset; in ingenic_early_console_setup_clock() local 148 static void ingenic_uart_serial_out(struct uart_port *p, int offset, int value) in ingenic_uart_serial_out() 186 static unsigned int ingenic_uart_serial_in(struct uart_port *p, int offset) in ingenic_uart_serial_in()
|