Home
last modified time | relevance | path

Searched defs:offset (Results 151 – 175 of 6060) sorted by relevance

12345678910>>...243

/Linux-v6.6/drivers/gpu/drm/tegra/
Dfirewall.c27 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()
161 u32 word, opcode, offset, count, mask, class; in tegra_drm_fw_validate() local
/Linux-v6.6/drivers/net/arcnet/
Dcom90io.c71 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.6/drivers/gpio/
Dgpio-syscon.c56 static int syscon_gpio_get(struct gpio_chip *chip, unsigned offset) in syscon_gpio_get()
72 static void syscon_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_set()
85 static int syscon_gpio_dir_in(struct gpio_chip *chip, unsigned offset) in syscon_gpio_dir_in()
103 static int syscon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, int val) in syscon_gpio_dir_out()
131 static void rockchip_gpio_set(struct gpio_chip *chip, unsigned int offset, in rockchip_gpio_set()
160 static void keystone_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in keystone_gpio_set()
Dgpio-xgene.c37 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()
Dgpio-gw-pld.c35 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()
Dgpio-stmpe.c41 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
244 int offset = d->hwirq; in stmpe_gpio_irq_unmask() local
254 unsigned offset, unsigned gpio) in stmpe_dbg_show_one()
Dgpio-rda.c44 static inline void rda_gpio_update(struct gpio_chip *chip, unsigned int offset, in rda_gpio_update()
69 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
164 u32 offset = irqd_to_hwirq(data); in rda_gpio_irq_set_type() local
Dgpio-siox.c41 size_t offset; in gpio_siox_get_data() local
141 static int gpio_siox_get(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get()
164 unsigned int offset, int value) in gpio_siox_set()
180 unsigned int offset) in gpio_siox_direction_input()
189 unsigned int offset, int value) in gpio_siox_direction_output()
198 static int gpio_siox_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_siox_get_direction()
Dgpio-bd71828.c19 static void bd71828_gpio_set(struct gpio_chip *chip, unsigned int offset, in bd71828_gpio_set()
39 static int bd71828_gpio_get(struct gpio_chip *chip, unsigned int offset) in bd71828_gpio_get()
57 static int bd71828_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in bd71828_gpio_set_config()
82 static int bd71828_get_direction(struct gpio_chip *chip, unsigned int offset) in bd71828_get_direction()
/Linux-v6.6/arch/m68k/mac/
Dmisc.c40 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.6/net/netfilter/
Dnft_set_pipapo_avx2.c104 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 …]
/Linux-v6.6/drivers/mtd/maps/
Dtsunami_flash.c18 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.6/drivers/pinctrl/bcm/
Dpinctrl-bcm2835.c324 static int bcm2835_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_direction_input()
332 static int bcm2835_gpio_get(struct gpio_chip *chip, unsigned offset) in bcm2835_gpio_get()
339 static int bcm2835_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in bcm2835_gpio_get_direction()
354 static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in bcm2835_gpio_set()
362 unsigned offset, int value) in bcm2835_gpio_direction_output()
421 unsigned offset; in bcm2835_gpio_irq_handle_bank() local
476 unsigned reg, unsigned offset, bool enable) in __bcm2835_gpio_irq_config()
490 unsigned offset, bool enable) in bcm2835_gpio_irq_config()
521 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_unmask() local
538 unsigned offset = GPIO_REG_SHIFT(gpio); in bcm2835_gpio_irq_mask() local
[all …]
/Linux-v6.6/arch/powerpc/platforms/powermac/
Dpfunc_core.c161 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.6/arch/s390/pci/
Dpci_insn.c28 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.6/drivers/pinctrl/nomadik/
Dpinctrl-abx500.c94 unsigned offset, bool *bit) in abx500_gpio_get_bit()
117 unsigned offset, int val) in abx500_gpio_set_bits()
138 static int abx500_gpio_get(struct gpio_chip *chip, unsigned offset) in abx500_gpio_get()
166 static void abx500_gpio_set(struct gpio_chip *chip, unsigned offset, int val) in abx500_gpio_set()
177 unsigned offset, in abx500_gpio_direction_output()
207 static int abx500_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in abx500_gpio_direction_input()
216 static int abx500_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in abx500_gpio_to_irq()
250 unsigned offset; in abx500_set_mode() local
374 unsigned offset = gpio - 1; in abx500_get_mode() local
452 unsigned offset, unsigned gpio) in abx500_gpio_dbg_show_one()
[all …]
/Linux-v6.6/drivers/gpu/drm/bridge/
Dsii9234.c194 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.6/arch/loongarch/include/asm/
Dio.h30 static inline void __iomem *ioremap_prot(phys_addr_t offset, unsigned long size, in ioremap_prot()
39 #define ioremap(offset, size) \ argument
55 #define ioremap_wc(offset, size) \ argument
59 #define ioremap_cache(offset, size) \ argument
/Linux-v6.6/mm/
Dswapfile.c134 unsigned long offset, unsigned long flags) in __try_to_reclaim_swap()
211 offset_to_swap_extent(struct swap_info_struct *sis, unsigned long offset) in offset_to_swap_extent()
235 pgoff_t offset; in swap_page_sector() local
253 pgoff_t offset = start_page - se->start_page; in discard_swap_cluster() local
358 unsigned long offset) in lock_cluster()
381 struct swap_info_struct *si, unsigned long offset) in lock_cluster_or_swap_info()
604 unsigned long offset) in scan_swap_map_ssd_cluster_conflict()
627 unsigned long *offset, unsigned long *scan_base) in scan_swap_map_try_ssd_cluster()
696 static void swap_range_alloc(struct swap_info_struct *si, unsigned long offset, in swap_range_alloc()
723 static void swap_range_free(struct swap_info_struct *si, unsigned long offset, in swap_range_free()
[all …]
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmmio.c82 u32 offset = FIELD_GET(MT_HIF_REMAP_L1_OFFSET, addr); in mt7996_reg_map_l1() local
97 u32 offset = FIELD_GET(MT_HIF_REMAP_L2_OFFSET, addr); in mt7996_reg_map_l2() local
165 void mt7996_memcpy_fromio(struct mt7996_dev *dev, void *buf, u32 offset, in mt7996_memcpy_fromio()
173 static u32 mt7996_rr(struct mt76_dev *mdev, u32 offset) in mt7996_rr()
180 static void mt7996_wr(struct mt76_dev *mdev, u32 offset, u32 val) in mt7996_wr()
187 static u32 mt7996_rmw(struct mt76_dev *mdev, u32 offset, u32 mask, u32 val) in mt7996_rmw()
/Linux-v6.6/kernel/
Dcontext_tracking.c81 static noinstr void ct_kernel_exit_state(int offset) in ct_kernel_exit_state()
101 static noinstr void ct_kernel_enter_state(int offset) in ct_kernel_enter_state()
124 static void noinstr ct_kernel_exit(bool user, int offset) in ct_kernel_exit()
163 static void noinstr ct_kernel_enter(bool user, int offset) in ct_kernel_enter()
426 static __always_inline void ct_kernel_exit(bool user, int offset) { } in ct_kernel_exit()
427 static __always_inline void ct_kernel_enter(bool user, int offset) { } in ct_kernel_enter()
/Linux-v6.6/fs/udf/
Dpartition.c26 uint16_t partition, uint32_t offset) in udf_get_pblock()
43 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15()
102 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20()
108 uint16_t partition, uint32_t offset) in udf_get_pblock_spar15()
276 uint16_t partition, uint32_t offset) in udf_try_read_meta()
302 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25()
/Linux-v6.6/drivers/pinctrl/stm32/
Dpinctrl-stm32.c158 u32 offset, u32 value) in stm32_gpio_backup_value()
164 static void stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_mode()
173 static void stm32_gpio_backup_driving(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_driving()
180 static void stm32_gpio_backup_speed(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_speed()
187 static void stm32_gpio_backup_bias(struct stm32_gpio_bank *bank, u32 offset, in stm32_gpio_backup_bias()
197 unsigned offset, int value) in __stm32_gpio_set()
207 static int stm32_gpio_request(struct gpio_chip *chip, unsigned offset) in stm32_gpio_request()
223 static void stm32_gpio_free(struct gpio_chip *chip, unsigned offset) in stm32_gpio_free()
228 static int stm32_gpio_get(struct gpio_chip *chip, unsigned offset) in stm32_gpio_get()
235 static void stm32_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in stm32_gpio_set()
[all …]
/Linux-v6.6/drivers/net/ethernet/qlogic/qed/
Dqed_init_ops.h71 #define STORE_RT_REG(hwfn, offset, val) \ argument
74 #define OVERWRITE_RT_REG(hwfn, offset, val) \ argument
82 #define STORE_RT_REG_AGG(hwfn, offset, val) \ argument
/Linux-v6.6/drivers/reset/
Dreset-zynq.c23 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

12345678910>>...243