Searched refs:bus (Results 251 - 275 of 2478) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_common.c36 #include <sys/bus.h>
41 #include <machine/bus.h>
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Duart_bus_ec.c33 #include <sys/bus.h>
38 #include <machine/bus.h>
/freebsd-11-stable/sys/arm/ti/
H A Dti_machdep.c45 #include <sys/bus.h>
51 #include <machine/bus.h>
/freebsd-11-stable/sys/arm/at91/
H A Duart_bus_at91usart.c33 #include <sys/bus.h>
37 #include <machine/bus.h>
/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Duart_cpu_i81342.c32 #include <sys/bus.h>
34 #include <machine/bus.h>
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Duart_bus_ixp425.c30 #include <sys/bus.h>
34 #include <machine/bus.h>
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-micron.c35 #include <sys/bus.h>
45 #include <machine/bus.h>
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdDebug.c39 #include <sys/bus.h>
40 #include <machine/bus.h>
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py54 global bus
100 self.bus = dbus.SystemBus()
101 self.wpas_object = self.bus.get_object(
128 self.interface_object = self.bus.get_object(
135 self.bus.add_signal_receiver(GONegotiationSuccess,
138 self.bus.add_signal_receiver(GONegotiationFailure,
141 self.bus.add_signal_receiver(GroupStarted,
144 self.bus.add_signal_receiver(WpsFailure,
H A Dp2p_invite.py41 global bus
87 self.bus = dbus.SystemBus()
88 self.wpas_object = self.bus.get_object(
106 self.interface_object = self.bus.get_object(
112 self.bus.add_signal_receiver(InvitationResult,
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb_reg.h44 #include <sys/bus.h>
46 #include <machine/bus.h>
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_bfe_fdt.c34 #include <sys/bus.h>
41 #include <machine/bus.h>
84 if (OF_getprop(par, "bus-frequency", &clock, sizeof(clock)) <= 0)
/freebsd-11-stable/sys/powerpc/psim/
H A Duart_iobus.c31 * PSIM local bus 16550
36 #include <sys/bus.h>
43 #include <machine/bus.h>
/freebsd-11-stable/etc/
H A Ddevd.conf181 # variables within the bus supplied pnpinfo are set.
183 # action "logger Unknown device: $pnpinfo $location $bus";
188 match "bus" "uhub[0-9]+";
190 bus $bus";
196 match "bus" "pccard[0-9]+";
200 CIS-vendor $cisvendor bus $bus";
204 match "bus" "pccard[0-9]+";
207 $cisvendor bus
[all...]
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c33 #include <sys/bus.h>
154 u_char bus; member in struct:pci_probe_table_args
159 u_char bus; /* Source bus. */ member in struct:pci_route_interrupt_args
495 bus_entry_ptr bus; local
499 bus = (bus_entry_ptr)entry;
501 if (bus->bus_id > mptable_maxbusid)
502 mptable_maxbusid = bus->bus_id;
544 * Add a bus or I/O APIC from an entry in the table.
550 bus_entry_ptr bus; local
1021 mptable_pci_probe_table(int bus) argument
1110 u_char bus; member in struct:host_res_args
[all...]
/freebsd-11-stable/sys/mips/adm5120/
H A Dadmpci.c69 #include <sys/bus.h>
80 #include <machine/bus.h>
195 admpci_make_addr(int bus, int slot, int func, int reg) argument
198 return (0x80000000 | (bus << 16) | (slot << 11) | (func << 8) | reg);
202 admpci_read_config(device_t dev, int bus, int slot, int func, int reg, argument
211 (void *)sc, bus, slot, func, reg);
213 addr = admpci_make_addr(bus, slot, func, reg);
260 admpci_write_config(device_t dev, int bus, int slot, int func, int reg, argument
269 (void *)sc, bus, slot, func, reg);
272 reg_data = admpci_read_config(dev, bus, slo
357 admpci_alloc_resource(device_t bus, device_t child, int type, int *rid, rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) argument
405 admpci_activate_resource(device_t bus, device_t child, int type, int rid, struct resource *r) argument
[all...]
H A Dobio.c43 #include <sys/bus.h>
50 #include <machine/bus.h>
224 obio_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
227 struct obio_softc *sc = device_get_softc(bus);
236 passthrough = (device_get_parent(child) != bus);
240 return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type,
246 * maintained by a child bus), then work out the start/end values.
292 obio_activate_resource(device_t bus, device_t child, int type, int rid, argument
313 obio_deactivate_resource(device_t bus, device_t child, int type, int rid, argument
451 obio_hinted_child(device_t bus, cons argument
483 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
[all...]
/freebsd-11-stable/sys/mips/alchemy/
H A Dobio.c43 #include <sys/bus.h>
50 #include <machine/bus.h>
225 obio_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
228 struct obio_softc *sc = device_get_softc(bus);
237 passthrough = (device_get_parent(child) != bus);
241 return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type,
247 * maintained by a child bus), then work out the start/end values.
293 obio_activate_resource(device_t bus, device_t child, int type, int rid, argument
314 obio_deactivate_resource(device_t bus, device_t child, int type, int rid, argument
443 obio_hinted_child(device_t bus, cons argument
475 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
[all...]
/freebsd-11-stable/sys/mips/cavium/
H A Dobio.c48 #include <sys/bus.h>
54 #include <machine/bus.h>
121 obio_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
128 struct obio_softc *sc = device_get_softc(bus);
178 obio_activate_resource(device_t bus, device_t child, int type, int rid, argument
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h39 typedef struct cam_ed * (*xpt_alloc_device_func)(struct cam_eb *bus,
45 struct cam_eb *bus,
92 * cam_ed structure for each device on the bus.
158 * of retries, or a bus rescan finds the device missing.
163 struct cam_eb *bus; member in struct:cam_et
174 * Each bus is represented by an EB (Existing Bus). These entries
195 struct cam_eb *bus; member in struct:cam_path
200 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
/freebsd-11-stable/sys/powerpc/powermac/
H A Dmacgpio.c37 #include <sys/bus.h>
43 #include <machine/bus.h>
151 * of the macgpio bus
268 macgpio_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
279 return (resource_list_alloc(&dinfo->mdi_resources, bus, child, type,
284 macgpio_activate_resource(device_t bus, device_t child, int type, int rid, argument
291 sc = device_get_softc(bus);
303 return (bus_activate_resource(bus, type, rid, res));
308 macgpio_deactivate_resource(device_t bus, device_t child, int type, int rid, argument
315 sc = device_get_softc(bus);
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dnexus.c47 #include <sys/bus.h>
51 #include <machine/bus.h>
168 nexus_print_child(device_t bus, device_t child) argument
172 retval += bus_print_child_header(bus, child);
179 nexus_add_child(device_t bus, u_int order, const char *name, int unit) argument
189 child = device_add_child_ordered(bus, order, name, unit);
204 nexus_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
216 * (ie. they aren't maintained by a child bus), then work out
220 if (device_get_parent(child) != bus || ndev == NULL)
297 nexus_activate_resource(device_t bus, device_ argument
349 nexus_deactivate_resource(device_t bus, device_t child, int type, int rid, struct resource *r) argument
[all...]
/freebsd-11-stable/sys/mips/rt305x/
H A Dobio.c36 #include <sys/bus.h>
43 #include <machine/bus.h>
280 obio_alloc_resource(device_t bus, device_t child, int type, int *rid, argument
283 struct obio_softc *sc = device_get_softc(bus);
292 passthrough = (device_get_parent(child) != bus);
296 return (BUS_ALLOC_RESOURCE(device_get_parent(bus), child, type,
302 * maintained by a child bus), then work out the start/end values.
348 obio_activate_resource(device_t bus, device_t child, int type, int rid, argument
369 obio_deactivate_resource(device_t bus, device_t child, int type, int rid, argument
502 obio_add_res_child(device_t bus, cons argument
524 obio_hinted_child(device_t bus, const char *dname, int dunit) argument
544 obio_add_child(device_t bus, u_int order, const char *name, int unit) argument
593 obio_print_child(device_t bus, device_t child) argument
[all...]
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo_util.c128 mem->bus.io_reserved_count++ == 0) {
149 --mem->bus.io_reserved_count == 0 &&
160 if (!mem->bus.io_reserved_vm) {
167 mem->bus.io_reserved_vm = true;
179 if (mem->bus.io_reserved_vm) {
180 mem->bus.io_reserved_vm = false;
198 if (ret || !mem->bus.is_iomem)
201 if (mem->bus.addr) {
202 addr = mem->bus.addr;
204 addr = pmap_mapdev_attr(mem->bus
[all...]
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dppt.c37 #include <sys/bus.h>
124 int bus, slot, func; local
129 bus = pci_get_bus(dev);
140 else if (vmm_is_pptdev(bus, slot, func))
200 ppt_find(int bus, int slot, int func) argument
211 if (bus == b && slot == s && func == f)
375 ppt_assign_device(struct vm *vm, int bus, int slot, int func) argument
379 ppt = ppt_find(bus, slot, func);
399 ppt_unassign_device(struct vm *vm, int bus, int slot, int func) argument
403 ppt = ppt_find(bus, slo
428 int bus, slot, func; local
445 ppt_map_mmio(struct vm *vm, int bus, int slot, int func, vm_paddr_t gpa, size_t len, vm_paddr_t hpa) argument
502 ppt_setup_msi(struct vm *vm, int vcpu, int bus, int slot, int func, uint64_t addr, uint64_t msg, int numvec) argument
593 ppt_setup_msix(struct vm *vm, int vcpu, int bus, int slot, int func, int idx, uint64_t addr, uint64_t msg, uint32_t vector_control) argument
[all...]

Completed in 409 milliseconds

<<11121314151617181920>>