Home
last modified time | relevance | path

Searched defs:offset (Results 226 – 250 of 5477) sorted by relevance

12345678910>>...220

/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_debug.c13 off_t offset, int count, in proc_get_drv_version()
25 off_t offset, int count, in proc_get_write_reg()
74 off_t offset, int count, in proc_get_read_reg()
134 off_t offset, int count, in proc_get_adapter_state()
149 off_t offset, int count, in proc_get_best_channel()
/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-agl-defs.h35 #define CVMX_AGL_GMX_PRTX_CFG(offset) (CVMX_ADD_IO_SEG(0x00011800E0000010ull) + ((offset) & 1) * 20… argument
36 #define CVMX_AGL_GMX_RXX_ADR_CAM0(offset) (CVMX_ADD_IO_SEG(0x00011800E0000180ull) + ((offset) & 1) … argument
37 #define CVMX_AGL_GMX_RXX_ADR_CAM1(offset) (CVMX_ADD_IO_SEG(0x00011800E0000188ull) + ((offset) & 1) … argument
38 #define CVMX_AGL_GMX_RXX_ADR_CAM2(offset) (CVMX_ADD_IO_SEG(0x00011800E0000190ull) + ((offset) & 1) … argument
39 #define CVMX_AGL_GMX_RXX_ADR_CAM3(offset) (CVMX_ADD_IO_SEG(0x00011800E0000198ull) + ((offset) & 1) … argument
40 #define CVMX_AGL_GMX_RXX_ADR_CAM4(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A0ull) + ((offset) & 1) … argument
41 #define CVMX_AGL_GMX_RXX_ADR_CAM5(offset) (CVMX_ADD_IO_SEG(0x00011800E00001A8ull) + ((offset) & 1) … argument
42 #define CVMX_AGL_GMX_RXX_ADR_CAM_EN(offset) (CVMX_ADD_IO_SEG(0x00011800E0000108ull) + ((offset) & 1… argument
43 #define CVMX_AGL_GMX_RXX_ADR_CTL(offset) (CVMX_ADD_IO_SEG(0x00011800E0000100ull) + ((offset) & 1) *… argument
44 #define CVMX_AGL_GMX_RXX_DECISION(offset) (CVMX_ADD_IO_SEG(0x00011800E0000040ull) + ((offset) & 1) … argument
[all …]
Dcvmx-mixx-defs.h31 #define CVMX_MIXX_BIST(offset) (CVMX_ADD_IO_SEG(0x0001070000100078ull) + ((offset) & 1) * 2048) argument
32 #define CVMX_MIXX_CTL(offset) (CVMX_ADD_IO_SEG(0x0001070000100020ull) + ((offset) & 1) * 2048) argument
33 #define CVMX_MIXX_INTENA(offset) (CVMX_ADD_IO_SEG(0x0001070000100050ull) + ((offset) & 1) * 2048) argument
34 #define CVMX_MIXX_IRCNT(offset) (CVMX_ADD_IO_SEG(0x0001070000100030ull) + ((offset) & 1) * 2048) argument
35 #define CVMX_MIXX_IRHWM(offset) (CVMX_ADD_IO_SEG(0x0001070000100028ull) + ((offset) & 1) * 2048) argument
36 #define CVMX_MIXX_IRING1(offset) (CVMX_ADD_IO_SEG(0x0001070000100010ull) + ((offset) & 1) * 2048) argument
37 #define CVMX_MIXX_IRING2(offset) (CVMX_ADD_IO_SEG(0x0001070000100018ull) + ((offset) & 1) * 2048) argument
38 #define CVMX_MIXX_ISR(offset) (CVMX_ADD_IO_SEG(0x0001070000100048ull) + ((offset) & 1) * 2048) argument
39 #define CVMX_MIXX_ORCNT(offset) (CVMX_ADD_IO_SEG(0x0001070000100040ull) + ((offset) & 1) * 2048) argument
40 #define CVMX_MIXX_ORHWM(offset) (CVMX_ADD_IO_SEG(0x0001070000100038ull) + ((offset) & 1) * 2048) argument
[all …]
Dcvmx-address.h111 uint64_t offset:62; member
117 uint64_t offset:31; member
124 uint64_t offset:29; member
150 uint64_t offset:36; member
159 uint64_t offset:36; member
175 uint64_t offset:36; member
208 uint64_t offset:62; member
213 uint64_t offset:31; member
218 uint64_t offset:29; member
231 uint64_t offset:36; member
[all …]
/linux-5.10/mm/
Dfrontswap.c216 pgoff_t offset) in __frontswap_test()
225 pgoff_t offset) in __frontswap_set()
232 pgoff_t offset) in __frontswap_clear()
251 pgoff_t offset = swp_offset(entry); in __frontswap_store() local
300 pgoff_t offset = swp_offset(entry); in __frontswap_load() local
331 void __frontswap_invalidate_page(unsigned type, pgoff_t offset) in __frontswap_invalidate_page()
/linux-5.10/drivers/bcma/
Ddriver_chipcommon_pmu.c16 u32 bcma_chipco_pll_read(struct bcma_drv_cc *cc, u32 offset) in bcma_chipco_pll_read()
24 void bcma_chipco_pll_write(struct bcma_drv_cc *cc, u32 offset, u32 value) in bcma_chipco_pll_write()
32 void bcma_chipco_pll_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_pll_maskset()
42 u32 offset, u32 mask, u32 set) in bcma_chipco_chipctl_maskset()
50 void bcma_chipco_regctl_maskset(struct bcma_drv_cc *cc, u32 offset, u32 mask, in bcma_chipco_regctl_maskset()
486 static void bcma_pmu_spuravoid_pll_write(struct bcma_drv_cc *cc, u32 offset, in bcma_pmu_spuravoid_pll_write()
/linux-5.10/drivers/firmware/tegra/
Divc.c168 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_check_read() local
201 unsigned int offset = offsetof(struct tegra_ivc_header, rx.count); in tegra_ivc_check_write() local
231 unsigned long offset; in tegra_ivc_frame_phys() local
241 unsigned int offset, in tegra_ivc_invalidate_frame()
255 unsigned int offset, in tegra_ivc_flush_frame()
388 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_reset() local
418 unsigned int offset = offsetof(struct tegra_ivc_header, tx.count); in tegra_ivc_notified() local
/linux-5.10/drivers/gpio/
Dgpio-intel-mid.c67 static void __iomem *gpio_reg(struct gpio_chip *chip, unsigned offset, in gpio_reg()
77 static void __iomem *gpio_reg_2bit(struct gpio_chip *chip, unsigned offset, in gpio_reg_2bit()
87 static int intel_gpio_request(struct gpio_chip *chip, unsigned offset) in intel_gpio_request()
100 static int intel_gpio_get(struct gpio_chip *chip, unsigned offset) in intel_gpio_get()
107 static void intel_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in intel_gpio_set()
120 static int intel_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in intel_gpio_direction_input()
143 unsigned offset, int value) in intel_gpio_direction_output()
Dgpio-twl4030.c205 static int twl_request(struct gpio_chip *chip, unsigned offset) in twl_request()
273 static void twl_free(struct gpio_chip *chip, unsigned offset) in twl_free()
293 static int twl_direction_in(struct gpio_chip *chip, unsigned offset) in twl_direction_in()
312 static int twl_get(struct gpio_chip *chip, unsigned offset) in twl_get()
335 static void twl_set(struct gpio_chip *chip, unsigned offset, int value) in twl_set()
353 static int twl_direction_out(struct gpio_chip *chip, unsigned offset, int value) in twl_direction_out()
379 static int twl_get_direction(struct gpio_chip *chip, unsigned offset) in twl_get_direction()
401 static int twl_to_irq(struct gpio_chip *chip, unsigned offset) in twl_to_irq()
Dgpio-uniphier.c52 static void uniphier_gpio_get_bank_and_mask(unsigned int offset, in uniphier_gpio_get_bank_and_mask()
86 unsigned int offset, unsigned int reg, in uniphier_gpio_offset_write()
98 unsigned int offset, unsigned int reg) in uniphier_gpio_offset_read()
111 unsigned int offset) in uniphier_gpio_get_direction()
120 unsigned int offset) in uniphier_gpio_direction_input()
128 unsigned int offset, int val) in uniphier_gpio_direction_output()
136 static int uniphier_gpio_get(struct gpio_chip *chip, unsigned int offset) in uniphier_gpio_get()
142 unsigned int offset, int val) in uniphier_gpio_set()
161 static int uniphier_gpio_to_irq(struct gpio_chip *chip, unsigned int offset) in uniphier_gpio_to_irq()
Dgpio-rcar.c203 unsigned int offset, irqs_handled = 0; in gpio_rcar_irq_handler() local
247 static int gpio_rcar_request(struct gpio_chip *chip, unsigned offset) in gpio_rcar_request()
265 static void gpio_rcar_free(struct gpio_chip *chip, unsigned offset) in gpio_rcar_free()
280 static int gpio_rcar_get_direction(struct gpio_chip *chip, unsigned int offset) in gpio_rcar_get_direction()
290 static int gpio_rcar_direction_input(struct gpio_chip *chip, unsigned offset) in gpio_rcar_direction_input()
296 static int gpio_rcar_get(struct gpio_chip *chip, unsigned offset) in gpio_rcar_get()
308 static void gpio_rcar_set(struct gpio_chip *chip, unsigned offset, int value) in gpio_rcar_set()
340 static int gpio_rcar_direction_output(struct gpio_chip *chip, unsigned offset, in gpio_rcar_direction_output()
567 unsigned int offset; in gpio_rcar_resume() local
Dgpio-74x164.c41 static int gen_74x164_get_value(struct gpio_chip *gc, unsigned offset) in gen_74x164_get_value()
56 unsigned offset, int val) in gen_74x164_set_value()
76 unsigned long offset; in gen_74x164_set_multiple() local
94 unsigned offset, int val) in gen_74x164_direction_output()
Dgpio-tps65910.c25 static int tps65910_gpio_get(struct gpio_chip *gc, unsigned offset) in tps65910_gpio_get()
39 static void tps65910_gpio_set(struct gpio_chip *gc, unsigned offset, in tps65910_gpio_set()
53 static int tps65910_gpio_output(struct gpio_chip *gc, unsigned offset, in tps65910_gpio_output()
66 static int tps65910_gpio_input(struct gpio_chip *gc, unsigned offset) in tps65910_gpio_input()
Dgpio-sifive.c43 static void sifive_gpio_set_ie(struct sifive_gpio *chip, unsigned int offset) in sifive_gpio_set_ie()
65 int offset = irqd_to_hwirq(d); in sifive_gpio_irq_set_type() local
79 int offset = irqd_to_hwirq(d) % SIFIVE_GPIO_MAX; in sifive_gpio_irq_enable() local
105 int offset = irqd_to_hwirq(d) % SIFIVE_GPIO_MAX; in sifive_gpio_irq_disable() local
116 int offset = irqd_to_hwirq(d) % SIFIVE_GPIO_MAX; in sifive_gpio_irq_eoi() local
Dgpio-merrifield.c86 static void __iomem *gpio_reg(struct gpio_chip *chip, unsigned int offset, in gpio_reg()
95 static int mrfld_gpio_get(struct gpio_chip *chip, unsigned int offset) in mrfld_gpio_get()
102 static void mrfld_gpio_set(struct gpio_chip *chip, unsigned int offset, in mrfld_gpio_set()
123 unsigned int offset) in mrfld_gpio_direction_input()
142 unsigned int offset, int value) in mrfld_gpio_direction_output()
161 static int mrfld_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in mrfld_gpio_get_direction()
171 static int mrfld_gpio_set_debounce(struct gpio_chip *chip, unsigned int offset, in mrfld_gpio_set_debounce()
192 static int mrfld_gpio_set_config(struct gpio_chip *chip, unsigned int offset, in mrfld_gpio_set_config()
/linux-5.10/drivers/net/wireless/broadcom/b43/
Dphy_common.c233 void b43_radio_mask(struct b43_wldev *dev, u16 offset, u16 mask) in b43_radio_mask()
239 void b43_radio_set(struct b43_wldev *dev, u16 offset, u16 set) in b43_radio_set()
245 void b43_radio_maskset(struct b43_wldev *dev, u16 offset, u16 mask, u16 set) in b43_radio_maskset()
251 bool b43_radio_wait_value(struct b43_wldev *dev, u16 offset, u16 mask, in b43_radio_wait_value()
299 void b43_phy_mask(struct b43_wldev *dev, u16 offset, u16 mask) in b43_phy_mask()
310 void b43_phy_set(struct b43_wldev *dev, u16 offset, u16 set) in b43_phy_set()
321 void b43_phy_maskset(struct b43_wldev *dev, u16 offset, u16 mask, u16 set) in b43_phy_maskset()
Dtables_lpphy.h10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument
11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument
12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
/linux-5.10/fs/xfs/libxfs/
Dxfs_rmap.h27 xfs_fileoff_t offset) in xfs_rmap_ino_owner()
65 __u64 offset, in xfs_rmap_irec_offset_unpack()
85 uint64_t *offset, in xfs_owner_info_unpack()
103 uint64_t offset, in xfs_owner_info_pack()
/linux-5.10/drivers/crypto/caam/
Dsg_sw_sec4.h27 dma_addr_t dma, u32 len, u16 offset) in dma_to_sec4_sg_one()
49 struct sec4_sg_entry *sec4_sg_ptr, u16 offset) in sg_to_sec4_sg()
79 u16 offset) in sg_to_sec4_sg_last()
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dhv.c9 int offset, bool read) in mlx5_hv_config_common()
42 int offset) in mlx5_hv_read_config()
48 int offset) in mlx5_hv_write_config()
/linux-5.10/arch/arm/common/
Dscoop.c54 unsigned offset, int value) in __scoop_gpio_set()
66 static void scoop_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in scoop_gpio_set()
78 static int scoop_gpio_get(struct gpio_chip *chip, unsigned offset) in scoop_gpio_get()
87 unsigned offset) in scoop_gpio_direction_input()
105 unsigned offset, int value) in scoop_gpio_direction_output()
/linux-5.10/include/linux/
Dio-mapping.h66 unsigned long offset) in io_mapping_map_atomic_wc()
83 unsigned long offset, in io_mapping_map_wc()
136 unsigned long offset, in io_mapping_map_wc()
150 unsigned long offset) in io_mapping_map_atomic_wc()
Dvirtio_config.h437 unsigned int offset, in __virtio_cread_many()
458 unsigned int offset, in virtio_cread_bytes()
464 static inline u8 virtio_cread8(struct virtio_device *vdev, unsigned int offset) in virtio_cread8()
474 unsigned int offset, u8 val) in virtio_cwrite8()
481 unsigned int offset) in virtio_cread16()
491 unsigned int offset, u16 val) in virtio_cwrite16()
501 unsigned int offset) in virtio_cread32()
511 unsigned int offset, u32 val) in virtio_cwrite32()
521 unsigned int offset) in virtio_cread64()
530 unsigned int offset, u64 val) in virtio_cwrite64()
/linux-5.10/tools/lib/
Dfind_bit.c69 unsigned long offset) in find_next_bit()
111 unsigned long offset) in find_next_zero_bit()
120 unsigned long offset) in find_next_and_bit()
/linux-5.10/drivers/pinctrl/
Dpinctrl-rk805.c136 static int rk805_gpio_get(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get()
151 unsigned int offset, in rk805_gpio_set()
167 unsigned int offset) in rk805_gpio_direction_input()
173 unsigned int offset, int value) in rk805_gpio_direction_output()
179 static int rk805_gpio_get_direction(struct gpio_chip *chip, unsigned int offset) in rk805_gpio_get_direction()
283 unsigned int offset, in _rk805_pinctrl_set_mux()
315 int offset = group; in rk805_pinctrl_set_mux() local
322 unsigned int offset, bool input) in rk805_pmx_gpio_set_direction()

12345678910>>...220