freebsd-dev/sys/dev/atkbdc
Kyle Evans 6d3c9beedb psm: properly check for atkbdc_open failure
atkbdc_open can return NULL if the unit's out of bounds or the softc isn't
setup. Check it to be safe.
2019-12-31 13:56:48 +00:00
..
atkbd_atkbdc.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
atkbd.c kbd: provide default implementations of get_fkeystr/diag 2019-12-16 02:44:56 +00:00
atkbdc_ebus.c Clean up OF_getprop_alloc API 2018-04-08 22:59:34 +00:00
atkbdc_isa.c Create a new ISA_PNP_INFO macro. Use this macro every where we have 2017-12-23 06:49:27 +00:00
atkbdc_subr.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
atkbdc_subr.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
atkbdc.c atkbdc: use proper pointer type for KBDC 2019-12-25 15:55:45 +00:00
atkbdcreg.h atkbdc: use proper pointer type for KBDC 2019-12-25 15:55:45 +00:00
atkbdreg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
psm.c psm: properly check for atkbdc_open failure 2019-12-31 13:56:48 +00:00
psm.h