Home
last modified time | relevance | path

Searched defs:address (Results 201 – 225 of 1414) sorted by relevance

12345678910>>...57

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Daxp288_adc.c113 static int axp288_adc_read_channel(int *val, unsigned long address, in axp288_adc_read_channel()
133 unsigned int mode, unsigned long address) in axp288_adc_set_ts()
/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_mem.c94 unsigned int address) in snd_gf1_mem_look()
207 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h170 #define PAGE_PTR(address) \ argument
293 extern inline pmd_t * pmd_offset(pud_t * dir, unsigned long address) in pmd_offset()
302 extern inline pte_t * pte_offset_kernel(pmd_t * dir, unsigned long address) in pte_offset_kernel()
318 unsigned long address, pte_t *ptep) in update_mmu_cache()
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dpctv452e.c172 int slot, int address) in tt3650_ci_read_attribute_mem()
195 int slot, int address, u8 value) in tt3650_ci_write_attribute_mem()
214 u8 address) in tt3650_ci_read_cam_control()
237 u8 address, in tt3650_ci_write_cam_control()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dndctl.h55 __u64 address; member
65 __u64 address; member
77 __u64 address; member
93 __u64 address; member
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h87 static inline unsigned long virt_to_phys(volatile const void *address) in virt_to_phys()
111 static inline void *phys_to_virt(unsigned long address) in phys_to_virt()
119 static inline unsigned long isa_virt_to_bus(volatile void *address) in isa_virt_to_bus()
124 static inline void *isa_bus_to_virt(unsigned long address) in isa_bus_to_virt()
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h213 #define PAGE_PTR(address) \ argument
372 #define __pmd_offset(address) \ argument
390 unsigned long address, pte_t *pte) in update_tlb()
398 unsigned long address, pte_t *pte) in update_mmu_cache()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dndctl.h55 __u64 address; member
65 __u64 address; member
77 __u64 address; member
93 __u64 address; member
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dunaligned.h19 misaligned_fixup(unsigned long address, struct pt_regs *regs, in misaligned_fixup()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dtlb.h19 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
H A Dtlbflush.h149 static inline void invalidate_itlb_mapping (unsigned address) in invalidate_itlb_mapping()
156 static inline void invalidate_dtlb_mapping (unsigned address) in invalidate_dtlb_mapping()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeolocation_p.h74 QGeoAddress address; variable
/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dexception.c14 int address = 0; in _hw_exception_handler() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_factory_support.hpp24 inline void construct(Factory const& factory, void* address) in construct()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Doffb.c323 unsigned long address) in offb_init_palette_hacks()
391 int pitch, unsigned long address, in offb_init_fb()
544 u64 rstart, address = OF_BAD_ADDR; in offb_init_nodriver() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_aux.c167 #define COMPOSE_AUX_SW_DATA_16_20(command, address) \ argument
170 #define COMPOSE_AUX_SW_DATA_8_15(address) \ argument
173 #define COMPOSE_AUX_SW_DATA_0_7(address) \ argument
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dgoldfish.c54 unsigned long address, in do_rw_io()
132 unsigned long address = (unsigned long)(void *)buf; in goldfish_tty_do_write() local
141 unsigned long address; in goldfish_tty_interrupt() local
/OK3568_Linux_fs/kernel/sound/pci/lx6464es/
H A Dlx_core.c63 void __iomem *address = lx_dsp_register(chip, port); in lx_dsp_reg_read() local
70 u32 __iomem *address = lx_dsp_register(chip, port); in lx_dsp_reg_readbuf() local
81 void __iomem *address = lx_dsp_register(chip, port); in lx_dsp_reg_write() local
88 u32 __iomem *address = lx_dsp_register(chip, port); in lx_dsp_reg_writebuf() local
120 void __iomem *address = lx_plx_register(chip, port); in lx_plx_reg_read() local
126 void __iomem *address = lx_plx_register(chip, port); in lx_plx_reg_write() local
/OK3568_Linux_fs/kernel/drivers/vme/
H A Dvme.c290 struct vme_resource *vme_slave_request(struct vme_dev *vdev, u32 address, in vme_slave_request()
491 struct vme_resource *vme_master_request(struct vme_dev *vdev, u32 address, in vme_master_request()
1014 struct vme_dma_attr *vme_dma_pci_attribute(dma_addr_t address) in vme_dma_pci_attribute()
1056 struct vme_dma_attr *vme_dma_vme_attribute(unsigned long long address, in vme_dma_vme_attribute()
1255 unsigned long long address, int am) in vme_bus_error_handler()
1285 unsigned long long address, size_t len) in vme_register_error_handler()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgalloc.h53 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long address) in p4d_alloc_one()
68 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one()
/OK3568_Linux_fs/u-boot/include/optee_include/
H A DOpteeClientRPC.h38 unsigned char address[2]; member
50 unsigned short address; member
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dtlb.c227 unsigned long address, pmd_t *pmdp, pmd_t pmd) in pmdp_establish()
242 pmd_t pmdp_invalidate(struct vm_area_struct *vma, unsigned long address, in pmdp_invalidate()
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dfusb302.c236 u8 address, u8 data) in fusb302_i2c_write()
248 static int fusb302_i2c_block_write(struct fusb302_chip *chip, u8 address, in fusb302_i2c_block_write()
266 u8 address, u8 *data) in fusb302_i2c_read()
278 static int fusb302_i2c_block_read(struct fusb302_chip *chip, u8 address, in fusb302_i2c_block_read()
303 static int fusb302_i2c_mask_write(struct fusb302_chip *chip, u8 address, in fusb302_i2c_mask_write()
321 static int fusb302_i2c_set_bits(struct fusb302_chip *chip, u8 address, in fusb302_i2c_set_bits()
327 static int fusb302_i2c_clear_bits(struct fusb302_chip *chip, u8 address, in fusb302_i2c_clear_bits()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvsyscall.h21 struct pt_regs *regs, unsigned long address) in emulate_vsyscall()
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/
H A Dflat_roll_inward_x_y.h35 uint8_t address; member

12345678910>>...57