| /Linux-v5.4/drivers/gpio/ |
| D | gpio-gw-pld.c | 35 static int gw_pld_input8(struct gpio_chip *gc, unsigned offset) in gw_pld_input8() 43 static int gw_pld_get8(struct gpio_chip *gc, unsigned offset) in gw_pld_get8() 53 static int gw_pld_output8(struct gpio_chip *gc, unsigned offset, int value) in gw_pld_output8() 65 static void gw_pld_set8(struct gpio_chip *gc, unsigned offset, int value) in gw_pld_set8()
|
| D | gpio-104-dio-48e.c | 56 static int dio48e_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in dio48e_gpio_get_direction() 65 static int dio48e_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in dio48e_gpio_direction_input() 104 static int dio48e_gpio_direction_output(struct gpio_chip *chip, unsigned offset, in dio48e_gpio_direction_output() 154 static int dio48e_gpio_get(struct gpio_chip *chip, unsigned offset) in dio48e_gpio_get() 223 static void dio48e_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in dio48e_gpio_set() 289 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_mask() local 314 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_unmask() local 339 const unsigned long offset = irqd_to_hwirq(data); in dio48e_irq_set_type() local
|
| D | gpio-tps6586x.c | 30 static int tps6586x_gpio_get(struct gpio_chip *gc, unsigned offset) in tps6586x_gpio_get() 43 static void tps6586x_gpio_set(struct gpio_chip *gc, unsigned offset, in tps6586x_gpio_set() 52 static int tps6586x_gpio_output(struct gpio_chip *gc, unsigned offset, in tps6586x_gpio_output() 67 static int tps6586x_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in tps6586x_gpio_to_irq()
|
| D | gpio-siox.c | 42 size_t offset; in gpio_siox_get_data() local 144 static int gpio_siox_get(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get() 168 unsigned int offset, int value) in gpio_siox_set() 185 unsigned int offset) in gpio_siox_direction_input() 194 unsigned int offset, int value) in gpio_siox_direction_output() 203 static int gpio_siox_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get_direction()
|
| D | gpio-syscon.c | 58 static int syscon_gpio_get(struct gpio_chip *chip, unsigned offset) in syscon_gpio_get() 74 static void syscon_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_set() 87 static int syscon_gpio_dir_in(struct gpio_chip *chip, unsigned offset) in syscon_gpio_dir_in() 105 static int syscon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_dir_out() 134 static void rockchip_gpio_set(struct gpio_chip *chip, unsigned int offset, in rockchip_gpio_set() 163 static void keystone_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in keystone_gpio_set()
|
| D | gpio-xgene.c | 37 static int xgene_gpio_get(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_get() 48 static void __xgene_gpio_set(struct gpio_chip *gc, unsigned int offset, int val) in __xgene_gpio_set() 65 static void xgene_gpio_set(struct gpio_chip *gc, unsigned int offset, int val) in xgene_gpio_set() 75 static int xgene_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_get_direction() 86 static int xgene_gpio_dir_in(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_dir_in() 107 unsigned int offset, int val) in xgene_gpio_dir_out()
|
| D | gpio-palmas.c | 27 static int palmas_gpio_get(struct gpio_chip *gc, unsigned offset) in palmas_gpio_get() 58 static void palmas_gpio_set(struct gpio_chip *gc, unsigned offset, in palmas_gpio_set() 80 static int palmas_gpio_output(struct gpio_chip *gc, unsigned offset, in palmas_gpio_output() 103 static int palmas_gpio_input(struct gpio_chip *gc, unsigned offset) in palmas_gpio_input() 121 static int palmas_gpio_to_irq(struct gpio_chip *gc, unsigned offset) in palmas_gpio_to_irq()
|
| D | gpio-stmpe.c | 41 static int stmpe_gpio_get(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_get() 56 static void stmpe_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in stmpe_gpio_set() 75 unsigned offset) in stmpe_gpio_get_direction() 91 unsigned offset, int val) in stmpe_gpio_direction_output() 104 unsigned offset) in stmpe_gpio_direction_input() 114 static int stmpe_gpio_request(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_request() 141 int offset = d->hwirq; in stmpe_gpio_irq_set_type() local 229 int offset = d->hwirq; in stmpe_gpio_irq_mask() local 240 int offset = d->hwirq; in stmpe_gpio_irq_unmask() local 249 unsigned offset, unsigned gpio) in stmpe_dbg_show_one()
|
| D | gpio-mockup.c | 64 unsigned int offset; member 88 unsigned int offset) in __gpio_mockup_get() 93 static int gpio_mockup_get(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get() 122 unsigned int offset, int value) in __gpio_mockup_set() 128 unsigned int offset, int value) in gpio_mockup_set() 150 unsigned int offset, int value) in gpio_mockup_dirout() 162 static int gpio_mockup_dirin(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_dirin() 173 static int gpio_mockup_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get_direction() 185 static int gpio_mockup_to_irq(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_to_irq() 192 static void gpio_mockup_free(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_free()
|
| /Linux-v5.4/fs/squashfs/ |
| D | file.c | 47 static struct meta_index *locate_meta_index(struct inode *inode, int offset, in locate_meta_index() 86 static struct meta_index *empty_meta_index(struct inode *inode, int offset, in empty_meta_index() 161 u64 *start_block, int *offset) in read_indexes() 232 int offset = 0; in fill_meta_index() local 330 int offset; in read_blocklist() local 364 void squashfs_fill_page(struct page *page, struct squashfs_cache_entry *buffer, int offset, int ava… in squashfs_fill_page() 383 int bytes, int offset) in squashfs_copy_cache()
|
| /Linux-v5.4/drivers/net/arcnet/ |
| D | com90io.c | 71 static u_char get_buffer_byte(struct net_device *dev, unsigned offset) in get_buffer_byte() 82 static void put_buffer_byte(struct net_device *dev, unsigned offset, in put_buffer_byte() 95 static void get_whole_buffer(struct net_device *dev, unsigned offset, in get_whole_buffer() 111 static void put_whole_buffer(struct net_device *dev, unsigned offset, in put_whole_buffer() 333 int offset, void *buf, int count) in com90io_copy_to_card() 340 int offset, void *buf, int count) in com90io_copy_from_card()
|
| /Linux-v5.4/arch/arm/mach-imx/ |
| D | iomux-v1.c | 26 static inline unsigned long imx_iomuxv1_readl(unsigned offset) in imx_iomuxv1_readl() 31 static inline void imx_iomuxv1_writel(unsigned long val, unsigned offset) in imx_iomuxv1_writel() 36 static inline void imx_iomuxv1_rmwl(unsigned offset, in imx_iomuxv1_rmwl() 85 unsigned long offset = pin < 16 ? MXC_OCR1(port) : MXC_OCR2(port); in imx_iomuxv1_set_ocr() local 96 unsigned long offset = pin < 16 ? MXC_ICONFA1(port) : MXC_ICONFA2(port); in imx_iomuxv1_set_iconfa() local 107 unsigned long offset = pin < 16 ? MXC_ICONFB1(port) : MXC_ICONFB2(port); in imx_iomuxv1_set_iconfb() local
|
| /Linux-v5.4/drivers/net/wireless/broadcom/b43/ |
| D | tables_phy_ht.h | 10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
| D | tables_phy_lcn.h | 10 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 11 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 12 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
| /Linux-v5.4/drivers/reset/ |
| D | reset-zynq.c | 23 u32 offset; member 35 int offset = id % BITS_PER_LONG; in zynq_reset_assert() local 52 int offset = id % BITS_PER_LONG; in zynq_reset_deassert() local 69 int offset = id % BITS_PER_LONG; in zynq_reset_status() local
|
| /Linux-v5.4/drivers/pinctrl/stm32/ |
| D | pinctrl-stm32.c | 152 u32 offset, u32 value) in stm32_gpio_backup_value() 158 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode() 167 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving() 174 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed() 181 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias() 191 unsigned offset, int value) in __stm32_gpio_set() 205 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() 221 static void stm32_gpio_free(struct gpio_chip *chip, unsigned offset) in stm32_gpio_free() 226 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() 240 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set() [all …]
|
| /Linux-v5.4/net/sunrpc/auth_gss/ |
| D | gss_krb5_wrap.c | 49 gss_krb5_add_padding(struct xdr_buf *buf, int offset, int blocksize) in gss_krb5_add_padding() 83 unsigned int offset = (buf->page_base + len - 1) in gss_krb5_remove_padding() local 158 gss_wrap_kerberos_v1(struct krb5_ctx *kctx, int offset, in gss_wrap_kerberos_v1() 264 gss_unwrap_kerberos_v1(struct krb5_ctx *kctx, int offset, struct xdr_buf *buf) in gss_unwrap_kerberos_v1() 438 gss_wrap_kerberos_v2(struct krb5_ctx *kctx, u32 offset, in gss_wrap_kerberos_v2() 489 gss_unwrap_kerberos_v2(struct krb5_ctx *kctx, int offset, struct xdr_buf *buf) in gss_unwrap_kerberos_v2() 587 gss_wrap_kerberos(struct gss_ctx *gctx, int offset, in gss_wrap_kerberos() 606 gss_unwrap_kerberos(struct gss_ctx *gctx, int offset, struct xdr_buf *buf) in gss_unwrap_kerberos()
|
| /Linux-v5.4/arch/m68k/mac/ |
| D | misc.c | 41 static unsigned char cuda_pram_read_byte(int offset) in cuda_pram_read_byte() 53 static void cuda_pram_write_byte(unsigned char data, int offset) in cuda_pram_write_byte() 66 static unsigned char pmu_pram_read_byte(int offset) in pmu_pram_read_byte() 78 static void pmu_pram_write_byte(unsigned char data, int offset) in pmu_pram_write_byte() 211 static unsigned char via_pram_read_byte(int offset) in via_pram_read_byte() 220 static void via_pram_write_byte(unsigned char data, int offset) in via_pram_write_byte() 491 unsigned long offset = phys-virt; in mac_reset() local 546 static void unmktime(time64_t time, long offset, in unmktime()
|
| /Linux-v5.4/fs/udf/ |
| D | partition.c | 30 uint16_t partition, uint32_t offset) in udf_get_pblock() 47 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15() 107 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20() 113 uint16_t partition, uint32_t offset) in udf_get_pblock_spar15() 281 uint16_t partition, uint32_t offset) in udf_try_read_meta() 307 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25()
|
| /Linux-v5.4/drivers/crypto/caam/ |
| D | sg_sw_qm2.h | 13 dma_addr_t dma, u32 len, u16 offset) in dma_to_qm_sg_one() 29 struct dpaa2_sg_entry *qm_sg_ptr, u16 offset) in sg_to_qm_sg() 51 u16 offset) in sg_to_qm_sg_last()
|
| /Linux-v5.4/drivers/vfio/pci/ |
| D | vfio_pci_config.c | 34 #define is_bar(offset) \ argument 122 static int vfio_user_config_read(struct pci_dev *pdev, int offset, in vfio_user_config_read() 153 static int vfio_user_config_write(struct pci_dev *pdev, int offset, in vfio_user_config_write() 176 int offset, __le32 *val) in vfio_default_config_read() 202 int offset, __le32 val) in vfio_default_config_write() 249 int offset, __le32 *val) in vfio_direct_config_read() 274 int offset, __le32 val) in vfio_raw_config_write() 287 int offset, __le32 *val) in vfio_raw_config_read() 301 int offset, __le32 val) in vfio_virt_config_write() 309 int offset, __le32 *val) in vfio_virt_config_read() [all …]
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | evergreen_cs.c | 399 unsigned long offset; in evergreen_cs_track_validate_cb() local 566 unsigned long offset; in evergreen_cs_track_validate_stencil() local 663 unsigned long offset; in evergreen_cs_track_validate_depth() local 950 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in evergreen_cs_track_check() local 1794 uint64_t offset; in evergreen_packet3_check() local 1853 uint64_t offset; in evergreen_packet3_check() local 1889 uint64_t offset; in evergreen_packet3_check() local 1916 uint64_t offset; in evergreen_packet3_check() local 2093 uint64_t offset; in evergreen_packet3_check() local 2115 u64 offset, tmp; in evergreen_packet3_check() local [all …]
|
| /Linux-v5.4/arch/riscv/kernel/ |
| D | module.c | 32 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_branch_rela() local 45 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_jal_rela() local 58 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rcv_branch_rela() local 73 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rvc_jump_rela() local 91 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_pcrel_hi20_rela() local 173 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_got_hi20_rela() local 195 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_plt_rela() local 222 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_rela() local 360 size_t offset = hi20_sym_val - hi20_loc; in apply_relocate_add() local
|
| /Linux-v5.4/arch/arm/boot/compressed/ |
| D | atags_to_fdt.c | 15 int offset = fdt_path_offset(fdt, node_path); in node_offset() local 24 int offset = node_offset(fdt, node_path); in setprop() local 33 int offset = node_offset(fdt, node_path); in setprop_string() local 42 int offset = node_offset(fdt, node_path); in setprop_cell() local 51 int offset = fdt_path_offset(fdt, node_path); in getprop() local
|
| /Linux-v5.4/fs/btrfs/ |
| D | free-space-cache.c | 45 u64 offset) in __lookup_free_space_inode() 134 u64 ino, u64 offset) in __create_free_space_inode() 461 unsigned offset = 0; in io_ctl_set_crc() local 483 unsigned offset = 0; in io_ctl_check_crc() local 510 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() 662 struct btrfs_path *path, u64 offset) in __load_free_space_cache() 994 struct btrfs_path *path, u64 offset, in update_cache_item() 1146 struct btrfs_path *path, u64 offset) in __btrfs_wait_cache_io() 1416 u64 offset) in offset_to_bit() 1428 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap() [all …]
|