| /Linux-v6.1/drivers/gpio/ |
| D | gpio-reg.c | 25 static int gpio_reg_get_direction(struct gpio_chip *gc, unsigned offset) in gpio_reg_get_direction() 33 static int gpio_reg_direction_output(struct gpio_chip *gc, unsigned offset, in gpio_reg_direction_output() 45 static int gpio_reg_direction_input(struct gpio_chip *gc, unsigned offset) in gpio_reg_direction_input() 52 static void gpio_reg_set(struct gpio_chip *gc, unsigned offset, int value) in gpio_reg_set() 69 static int gpio_reg_get(struct gpio_chip *gc, unsigned offset) in gpio_reg_get() 99 static int gpio_reg_to_irq(struct gpio_chip *gc, unsigned offset) in gpio_reg_to_irq()
|
| D | gpio-madera.c | 24 unsigned int offset) in madera_gpio_get_direction() 43 static int madera_gpio_direction_in(struct gpio_chip *chip, unsigned int offset) in madera_gpio_direction_in() 54 static int madera_gpio_get(struct gpio_chip *chip, unsigned int offset) in madera_gpio_get() 71 unsigned int offset, int value) in madera_gpio_direction_out() 90 static void madera_gpio_set(struct gpio_chip *chip, unsigned int offset, in madera_gpio_set()
|
| D | gpio-104-idio-16.c | 77 unsigned int offset) in idio_16_gpio_get_direction() 86 unsigned int offset) in idio_16_gpio_direction_input() 92 unsigned int offset, int value) in idio_16_gpio_direction_output() 98 static int idio_16_gpio_get(struct gpio_chip *chip, unsigned int offset) in idio_16_gpio_get() 126 static void idio_16_gpio_set(struct gpio_chip *chip, unsigned int offset, in idio_16_gpio_set() 178 const unsigned long offset = irqd_to_hwirq(data); in idio_16_irq_mask() local 197 const unsigned long offset = irqd_to_hwirq(data); in idio_16_irq_unmask() local
|
| D | gpio-syscon.c | 57 static int syscon_gpio_get(struct gpio_chip *chip, unsigned offset) in syscon_gpio_get() 73 static void syscon_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_set() 86 static int syscon_gpio_dir_in(struct gpio_chip *chip, unsigned offset) in syscon_gpio_dir_in() 104 static int syscon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_dir_out() 132 static void rockchip_gpio_set(struct gpio_chip *chip, unsigned int offset, in rockchip_gpio_set() 161 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() 89 static int xgene_gpio_dir_in(struct gpio_chip *gc, unsigned int offset) in xgene_gpio_dir_in() 110 unsigned int offset, int val) in xgene_gpio_dir_out()
|
| 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() 94 unsigned offset, int val) in stmpe_gpio_direction_output() 107 unsigned offset) in stmpe_gpio_direction_input() 117 static int stmpe_gpio_request(struct gpio_chip *chip, unsigned offset) in stmpe_gpio_request() 144 int offset = d->hwirq; in stmpe_gpio_irq_set_type() local 232 int offset = d->hwirq; in stmpe_gpio_irq_mask() local 243 int offset = d->hwirq; in stmpe_gpio_irq_unmask() local 252 unsigned offset, unsigned gpio) in stmpe_dbg_show_one()
|
| 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-rda.c | 45 static inline void rda_gpio_update(struct gpio_chip *chip, unsigned int offset, in rda_gpio_update() 70 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_mask() local 82 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_ack() local 87 static int rda_gpio_set_irq(struct gpio_chip *chip, u32 offset, in rda_gpio_set_irq() 154 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_unmask() local 163 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_set_type() local
|
| /Linux-v6.1/drivers/gpu/drm/radeon/ |
| D | evergreen_cs.c | 398 unsigned long offset; in evergreen_cs_track_validate_cb() local 565 unsigned long offset; in evergreen_cs_track_validate_stencil() local 662 unsigned long offset; in evergreen_cs_track_validate_depth() local 949 u64 offset = (u64)track->vgt_strmout_bo_offset[i] + in evergreen_cs_track_check() local 1793 uint64_t offset; in evergreen_packet3_check() local 1852 uint64_t offset; in evergreen_packet3_check() local 1888 uint64_t offset; in evergreen_packet3_check() local 1915 uint64_t offset; in evergreen_packet3_check() local 2092 uint64_t offset; in evergreen_packet3_check() local 2114 u64 offset, tmp; in evergreen_packet3_check() local [all …]
|
| /Linux-v6.1/drivers/gpu/drm/i915/gem/selftests/ |
| D | i915_gem_coherency.c | 23 static int cpu_set(struct context *ctx, unsigned long offset, u32 v) in cpu_set() 56 static int cpu_get(struct context *ctx, unsigned long offset, u32 *v) in cpu_get() 86 static int gtt_set(struct context *ctx, unsigned long offset, u32 v) in gtt_set() 119 static int gtt_get(struct context *ctx, unsigned long offset, u32 *v) in gtt_get() 152 static int wc_set(struct context *ctx, unsigned long offset, u32 v) in wc_set() 175 static int wc_get(struct context *ctx, unsigned long offset, u32 *v) in wc_get() 196 static int gpu_set(struct context *ctx, unsigned long offset, u32 v) in gpu_set()
|
| /Linux-v6.1/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-v6.1/drivers/gpu/drm/tegra/ |
| D | firewall.c | 27 static bool fw_check_addr_valid(struct tegra_drm_firewall *fw, u32 offset) in fw_check_addr_valid() 41 static int fw_check_reg(struct tegra_drm_firewall *fw, u32 offset) in fw_check_reg() 66 static int fw_check_regs_seq(struct tegra_drm_firewall *fw, u32 offset, in fw_check_regs_seq() 82 static int fw_check_regs_mask(struct tegra_drm_firewall *fw, u32 offset, in fw_check_regs_mask() 96 static int fw_check_regs_imm(struct tegra_drm_firewall *fw, u32 offset) in fw_check_regs_imm() 158 u32 word, opcode, offset, count, mask, class; in tegra_drm_fw_validate() local
|
| /Linux-v6.1/arch/m68k/mac/ |
| D | misc.c | 40 static unsigned char cuda_pram_read_byte(int offset) in cuda_pram_read_byte() 52 static void cuda_pram_write_byte(unsigned char data, int offset) in cuda_pram_write_byte() 65 static unsigned char pmu_pram_read_byte(int offset) in pmu_pram_read_byte() 77 static void pmu_pram_write_byte(unsigned char data, int offset) in pmu_pram_write_byte() 210 static unsigned char via_pram_read_byte(int offset) in via_pram_read_byte() 219 static void via_pram_write_byte(unsigned char data, int offset) in via_pram_write_byte() 490 unsigned long offset = phys-virt; in mac_reset() local 545 static void unmktime(time64_t time, long offset, in unmktime()
|
| /Linux-v6.1/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() 247 gss_unwrap_kerberos_v1(struct krb5_ctx *kctx, int offset, int len, in gss_unwrap_kerberos_v1() 409 gss_wrap_kerberos_v2(struct krb5_ctx *kctx, u32 offset, in gss_wrap_kerberos_v2() 460 gss_unwrap_kerberos_v2(struct krb5_ctx *kctx, int offset, int len, in gss_unwrap_kerberos_v2() 561 gss_wrap_kerberos(struct gss_ctx *gctx, int offset, in gss_wrap_kerberos() 579 gss_unwrap_kerberos(struct gss_ctx *gctx, int offset, in gss_unwrap_kerberos()
|
| /Linux-v6.1/net/netfilter/ |
| D | nft_set_pipapo_avx2.c | 104 int offset = start % BITS_PER_LONG; in nft_pipapo_avx2_fill() local 155 static int nft_pipapo_avx2_refill(int offset, unsigned long *map, in nft_pipapo_avx2_refill() 218 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_2() 280 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_4() 356 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_8() 451 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_12() 540 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_4b_32() 675 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_1() 732 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_2() 796 struct nft_pipapo_field *f, int offset, in nft_pipapo_avx2_lookup_8b_4() [all …]
|
| D | nft_exthdr.c | 21 u8 offset; member 29 static unsigned int optlen(const u8 *opt, unsigned int offset) in optlen() 44 unsigned int offset = 0; in nft_exthdr_ipv6_eval() local 76 unsigned int *offset, int target) in ipv4_find_option() 141 unsigned int offset; in nft_exthdr_ipv4_eval() local 190 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_eval() local 233 unsigned int i, optl, tcphdr_len, offset; in nft_exthdr_tcp_set_eval() local 372 unsigned int offset = nft_thoff(pkt) + sizeof(struct sctphdr); in nft_exthdr_sctp_eval() local 425 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_init() local 473 u32 offset, len, flags = 0, op = NFT_EXTHDR_OP_IPV6; in nft_exthdr_tcp_set_init() local
|
| /Linux-v6.1/drivers/mtd/maps/ |
| D | tsunami_flash.c | 18 static inline map_word tsunami_flash_read8(struct map_info *map, unsigned long offset) in tsunami_flash_read8() 25 static void tsunami_flash_write8(struct map_info *map, map_word value, unsigned long offset) in tsunami_flash_write8() 31 struct map_info *map, void *addr, unsigned long offset, ssize_t len) in tsunami_flash_copy_from() 44 struct map_info *map, unsigned long offset, in tsunami_flash_copy_to()
|
| /Linux-v6.1/drivers/pinctrl/bcm/ |
| D | pinctrl-bcm2835.c | 314 static int bcm2835_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_direction_input() 322 static int bcm2835_gpio_get(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_get() 329 static int bcm2835_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in bcm2835_gpio_get_direction() 344 static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in bcm2835_gpio_set() 352 unsigned offset, int value) in bcm2835_gpio_direction_output() 415 unsigned offset; in bcm2835_gpio_irq_handle_bank() local 470 unsigned reg, unsigned offset, bool enable) in __bcm2835_gpio_irq_config() 484 unsigned offset, bool enable) in bcm2835_gpio_irq_config() 515 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_unmask() local 532 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_mask() local [all …]
|
| /Linux-v6.1/arch/powerpc/platforms/powermac/ |
| D | pfunc_core.c | 161 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg32() local 173 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg32() local 183 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg16() local 195 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg16() local 205 u32 offset = pmf_next32(cmd); in pmf_parser_write_reg8() local 217 u32 offset = pmf_next32(cmd); in pmf_parser_read_reg8() local 235 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg32() local 247 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg16() local 259 u32 offset = pmf_next32(cmd); in pmf_parser_wait_reg8() local 310 u32 offset = pmf_next32(cmd); in pmf_parser_read_cfg() local [all …]
|
| /Linux-v6.1/sound/soc/sof/amd/ |
| D | acp-ipc.c | 18 void acp_mailbox_write(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_write() 24 void acp_mailbox_read(struct snd_sof_dev *sdev, u32 offset, void *message, size_t bytes) in acp_mailbox_read() 71 unsigned int offset = sdev->host_box.offset; in acp_sof_ipc_send_msg() local 101 unsigned int offset = sdev->host_box.offset; in acp_dsp_ipc_get_reply() local 193 unsigned int offset = sdev->dsp_box.offset; in acp_sof_ipc_msg_data() local
|
| /Linux-v6.1/arch/s390/pci/ |
| D | pci_insn.c | 28 u64 offset; member 38 u64 req, u64 offset) in zpci_err_insn_req() 156 static inline int ____pcilg(u64 *data, u64 req, u64 offset, u8 *status) in ____pcilg() 175 static inline int __pcilg(u64 *data, u64 req, u64 offset, u8 *status) in __pcilg() 187 int __zpci_load(u64 *data, u64 req, u64 offset) in __zpci_load() 258 static inline int __pcistg(u64 data, u64 req, u64 offset, u8 *status) in __pcistg() 276 int __zpci_store(u64 data, u64 req, u64 offset) in __zpci_store() 346 static inline int __pcistb(const u64 *data, u64 req, u64 offset, u8 *status) in __pcistb() 363 int __zpci_store_block(const u64 *data, u64 req, u64 offset) in __zpci_store_block() 394 u64 offset = ZPCI_OFFSET(dst); in zpci_write_block_fh() local
|
| /Linux-v6.1/drivers/pinctrl/nomadik/ |
| D | pinctrl-abx500.c | 90 unsigned offset, bool *bit) in abx500_gpio_get_bit() 113 unsigned offset, int val) in abx500_gpio_set_bits() 134 static int abx500_gpio_get(struct gpio_chip *chip, unsigned offset) in abx500_gpio_get() 162 static void abx500_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in abx500_gpio_set() 173 unsigned offset, in abx500_gpio_direction_output() 203 static int abx500_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in abx500_gpio_direction_input() 212 static int abx500_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in abx500_gpio_to_irq() 246 unsigned offset; in abx500_set_mode() local 370 unsigned offset = gpio - 1; in abx500_get_mode() local 450 unsigned offset, unsigned gpio) in abx500_gpio_dbg_show_one() [all …]
|
| /Linux-v6.1/drivers/gpu/drm/bridge/ |
| D | sii9234.c | 194 static int sii9234_writeb(struct sii9234 *ctx, int id, int offset, in sii9234_writeb() 212 static int sii9234_writebm(struct sii9234 *ctx, int id, int offset, in sii9234_writebm() 249 static int sii9234_readb(struct sii9234 *ctx, int id, int offset) in sii9234_readb() 284 #define mhl_tx_writeb(sii9234, offset, value) \ argument 286 #define mhl_tx_writebm(sii9234, offset, value, mask) \ argument 288 #define mhl_tx_readb(sii9234, offset) \ argument 290 #define cbus_writeb(sii9234, offset, value) \ argument 292 #define cbus_writebm(sii9234, offset, value, mask) \ argument 294 #define cbus_readb(sii9234, offset) \ argument 296 #define hdmi_writeb(sii9234, offset, value) \ argument [all …]
|
| /Linux-v6.1/drivers/pinctrl/stm32/ |
| D | pinctrl-stm32.c | 157 u32 offset, u32 value) in stm32_gpio_backup_value() 163 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode() 172 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving() 179 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed() 186 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias() 196 unsigned offset, int value) in __stm32_gpio_set() 206 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request() 222 static void stm32_gpio_free(struct gpio_chip *chip, unsigned offset) in stm32_gpio_free() 227 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get() 234 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set() [all …]
|
| /Linux-v6.1/mm/ |
| D | swapfile.c | 132 unsigned long offset, unsigned long flags) in __try_to_reclaim_swap() 209 offset_to_swap_extent(struct swap_info_struct *sis, unsigned long offset) in offset_to_swap_extent() 233 pgoff_t offset; in swap_page_sector() local 251 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() local 356 unsigned long offset) in lock_cluster() 379 struct swap_info_struct *si, unsigned long offset) in lock_cluster_or_swap_info() 602 unsigned long offset) in scan_swap_map_ssd_cluster_conflict() 625 unsigned long *offset, unsigned long *scan_base) in scan_swap_map_try_ssd_cluster() 693 static void swap_range_alloc(struct swap_info_struct *si, unsigned long offset, in swap_range_alloc() 722 static void swap_range_free(struct swap_info_struct *si, unsigned long offset, in swap_range_free() [all …]
|