/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | busnv04.c | 38 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_scl() local 49 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); in nv04_i2c_bus_drive_sda() local 60 struct nv04_i2c_bus *bus in nv04_i2c_bus_sense_scl() local 68 struct nv04_i2c_bus *bus = nv04_i2c_bus(base); nv04_i2c_bus_sense_sda() local 86 struct nv04_i2c_bus *bus; nv04_i2c_bus_new() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun8i_tcon_top.h | 27 struct clk *bus; member
|
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
H A D | ibi.h | 32 struct i3c_bus *bus = i3c_master_get_bus(&hci->master); in i3c_hci_addr_to_dev() local
|
/kernel/linux/linux-6.6/drivers/mcb/ |
H A D | mcb-lpc.c | 17 struct mcb_bus *bus; member
|
H A D | mcb-pci.c | 16 struct mcb_bus *bus; member [all...] |
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
H A D | tpci.c | 57 static void run_pci_testcases(int bus, int slot) in run_pci_testcases() argument
|
/third_party/skia/src/core/ |
H A D | SkMessageBus.h | 90 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); in Inbox() local 98 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); in ~Inbox() local 130 auto* bus = SkMessageBus<Message, IDType, AllowCopyableMessage>::Get(); Post() local [all...] |
/drivers/hdf_core/framework/test/unittest/platform/common/ |
H A D | spi_test.h | 32 uint32_t bus; member
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | pci-bridge.h | 36 struct pci_bus *bus; member
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regmap-w1.c | 211 const struct regmap_bus *bus = regmap_get_w1_bus(w1_dev, config); in __regmap_init_w1() local 227 const struct regmap_bus *bus = regmap_get_w1_bus(w1_dev, config); in __devm_regmap_init_w1() local
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | core.h | 37 struct clk *core, *iface, *bus; member
|
/kernel/linux/linux-5.10/arch/loongarch/pci/ |
H A D | pci.c | 17 int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn,int reg, int len, u32 *val) in raw_pci_read() argument 25 int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn, in raw_pci_write() argument
|
/kernel/linux/linux-5.10/arch/x86/pci/ |
H A D | mmconfig_32.c | 27 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) in get_base_addr() argument 39 static void pci_exp_set_dev_base(unsigned int base, int bus, int devfn) in pci_exp_set_dev_base() argument 51 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() argument 90 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write() argument [all...] |
H A D | mmconfig_64.c | 19 static char __iomem *pci_dev_base(unsigned int seg, unsigned int bus, unsigned int devfn) in pci_dev_base() argument 28 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() argument 62 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, in pci_mmcfg_write() argument
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_slot.c | 130 void acpi_pci_slot_enumerate(struct pci_bus *bus) in acpi_pci_slot_enumerate() argument 142 void acpi_pci_slot_remove(struct pci_bus *bus) in acpi_pci_slot_remove() argument
|
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/ |
H A D | pci.h | 39 struct pci_bus *bus; /* PCI bus */ member
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pci.h | 17 __u16 bus; /* PCI Bus number */ member 61 static inline int pci_proc_domain(struct pci_bus *bus) in pci_proc_domain() argument
|
/kernel/linux/linux-5.10/arch/m68k/coldfire/ |
H A D | pci.c | 53 static unsigned long mcf_mk_pcicar(int bus, unsigned int devfn, int where) in mcf_mk_pcicar() argument 58 static int mcf_pci_readconfig(struct pci_bus *bus, unsigned int devfn, in mcf_pci_readconfig() argument 92 static int mcf_pci_writeconfig(struct pci_bus *bus, unsigned int devfn, in mcf_pci_writeconfig() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/pci/ |
H A D | ops-rc32434.c | 72 static int read_config_byte(struct pci_bus *bus, unsigned int devfn, in read_config_byte() argument 83 static int read_config_word(struct pci_bus *bus, unsigned int devfn, in read_config_word() argument 94 static int read_config_dword(struct pci_bus *bus, unsigned int devfn, in read_config_dword() argument 46 config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, unsigned char where, u32 *data) config_access() argument 129 write_config_byte(struct pci_bus *bus, unsigned int devfn, int where, u8 val) write_config_byte() argument 148 write_config_word(struct pci_bus *bus, unsigned int devfn, int where, u16 val) write_config_word() argument 168 write_config_dword(struct pci_bus *bus, unsigned int devfn, int where, u32 val) write_config_dword() argument 177 pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val) pci_config_read() argument 190 pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val) pci_config_write() argument [all...] |
H A D | ops-gt64xxx_pci0.c | 91 static int gt64xxx_pci0_pcibios_read(struct pci_bus *bus, unsigned int devfn, in gt64xxx_pci0_pcibios_read() argument 110 static int gt64xxx_pci0_pcibios_write(struct pci_bus *bus, unsigned int devfn, in gt64xxx_pci0_pcibios_write() argument 30 gt64xxx_pci0_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) gt64xxx_pci0_pcibios_config_access() argument
|
H A D | ops-bonito64.c | 89 static int bonito64_pcibios_read(struct pci_bus *bus, unsigned int devfn, in bonito64_pcibios_read() argument 113 static int bonito64_pcibios_write(struct pci_bus *bus, unsigned int devfn, in bonito64_pcibios_write() argument 24 bonito64_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) bonito64_pcibios_config_access() argument
|
H A D | ops-msc.c | 75 static int msc_pcibios_read(struct pci_bus *bus, unsigned int devfn, in msc_pcibios_read() argument 99 static int msc_pcibios_write(struct pci_bus *bus, unsigned int devfn, in msc_pcibios_write() argument 33 msc_pcibios_config_access(unsigned char access_type, struct pci_bus *bus, unsigned int devfn, int where, u32 * data) msc_pcibios_config_access() argument
|
H A D | ops-tx3927.c | 48 static int mkaddr(struct pci_bus *bus, unsigned char devfn, unsigned char where) in mkaddr() argument 76 static int tx3927_pci_read_config(struct pci_bus *bus, unsigned int devfn, in tx3927_pci_read_config() argument 101 static int tx3927_pci_write_config(struct pci_bus *bus, unsigned int devfn, in tx3927_pci_write_config() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/embedded6xx/ |
H A D | mpc7448_hpc2.c | 52 mpc7448_hpc2_exclude_device(struct pci_controller *hose, u_char bus, u_char devfn) mpc7448_hpc2_exclude_device() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spider-pci.c | 25 static void spiderpci_io_flush(struct iowa_bus *bus) in spiderpci_io_flush() argument 112 int __init spiderpci_iowa_init(struct iowa_bus *bus, void *data) in spiderpci_iowa_init() argument
|