Searched refs:xdev (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/dev/xen/pcifront/
H A Dpcifront.c86 struct xenbus_device *xdev; member in struct:pcifront_device
111 alloc_pdev(struct xenbus_device *xdev) argument
116 err = sscanf(xdev->nodename, "device/pci/%d", &unit);
120 xenbus_dev_fatal(pdev->xdev, err, "Error scanning pci device instance number");
127 xenbus_dev_fatal(xdev, err, "Error allocating pcifront_device struct");
131 pdev->xdev = xdev;
139 xenbus_dev_fatal(xdev, err, "Error allocating sh_info struct");
144 xdev->data = pdev;
176 xenbus_free_evtchn(pdev->xdev, pde
303 pcifront_probe(struct xenbus_device *xdev, const struct xenbus_device_id *id) argument
324 pcifront_remove(struct xenbus_device *xdev) argument
334 pcifront_backend_changed(struct xenbus_device *xdev, XenbusState be_state) argument
[all...]
/freebsd-10-stable/sys/arm/ti/am335x/
H A Dam335x_pmic.c126 am335x_pmic_start(void *xdev) argument
129 device_t dev = (device_t)xdev;
180 am335x_pmic_shutdown(void *xdev, int howto) argument
187 dev = (device_t)xdev;
/freebsd-10-stable/sys/dev/iicbus/
H A Dds1775.c71 static void ds1775_start(void *xdev);
171 ds1775_start(void *xdev) argument
181 device_t dev = (device_t)xdev;
H A Dds1631.c94 static void ds1631_start(void *xdev);
296 ds1631_start(void *xdev) argument
306 device_t dev = (device_t)xdev;
H A Dmax6690.c77 static void max6690_start(void *xdev);
249 max6690_start(void *xdev) argument
257 device_t dev = (device_t)xdev;
H A Dadt746x.c123 static void adt746x_start(void *xdev);
258 adt746x_start(void *xdev) argument
264 device_t dev = (device_t)xdev;
/freebsd-10-stable/sys/powerpc/powermac/
H A Dwindtunnel.c70 static void adm1030_start(void *xdev);
180 adm1030_start(void *xdev) argument
184 device_t dev = (device_t) xdev;
H A Dsmu.c175 static void smu_set_sleepled(void *xdev, int onoff);
177 static void smu_doorbell_intr(void *xdev);
178 static void smu_shutdown(void *xdev, int howto);
442 smu_doorbell_intr(void *xdev) argument
448 smu = xdev;
1262 smu_set_sleepled(void *xdev, int onoff) argument
1265 device_t smu = xdev;
1315 smu_shutdown(void *xdev, int howto) argument
1317 device_t smu = xdev;
H A Dfcu.c113 static void fcu_start(void *xdev);
241 fcu_start(void *xdev) argument
246 device_t dev = (device_t)xdev;
/freebsd-10-stable/sys/dev/adb/
H A Dadb_bus.c47 static void adb_bus_enumerate(void *xdev);
108 adb_bus_enumerate(void *xdev) argument
110 device_t dev = (device_t)xdev;
/freebsd-10-stable/sys/powerpc/wii/
H A Dwii_gpio.c344 wiigpio_shutdown(void *xdev, int howto) argument
350 dev = (device_t)xdev;
/freebsd-10-stable/
H A DMakefile36 # xdev - xdev-build + xdev-install for the architecture
38 # xdev-build - Build cross-development tools.
39 # xdev-install - Install cross-development tools.
115 build32 builddtb distribute32 install32 xdev xdev-build xdev-install \
H A DMakefile.inc1346 # In the case of xdev-build tools, CROSS_BINUTILS_PREFIX won't be a
2170 .ORDER: xdev-build xdev-install
2171 xdev: xdev-build xdev-install
2174 xdev-build: _xb-worldtmp _xb-bootstrap-tools _xb-build-tools _xb-cross-tools
2203 ${_+_}@${ECHODIR} "===> xdev ${_tool} (obj,depend,all)"; \
2225 .ORDER: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries _xi-links
2226 xdev
[all...]
/freebsd-10-stable/sys/pc98/cbus/
H A Dsio.c762 device_t xdev;
871 xdev = devs[i];
872 xioport = bus_get_resource_start(xdev, SYS_RES_IOPORT, 0);
873 xiftype = GET_IFTYPE(device_get_flags(xdev));
874 if (device_is_enabled(xdev) && xioport > 0) {
883 xdev = devs[i];
884 if (device_is_enabled(xdev) &&
885 bus_get_resource(xdev, SYS_RES_IOPORT, 0, &xioport,
/freebsd-10-stable/sys/dev/sio/
H A Dsio.c429 device_t xdev;
492 xdev = devs[i];
493 if (device_is_enabled(xdev) &&
494 bus_get_resource(xdev, SYS_RES_IOPORT, 0, &xioport,
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c576 struct net_device *xdev[MLX5_IB_GID_MAX]; local
601 xdev[gid_index] = ndev;
638 xdev[gid_index] = idev;
657 port->gid_table + j, xdev[j]);

Completed in 232 milliseconds