Searched hist:"3 f9a00e3b577dcca57e331842e0baf2dbdf9325f" (Results 1 – 8 of 8) sorted by relevance
/freebsd/share/man/man9/ |
H A D | BUS_GET_PROPERTY.9 | 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
H A D | device_get_property.9 | 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
H A D | Makefile | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
/freebsd/sys/dev/fdt/ |
H A D | simplebus.c | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
/freebsd/sys/kern/ |
H A D | bus_if.m | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
H A D | subr_bus.c | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
/freebsd/sys/sys/ |
H A D | bus.h | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | diff 3f9a00e3b577dcca57e331842e0baf2dbdf9325f Fri Jul 30 10:57:06 CEST 2021 Bartlomiej Grzesik <bag@semihalf.com> device: add device_get_property and device_has_property
Generialize bus specific property accessors. Those functions allow driver code to access device specific information.
Currently there is only support for FDT and ACPI buses.
Reviewed by: manu, mw Sponsored by: Semihalf Differential revision: https://reviews.freebsd.org/D31597
|