Home
last modified time | relevance | path

Searched defs:where (Results 151 - 175 of 369) sorted by relevance

12345678910>>...15

/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-thunder-pem.c37 thunder_pem_bridge_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) thunder_pem_bridge_read() argument
137 thunder_pem_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) thunder_pem_config_read() argument
213 thunder_pem_bridge_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) thunder_pem_bridge_write() argument
286 thunder_pem_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) thunder_pem_config_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dpcmcia_resource.c193 int pcmcia_read_config_byte(struct pcmcia_device *p_dev, off_t where, u8 *val) in pcmcia_read_config_byte() argument
206 int pcmcia_write_config_byte(struct pcmcia_device *p_dev, off_t where, u8 val) in pcmcia_write_config_byte() argument
155 pcmcia_access_config(struct pcmcia_device *p_dev, off_t where, u8 *val, int (*accessf) (struct pcmcia_socket *s, int attr, unsigned int addr, unsigned int len, void *ptr)) pcmcia_access_config() argument
/kernel/linux/linux-6.6/drivers/pci/
H A Daccess.c80 pci_generic_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) pci_generic_config_read() argument
100 pci_generic_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) pci_generic_config_write() argument
120 pci_generic_config_read32(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) pci_generic_config_read32() argument
138 pci_generic_config_write32(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) pci_generic_config_write32() argument
546 pci_read_config_byte(const struct pci_dev *dev, int where, u8 *val) pci_read_config_byte() argument
556 pci_read_config_word(const struct pci_dev *dev, int where, u16 *val) pci_read_config_word() argument
566 pci_read_config_dword(const struct pci_dev *dev, int where, u32 *val) pci_read_config_dword() argument
577 pci_write_config_byte(const struct pci_dev *dev, int where, u8 val) pci_write_config_byte() argument
585 pci_write_config_word(const struct pci_dev *dev, int where, u16 val) pci_write_config_word() argument
593 pci_write_config_dword(const struct pci_dev *dev, int where, u32 val) pci_write_config_dword() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsignal.c340 void signal_fault(struct pt_regs *regs, void __user *frame, char *where) in signal_fault() argument
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dintel_mid_pci.c171 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_read() argument
181 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.h344 i915_vma_is_bound(const struct i915_vma *vma, unsigned int where) i915_vma_is_bound() argument
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Djournal.c75 struct list_head *where; in journal_read_bucket() local
/kernel/linux/linux-6.6/lib/
H A Dinflate.c266 static void free(void *where) in free() argument
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtget.c37 static void report_error(const char *where, int err) in report_error() argument
/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_callback.cpp224 string where = PhotoColumn::PHOTO_ID + " = ? "; in DealWithSuccessedTask() local
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp379 string where = MEDIA_DATA_DB_PHOTO_ID + " is not null and " + in SyncWithDeferredProcSessionInternal() local
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
H A Djs_window_stage.cpp669 const char* const where = __func__; in OnCreateSubWindowWithOptions() local
/kernel/linux/linux-5.10/arch/ia64/pci/
H A Dpci.c99 static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_read() argument
106 static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_write() argument
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dfixup.c111 int where = 0x55; in pci_fixup_via_northbridge_bug() local
206 static int quirk_pcie_aspm_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) in quirk_pcie_aspm_read() argument
216 static int quirk_pcie_aspm_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) in quirk_pcie_aspm_write() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/pci/
H A Dpci-alchemy.c99 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int dev_fn, unsigned char where, u32 *data) config_access() argument
188 read_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 *val) read_config_byte() argument
202 read_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 *val) read_config_word() argument
214 read_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 *val) read_config_dword() argument
220 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val) write_config_byte() argument
237 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 val) write_config_word() argument
254 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 val) write_config_dword() argument
260 alchemy_pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) alchemy_pci_read() argument
283 alchemy_pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) alchemy_pci_write() argument
[all...]
H A Dpci-ar71xx.c69 static inline u32 ar71xx_pci_get_ble(int where, int size, int local) in ar71xx_pci_get_ble() argument
80 ar71xx_pci_bus_addr(struct pci_bus *bus, unsigned int devfn, int where) ar71xx_pci_bus_addr() argument
144 ar71xx_pci_local_write(struct ar71xx_pci_controller *apc, int where, int size, u32 value) ar71xx_pci_local_write() argument
159 ar71xx_pci_set_cfgaddr(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 cmd) ar71xx_pci_set_cfgaddr() argument
176 ar71xx_pci_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) ar71xx_pci_read_config() argument
200 ar71xx_pci_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) ar71xx_pci_write_config() argument
[all...]
H A Dpci-mt7620.c137 static int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_read() argument
169 static int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, in pci_config_write() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c673 static int pseries_eeh_read_config(struct eeh_dev *edev, int where, int size, u32 *val) in pseries_eeh_read_config() argument
689 static int pseries_eeh_write_config(struct eeh_dev *edev, int where, int size, u32 val) in pseries_eeh_write_config() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dsignal.c836 void signal_fault(struct pt_regs *regs, void __user *frame, char *where) in signal_fault() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpcic.c176 pcic_read_config_dword(unsigned int busno, unsigned int devfn, int where, u32 *value) pcic_read_config_dword() argument
213 pcic_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) pcic_read_config() argument
237 pcic_write_config_dword(unsigned int busno, unsigned int devfn, int where, u32 value) pcic_write_config_dword() argument
252 pcic_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) pcic_write_config() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dpci.c76 static int pcie_rd_conf(struct pci_bus *bus, u32 devfn, int where, in pcie_rd_conf() argument
94 pcie_rd_conf_wa(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) pcie_rd_conf_wa() argument
120 pcie_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) pcie_wr_conf() argument
273 orion5x_pci_hw_rd_conf(int bus, int dev, u32 func, u32 where, u32 size, u32 *val) orion5x_pci_hw_rd_conf() argument
295 orion5x_pci_hw_wr_conf(int bus, int dev, u32 func, u32 where, u32 size, u32 val) orion5x_pci_hw_wr_conf() argument
342 orion5x_pci_rd_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 *val) orion5x_pci_rd_conf() argument
354 orion5x_pci_wr_conf(struct pci_bus *bus, u32 devfn, int where, int size, u32 val) orion5x_pci_wr_conf() argument
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dcore_titan.c115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) mk_conf_addr() argument
139 titan_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value) titan_read_config() argument
164 titan_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value) titan_write_config() argument
H A Dcore_wildfire.c358 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
382 wildfire_read_config(struct pci_bus *bus, unsigned int devfn, int where, in wildfire_read_config() argument
407 wildfire_write_config(struct pci_bus *bus, unsigned int devfn, int where, in wildfire_write_config() argument
H A Dcore_mcpcia.c170 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, in mk_conf_addr() argument
196 mcpcia_read_config(struct pci_bus *bus, unsigned int devfn, int where, in mcpcia_read_config() argument
223 mcpcia_write_config(struct pci_bus *bus, unsigned int devfn, int where, in mcpcia_write_config() argument
[all...]
H A Dcore_t2.c141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, in mk_conf_addr() argument
284 t2_read_config(struct pci_bus *bus, unsigned int devfn, int where, in t2_read_config() argument
303 t2_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, in t2_write_config() argument
[all...]

Completed in 21 milliseconds

12345678910>>...15