Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 6060) sorted by relevance

12345678910>>...243

/Linux-v6.6/drivers/gpio/
Dgpio-tps65086.c21 unsigned offset) in tps65086_gpio_get_direction()
28 unsigned offset) in tps65086_gpio_direction_input()
35 unsigned offset, int value) in tps65086_gpio_direction_output()
46 static int tps65086_gpio_get(struct gpio_chip *chip, unsigned offset) in tps65086_gpio_get()
58 static void tps65086_gpio_set(struct gpio_chip *chip, unsigned offset, in tps65086_gpio_set()
Dgpio-da9055.c22 #define DA9055_PORT_SHIFT(offset) (4 * (offset % 2)) argument
33 static int da9055_gpio_get(struct gpio_chip *gc, unsigned offset) in da9055_gpio_get()
62 static void da9055_gpio_set(struct gpio_chip *gc, unsigned offset, int value) in da9055_gpio_set()
72 static int da9055_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in da9055_gpio_direction_input()
88 unsigned offset, int value) in da9055_gpio_direction_output()
110 static int da9055_gpio_to_irq(struct gpio_chip *gc, u32 offset) in da9055_gpio_to_irq()
Dgpio-wm831x.c29 static int wm831x_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_direction_in()
43 static int wm831x_gpio_get(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_get()
59 static void wm831x_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in wm831x_gpio_set()
69 unsigned offset, int value) in wm831x_gpio_direction_out()
91 static int wm831x_gpio_to_irq(struct gpio_chip *chip, unsigned offset) in wm831x_gpio_to_irq()
100 static int wm831x_gpio_set_debounce(struct wm831x *wm831x, unsigned offset, in wm831x_gpio_set_debounce()
129 static int wm831x_set_config(struct gpio_chip *chip, unsigned int offset, in wm831x_set_config()
Dgpio-spear-spics.c55 static int spics_get_value(struct gpio_chip *chip, unsigned offset) in spics_get_value()
60 static void spics_set_value(struct gpio_chip *chip, unsigned offset, int value) in spics_set_value()
79 static int spics_direction_input(struct gpio_chip *chip, unsigned offset) in spics_direction_input()
84 static int spics_direction_output(struct gpio_chip *chip, unsigned offset, in spics_direction_output()
91 static int spics_request(struct gpio_chip *chip, unsigned offset) in spics_request()
106 static void spics_free(struct gpio_chip *chip, unsigned offset) in spics_free()
Dgpio-tps65219.c26 static int tps65219_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in tps65219_gpio_get_direction()
41 static int tps65219_gpio_get(struct gpio_chip *gc, unsigned int offset) in tps65219_gpio_get()
70 static void tps65219_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in tps65219_gpio_set()
85 static int tps65219_gpio_change_direction(struct gpio_chip *gc, unsigned int offset, in tps65219_gpio_change_direction()
117 static int tps65219_gpio_direction_input(struct gpio_chip *gc, unsigned int offset) in tps65219_gpio_direction_input()
133 static int tps65219_gpio_direction_output(struct gpio_chip *gc, unsigned int offset, int value) in tps65219_gpio_direction_output()
Dgpio-omap.c85 #define LINE_USED(line, offset) (line & (BIT(offset))) argument
118 static void omap_set_gpio_dataout_reg(struct gpio_bank *bank, unsigned offset, in omap_set_gpio_dataout_reg()
136 static void omap_set_gpio_dataout_mask(struct gpio_bank *bank, unsigned offset, in omap_set_gpio_dataout_mask()
181 static int omap2_set_gpio_debounce(struct gpio_bank *bank, unsigned offset, in omap2_set_gpio_debounce()
233 static void omap_clear_gpio_debounce(struct gpio_bank *bank, unsigned offset) in omap_clear_gpio_debounce()
374 static void omap_enable_gpio_module(struct gpio_bank *bank, unsigned offset) in omap_enable_gpio_module()
395 static void omap_disable_gpio_module(struct gpio_bank *bank, unsigned offset) in omap_disable_gpio_module()
409 static int omap_gpio_is_input(struct gpio_bank *bank, unsigned offset) in omap_gpio_is_input()
416 static void omap_gpio_init_irq(struct gpio_bank *bank, unsigned offset) in omap_gpio_init_irq()
430 unsigned offset = d->hwirq; in omap_gpio_irq_type() local
[all …]
Dgpio-bd9571mwv.c25 unsigned int offset) in bd9571mwv_gpio_get_direction()
40 unsigned int offset) in bd9571mwv_gpio_direction_input()
50 unsigned int offset, int value) in bd9571mwv_gpio_direction_output()
63 static int bd9571mwv_gpio_get(struct gpio_chip *chip, unsigned int offset) in bd9571mwv_gpio_get()
75 static void bd9571mwv_gpio_set(struct gpio_chip *chip, unsigned int offset, in bd9571mwv_gpio_set()
Dgpio-sch311x.c132 static int sch311x_gpio_request(struct gpio_chip *chip, unsigned offset) in sch311x_gpio_request()
148 static void sch311x_gpio_free(struct gpio_chip *chip, unsigned offset) in sch311x_gpio_free()
158 static int sch311x_gpio_get(struct gpio_chip *chip, unsigned offset) in sch311x_gpio_get()
171 unsigned offset, int value) in __sch311x_gpio_set()
181 static void sch311x_gpio_set(struct gpio_chip *chip, unsigned offset, in sch311x_gpio_set()
191 static int sch311x_gpio_direction_in(struct gpio_chip *chip, unsigned offset) in sch311x_gpio_direction_in()
205 static int sch311x_gpio_direction_out(struct gpio_chip *chip, unsigned offset, in sch311x_gpio_direction_out()
222 static int sch311x_gpio_get_direction(struct gpio_chip *chip, unsigned offset) in sch311x_gpio_get_direction()
237 static int sch311x_gpio_set_config(struct gpio_chip *chip, unsigned offset, in sch311x_gpio_set_config()
Dgpio-mockup.c60 unsigned int offset; member
84 unsigned int offset) in __gpio_mockup_get()
89 static int gpio_mockup_get(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get()
118 unsigned int offset, int value) in __gpio_mockup_set()
124 unsigned int offset, int value) in gpio_mockup_set()
146 unsigned int offset, int value) in gpio_mockup_apply_pull()
194 unsigned int offset, unsigned long config) in gpio_mockup_set_config()
210 unsigned int offset, int value) in gpio_mockup_dirout()
222 static int gpio_mockup_dirin(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_dirin()
233 static int gpio_mockup_get_direction(struct gpio_chip *gc, unsigned int offset) in gpio_mockup_get_direction()
[all …]
Dgpio-tps65912.c24 unsigned offset) in tps65912_gpio_get_direction()
40 static int tps65912_gpio_direction_input(struct gpio_chip *gc, unsigned offset) in tps65912_gpio_direction_input()
49 unsigned offset, int value) in tps65912_gpio_direction_output()
61 static int tps65912_gpio_get(struct gpio_chip *gc, unsigned offset) in tps65912_gpio_get()
76 static void tps65912_gpio_set(struct gpio_chip *gc, unsigned offset, in tps65912_gpio_set()
Dgpio-octeon.c25 static unsigned int bit_cfg_reg(unsigned int offset) in bit_cfg_reg()
42 static int octeon_gpio_dir_in(struct gpio_chip *chip, unsigned offset) in octeon_gpio_dir_in()
50 static void octeon_gpio_set(struct gpio_chip *chip, unsigned offset, int value) in octeon_gpio_set()
58 static int octeon_gpio_dir_out(struct gpio_chip *chip, unsigned offset, in octeon_gpio_dir_out()
73 static int octeon_gpio_get(struct gpio_chip *chip, unsigned offset) in octeon_gpio_get()
Dgpio-viperboard.c45 u8 offset; member
82 unsigned int offset) in vprbrd_gpioa_get()
132 unsigned int offset, int value) in vprbrd_gpioa_set()
173 unsigned int offset) in vprbrd_gpioa_direction_input()
210 unsigned int offset, int value) in vprbrd_gpioa_direction_output()
254 static int vprbrd_gpiob_setdir(struct vprbrd *vb, unsigned int offset, in vprbrd_gpiob_setdir()
276 unsigned int offset) in vprbrd_gpiob_get()
308 unsigned int offset, int value) in vprbrd_gpiob_set()
341 unsigned int offset) in vprbrd_gpiob_direction_input()
362 unsigned int offset, int value) in vprbrd_gpiob_direction_output()
/Linux-v6.6/mm/
Dfadvise.c31 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise()
180 int vfs_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in vfs_fadvise()
191 int ksys_fadvise64_64(int fd, loff_t offset, loff_t len, int advice) in ksys_fadvise64_64()
205 SYSCALL_DEFINE4(fadvise64_64, int, fd, loff_t, offset, loff_t, len, int, advice) in SYSCALL_DEFINE4() argument
212 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) in SYSCALL_DEFINE4() argument
221 COMPAT_SYSCALL_DEFINE6(fadvise64_64, int, fd, compat_arg_u64_dual(offset), in COMPAT_SYSCALL_DEFINE6()
/Linux-v6.6/drivers/net/wireless/broadcom/b43/
Dtables.c366 u16 b43_ofdmtab_read16(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read16()
387 u16 offset, u16 value) in b43_ofdmtab_write16()
403 u32 b43_ofdmtab_read32(struct b43_wldev *dev, u16 table, u16 offset) in b43_ofdmtab_read32()
425 u16 offset, u32 value) in b43_ofdmtab_write32()
443 u16 b43_gtab_read(struct b43_wldev *dev, u16 table, u16 offset) in b43_gtab_read()
449 void b43_gtab_write(struct b43_wldev *dev, u16 table, u16 offset, u16 value) in b43_gtab_write()
Dpio.h109 static inline u16 b43_piotx_read16(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read16()
114 static inline u32 b43_piotx_read32(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read32()
120 u16 offset, u16 value) in b43_piotx_write16()
126 u16 offset, u32 value) in b43_piotx_write32()
132 static inline u16 b43_piorx_read16(struct b43_pio_rxqueue *q, u16 offset) in b43_piorx_read16()
137 static inline u32 b43_piorx_read32(struct b43_pio_rxqueue *q, u16 offset) in b43_piorx_read32()
143 u16 offset, u16 value) in b43_piorx_write16()
149 u16 offset, u32 value) in b43_piorx_write32()
/Linux-v6.6/sound/soc/sof/
Dops.h294 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item()
306 u32 offset, u8 value) in snd_sof_dsp_write8()
315 u32 offset, u32 value) in snd_sof_dsp_write()
324 u32 offset, u64 value) in snd_sof_dsp_write64()
333 u32 offset) in snd_sof_dsp_read8()
342 u32 offset) in snd_sof_dsp_read()
351 u32 offset) in snd_sof_dsp_read64()
360 u32 offset, u8 mask, u8 value) in snd_sof_dsp_update8()
373 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read()
380 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write()
[all …]
/Linux-v6.6/kernel/
Diomem.c9 static void *arch_memremap_wb(resource_size_t offset, unsigned long size) in arch_memremap_wb()
20 static bool arch_memremap_can_ram_remap(resource_size_t offset, size_t size, in arch_memremap_can_ram_remap()
27 static void *try_ram_remap(resource_size_t offset, size_t size, in try_ram_remap()
68 void *memremap(resource_size_t offset, size_t size, unsigned long flags) in memremap()
136 void *devm_memremap(struct device *dev, resource_size_t offset, in devm_memremap()
/Linux-v6.6/arch/mips/rb532/
Dgpio.c71 unsigned offset, void __iomem *ioaddr) in rb532_set_bit()
90 static inline int rb532_get_bit(unsigned offset, void __iomem *ioaddr) in rb532_get_bit()
97 static int rb532_gpio_get(struct gpio_chip *chip, unsigned offset) in rb532_gpio_get()
109 unsigned offset, int value) in rb532_gpio_set()
120 static int rb532_gpio_direction_input(struct gpio_chip *chip, unsigned offset) in rb532_gpio_direction_input()
137 unsigned offset, int value) in rb532_gpio_direction_output()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dr600_hdmi.c178 void r600_hdmi_update_acr(struct drm_encoder *encoder, long offset, in r600_hdmi_update_acr()
218 void r600_set_avi_packet(struct radeon_device *rdev, u32 offset, in r600_set_avi_packet()
251 uint32_t offset = dig->afmt->offset; in r600_hdmi_update_audio_infoframe() local
269 uint32_t offset = dig->afmt->offset; in r600_hdmi_is_audio_buffer_filled() local
302 uint32_t offset = dig->afmt->offset; in r600_hdmi_audio_workaround() local
341 void r600_set_vbi_packet(struct drm_encoder *encoder, u32 offset) in r600_set_vbi_packet()
352 void r600_set_audio_packet(struct drm_encoder *encoder, u32 offset) in r600_set_audio_packet()
394 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute) in r600_set_mute()
421 uint32_t offset; in r600_hdmi_update_audio_settings() local
/Linux-v6.6/drivers/xen/xen-pciback/
Dconf_space_capability.c68 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()
148 static void *pm_ctrl_init(struct pci_dev *dev, int offset) in pm_ctrl_init()
206 static void *msi_field_init(struct pci_dev *dev, int offset) in msi_field_init()
211 static void *msix_field_init(struct pci_dev *dev, int offset) in msix_field_init()
216 static int msi_msix_flags_write(struct pci_dev *dev, int offset, u16 new_value, in msi_msix_flags_write()
/Linux-v6.6/drivers/net/wireless/ralink/rt2x00/
Drt2x00usb.h151 const u16 offset, in rt2x00usb_vendor_request_sw()
187 const unsigned int offset) in rt2x00usb_register_read()
205 const unsigned int offset) in rt2x00usb_register_read_lock()
225 const unsigned int offset, in rt2x00usb_register_multiread()
243 const unsigned int offset, in rt2x00usb_register_write()
262 const unsigned int offset, in rt2x00usb_register_write_lock()
282 const unsigned int offset, in rt2x00usb_register_multiwrite()
/Linux-v6.6/arch/powerpc/platforms/maple/
Dpci.c97 u8 bus, u8 dev_fn, u8 offset) in u3_agp_cfg_access()
118 int offset, int len, u32 *val) in u3_agp_read_config()
149 int offset, int len, u32 val) in u3_agp_write_config()
196 u8 bus, u8 devfn, u8 offset) in u3_ht_cfg_access()
206 static int u3_ht_root_read_config(struct pci_controller *hose, u8 offset, in u3_ht_root_read_config()
229 static int u3_ht_root_write_config(struct pci_controller *hose, u8 offset, in u3_ht_root_write_config()
255 int offset, int len, u32 *val) in u3_ht_read_config()
293 int offset, int len, u32 val) in u3_ht_write_config()
353 u8 bus, u8 dev_fn, int offset) in u4_pcie_cfg_access()
372 int offset, int len, u32 *val) in u4_pcie_read_config()
[all …]
/Linux-v6.6/arch/powerpc/platforms/cell/spufs/
Dspu_save.c27 unsigned int offset; in save_event_mask() local
38 unsigned int offset; in save_tag_mask() local
70 unsigned int offset; in save_fpcr() local
82 unsigned int offset; in save_decr() local
94 unsigned int offset; in save_srr0() local
/Linux-v6.6/arch/sparc/lib/
Dcopy_user.S52 #define LD(insn, src, offset, reg, label) \ argument
59 #define ST(insn, dst, offset, reg, label) \ argument
68 #define MOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
83 #define MOVE_BIGALIGNCHUNK(src, dst, offset, t0, t1, t2, t3, t4, t5, t6, t7) \ argument
101 #define MOVE_LASTCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
116 #define MOVE_HALFCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument
127 #define MOVE_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
141 #define MOVE_LAST_SHORTCHUNK(src, dst, offset, t0, t1) \ argument
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dbmi.c118 u32 offset; in ath6kl_bmi_read() local
174 u32 offset; in ath6kl_bmi_write() local
241 u32 offset; in ath6kl_bmi_execute() local
288 u32 offset; in ath6kl_bmi_set_app_start() local
324 u32 offset; in ath6kl_bmi_reg_read() local
367 u32 offset; in ath6kl_bmi_reg_write() local
407 u32 offset; in ath6kl_bmi_lz_data() local
458 u32 offset; in ath6kl_bmi_lz_stream_start() local

12345678910>>...243