| /OK3568_Linux_fs/kernel/drivers/acpi/pmic/ |
| H A D | intel_pmic.c | 34 static int pmic_get_reg_bit(int address, struct pmic_table *table, in pmic_get_reg_bit() 51 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_power_handler() 153 static bool pmic_thermal_is_temp(int address) in pmic_thermal_is_temp() 158 static bool pmic_thermal_is_aux(int address) in pmic_thermal_is_aux() 164 static bool pmic_thermal_is_pen(int address) in pmic_thermal_is_pen() 170 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_thermal_handler() 210 acpi_physical_address address, u32 bits, u64 *value64, in intel_pmic_regs_handler()
|
| H A D | tps68470_pmic.c | 19 u32 address; /* operation region address */ member 197 static int pmic_get_reg_bit(u64 address, in pmic_get_reg_bit() 272 acpi_physical_address address, in tps68470_pmic_common_handler() 308 acpi_physical_address address, in tps68470_pmic_cfreq_handler() 322 acpi_physical_address address, u32 bits, in tps68470_pmic_clk_handler() 335 acpi_physical_address address, in tps68470_pmic_vrval_handler() 349 acpi_physical_address address, in tps68470_pmic_pwr_handler()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-ci.c | 46 int slot, int address) in read_attribute_mem() 61 int address, u8 value) in write_attribute_mem() 72 int slot, u8 address) in read_cam_control() 93 u8 address, u8 value) in write_cam_control() 190 int slot, int address) in read_attribute_mem_xo2() 203 int address, u8 value) in write_attribute_mem_xo2() 213 int slot, u8 address) in read_cam_control_xo2() 226 u8 address, u8 value) in write_cam_control_xo2()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | iobp.c | 46 int pch_iobp_trans_start(u32 address, int op) in pch_iobp_trans_start() 81 u32 pch_iobp_read(u32 address) in pch_iobp_read() 94 int pch_iobp_write(u32 address, u32 data) in pch_iobp_write() 109 int pch_iobp_update(u32 address, u32 andvalue, u32 orvalue) in pch_iobp_update()
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/tools/acpidump/ |
| H A D | apdump.c | 141 u32 instance, acpi_physical_address address) in ap_dump_table_buffer() 192 acpi_physical_address address; in ap_dump_all_tables() local 248 acpi_physical_address address; in ap_dump_table_by_address() local 295 acpi_physical_address address; in ap_dump_table_by_name() local
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | driver_pci.c | 20 u32 bcma_pcie_read(struct bcma_drv_pci *pc, u32 address) in bcma_pcie_read() 27 static void bcma_pcie_write(struct bcma_drv_pci *pc, u32 address, u32 data) in bcma_pcie_write() 58 static u16 bcma_pcie_mdio_read(struct bcma_drv_pci *pc, u16 device, u8 address) in bcma_pcie_mdio_read() 102 u8 address, u16 data) in bcma_pcie_mdio_write() 141 u8 address, u16 data) in bcma_pcie_mdio_writeread()
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | wext-spy.c | 32 struct sockaddr * address = (struct sockaddr *) extra; in iw_handler_set_spy() local 80 struct sockaddr * address = (struct sockaddr *) extra; in iw_handler_get_spy() local 163 unsigned char * address, in iw_send_thrspy_event() 193 unsigned char * address, in wireless_spy_update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeoaddress.cpp | 92 QDeclarativeGeoAddress::QDeclarativeGeoAddress(const QGeoAddress &address, QObject *parent) : in QDeclarativeGeoAddress() 103 QGeoAddress QDeclarativeGeoAddress::address() const in address() function in QDeclarativeGeoAddress 108 void QDeclarativeGeoAddress::setAddress(const QGeoAddress &address) in setAddress() 148 void QDeclarativeGeoAddress::setText(const QString &address) in setText()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | fault_32.c | 38 static void __noreturn unhandled_fault(unsigned long address, in unhandled_fault() 58 unsigned long address) in lookup_fault() 107 unsigned long address, struct task_struct *tsk) in show_signal_msg() 160 unsigned long address) in do_sparc_fault() 370 static void force_user_fault(unsigned long address, int write) in force_user_fault()
|
| H A D | fault_64.c | 40 static void __kprobes unhandled_fault(unsigned long address, in unhandled_fault() 138 unsigned long address, struct task_struct *tsk) in show_signal_msg() 198 unsigned long address) in do_kernel_fault() 272 unsigned long address, mm_rss; in do_sparc64_fault() local
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 737 pmd_t *mm_find_pmd(struct mm_struct *mm, unsigned long address) in mm_find_pmd() 781 unsigned long address, void *arg) in page_referenced_one() 916 unsigned long address, void *arg) in page_mkclean_one() 1058 struct vm_area_struct *vma, unsigned long address, int exclusive) in __page_set_anon_rmap() 1087 struct vm_area_struct *vma, unsigned long address) in __page_check_anon_rmap() 1119 struct vm_area_struct *vma, unsigned long address, bool compound) in page_add_anon_rmap() 1130 struct vm_area_struct *vma, unsigned long address, int flags) in do_page_add_anon_rmap() 1192 struct vm_area_struct *vma, unsigned long address, bool compound) in __page_add_new_anon_rmap() 1444 unsigned long address, void *arg) in try_to_unmap_one() 1975 unsigned long address = vma_address(page, vma); in rmap_walk_anon() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | cpu.c | 174 static int zynqmp_mmio_rawwrite(const u32 address, in zynqmp_mmio_rawwrite() 189 static int zynqmp_mmio_rawread(const u32 address, u32 *value) in zynqmp_mmio_rawread() 195 int zynqmp_mmio_write(const u32 address, in zynqmp_mmio_write() 208 int zynqmp_mmio_read(const u32 address, u32 *value) in zynqmp_mmio_read()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | twl4030-power.c | 187 static int twl4030_write_script_byte(u8 address, u8 byte) in twl4030_write_script_byte() 199 static int twl4030_write_script_ins(u8 address, u16 pmb_message, in twl4030_write_script_ins() 219 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() 244 static int twl4030_config_wakeup3_sequence(u8 address) in twl4030_config_wakeup3_sequence() 268 u8 address) in twl4030_config_wakeup12_sequence() 318 static int twl4030_config_sleep_sequence(u8 address) in twl4030_config_sleep_sequence() 331 static int twl4030_config_warmreset_sequence(u8 address) in twl4030_config_warmreset_sequence() 466 u8 address) in load_twl4030_script() 568 u8 address = twl4030_start_script_address; in twl4030_power_configure_scripts() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/ |
| H A D | nfp_mutex.c | 18 unsigned long long address; member 51 nfp_cpp_mutex_validate(u16 interface, int *target, unsigned long long address) in nfp_cpp_mutex_validate() 87 int target, unsigned long long address, u32 key) in nfp_cpp_mutex_init() 124 unsigned long long address, u32 key) in nfp_cpp_mutex_alloc() 342 unsigned long long address) in nfp_cpp_mutex_reclaim()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fnic/ |
| H A D | rq_enet_desc.h | 23 __le64 address; member 42 u64 address, u8 type, u16 length) in rq_enet_desc_enc() 50 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/ |
| H A D | rq_enet_desc.h | 25 __le64 address; member 44 u64 address, u8 type, u16 length) in rq_enet_desc_enc() 52 u64 *address, u8 *type, u16 *length) in rq_enet_desc_dec()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | sbshc.c | 88 static inline int smb_hc_read(struct acpi_smb_hc *hc, u8 address, u8 *data) in smb_hc_read() 93 static inline int smb_hc_write(struct acpi_smb_hc *hc, u8 address, u8 data) in smb_hc_write() 106 u8 address, u8 command, u8 *data, u8 length) in acpi_smbus_transaction() 162 int acpi_smbus_read(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_read() 170 int acpi_smbus_write(struct acpi_smb_hc *hc, u8 protocol, u8 address, in acpi_smbus_write() 213 u8 address; in smbus_alarm() local
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi6000.c | 944 u32 address; in hpi6000_adapter_boot_load_dsp() local 979 u32 address; in hpi6000_adapter_boot_load_dsp() local 1013 u32 address = HPI_HIF_ADDR(host_cmd); in hpi6000_adapter_boot_load_dsp() local 1131 static int hpi_set_address(struct dsp_obj *pdo, u32 address) in hpi_set_address() 1148 static void hpi_write_word(struct dsp_obj *pdo, u32 address, u32 data) in hpi_write_word() 1156 static u32 hpi_read_word(struct dsp_obj *pdo, u32 address) in hpi_read_word() 1169 static void hpi_write_block(struct dsp_obj *pdo, u32 address, u32 *pdata, in hpi_write_block() 1189 static void hpi_read_block(struct dsp_obj *pdo, u32 address, u32 *pdata, in hpi_read_block() 1292 u32 address; in hpi6000_message_response_sequence() local 1386 static short hpi6000_send_data_check_adr(u32 address, u32 length_in_dwords) in hpi6000_send_data_check_adr() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeolocation/ |
| H A D | tst_qgeolocation.cpp | 81 void tst_QGeoLocation::address() in address() function in tst_QGeoLocation 194 QGeoAddress address; in comparison() local 240 QGeoAddress address; in isEmpty() local
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/occ/ |
| H A D | p8_i2c.c | 36 static int p8_i2c_occ_getscom(struct i2c_client *client, u32 address, u8 *data) in p8_i2c_occ_getscom() 66 static int p8_i2c_occ_putscom(struct i2c_client *client, u32 address, u8 *data) in p8_i2c_occ_putscom() 88 static int p8_i2c_occ_putscom_u32(struct i2c_client *client, u32 address, in p8_i2c_occ_putscom_u32() 99 static int p8_i2c_occ_putscom_be(struct i2c_client *client, u32 address, in p8_i2c_occ_putscom_be()
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | pgalloc.h | 39 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) argument 48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) argument 63 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) argument
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | troubleshoot.c | 77 static void show_faulting_vma(unsigned long address) in show_faulting_vma() 113 unsigned long address; in show_ecr_verbose() local 214 unsigned long address) in show_kernel_fault_diag()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cxd2099.c | 91 static int read_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in read_pccard() 102 static int write_pccard(struct cxd *ci, u16 address, u8 *data, u8 n) in write_pccard() 117 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() 128 static int write_io(struct cxd *ci, u16 address, u8 val) in write_io() 386 int slot, int address) in read_attribute_mem() 399 int address, u8 value) in write_attribute_mem() 411 int slot, u8 address) in read_cam_control() 424 u8 address, u8 value) in write_cam_control()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | cacheline.h | 9 static inline u64 cl_address(u64 address) in cl_address() 15 static inline u64 cl_offset(u64 address) in cl_offset()
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/generic/ |
| H A D | spi_eeprom.c | 49 int address; member 60 int address = read_param->address; in early_seeprom_probe() local 87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read()
|