Searched refs:methods (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dmii.c21 if (device->methods.miibus_readreg == NULL)
24 return device->methods.miibus_readreg(device, phy, reg);
31 if (device->methods.miibus_writereg == NULL)
34 return device->methods.miibus_writereg(device, phy, reg, data);
41 if (device->methods.miibus_statchg)
42 device->methods.miibus_statchg(device);
49 if (device->methods.miibus_linkchg)
50 device->methods.miibus_linkchg(device);
57 if (device->methods.miibus_mediainit)
58 device->methods
[all...]
H A Ddevice.c91 for (i = 0; method == NULL && driver->methods[i].name != NULL; i++) {
92 if (strcmp(driver->methods[i].name, name) == 0)
93 method = driver->methods[i].method;
305 for (i = 0; driver->methods[i].name != NULL; i++) {
306 device_method_t *mth = &driver->methods[i];
309 dev->methods.device_register = (void *)mth->method;
311 dev->methods.probe = (void *)mth->method;
313 dev->methods.attach = (void *)mth->method;
315 dev->methods.detach = (void *)mth->method;
317 dev->methods
[all...]
H A Dshared.h60 } methods; member in struct:device
H A Ddriver.c156 result = device->methods.probe(device);
233 result = device->methods.probe(device);
339 if (device->methods.probe(device) >= 0
/haiku/src/libs/compat/freebsd_iflib/
H A Ddevice_if.c17 return dev->methods.device_register(dev);
H A Dkobj.c37 for (i = 0; class->methods[i].name != NULL; i++) {
38 kobj_method_t* mth = &class->methods[i];
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dkobj.h38 kobj_method_t* methods; \
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dhaiku-module.h65 device_method_t* methods; member in struct:__anon17
69 #define DEFINE_CLASS_0(name, driver, methods, size) \
70 driver_t driver = { #name, methods, size }
99 /* we define the driver methods with HAIKU_FBSD_DRIVERS_GLUE to
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp29 #pragma mark - Class methods -
33 // Factory methods
95 #pragma mark - Event handling methods -
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c400 .methods = ural_methods,
H A Dif_rum.c3293 .methods = rum_methods,
H A Dif_run.c6437 .methods = run_methods,

Completed in 85 milliseconds