Symbol: uhidpp_softc
sys/dev/usb/uhidpp.c
1017
hidpp20_feature_get_count(struct uhidpp_softc *sc, uint8_t device_id,
sys/dev/usb/uhidpp.c
1037
hidpp20_feature_get_id(struct uhidpp_softc *sc, uint8_t device_id,
sys/dev/usb/uhidpp.c
1059
hidpp20_battery_get_level_status(struct uhidpp_softc *sc,
sys/dev/usb/uhidpp.c
1129
hidpp20_battery_get_capability(struct uhidpp_softc *sc,
sys/dev/usb/uhidpp.c
1150
hidpp20_unified_battery_get_capabilities(struct uhidpp_softc *sc,
sys/dev/usb/uhidpp.c
1172
hidpp20_unified_battery_get_status(struct uhidpp_softc *sc,
sys/dev/usb/uhidpp.c
1261
hidpp_send_fap_report(struct uhidpp_softc *sc, uint8_t report_id,
sys/dev/usb/uhidpp.c
1284
hidpp_send_rap_report(struct uhidpp_softc *sc, uint8_t report_id,
sys/dev/usb/uhidpp.c
1304
hidpp_send_report(struct uhidpp_softc *sc, uint8_t report_id,
sys/dev/usb/uhidpp.c
257
int uhidpp_sleep(struct uhidpp_softc *, uint64_t);
sys/dev/usb/uhidpp.c
259
void uhidpp_device_connect(struct uhidpp_softc *, struct uhidpp_device *);
sys/dev/usb/uhidpp.c
260
void uhidpp_device_refresh(struct uhidpp_softc *, struct uhidpp_device *);
sys/dev/usb/uhidpp.c
261
int uhidpp_device_features(struct uhidpp_softc *, struct uhidpp_device *);
sys/dev/usb/uhidpp.c
263
struct uhidpp_notification *uhidpp_claim_notification(struct uhidpp_softc *);
sys/dev/usb/uhidpp.c
264
int uhidpp_consume_notification(struct uhidpp_softc *, struct uhidpp_report *);
sys/dev/usb/uhidpp.c
265
int uhidpp_is_notification(struct uhidpp_softc *, struct uhidpp_report *);
sys/dev/usb/uhidpp.c
267
static int uhidpp_has_sensors(struct uhidpp_softc *);
sys/dev/usb/uhidpp.c
269
int hidpp_get_protocol_version(struct uhidpp_softc *, uint8_t, uint8_t *,
sys/dev/usb/uhidpp.c
272
int hidpp10_get_name(struct uhidpp_softc *, uint8_t, char *, size_t);
sys/dev/usb/uhidpp.c
273
int hidpp10_get_type(struct uhidpp_softc *, uint8_t, const char **);
sys/dev/usb/uhidpp.c
274
int hidpp10_enable_notifications(struct uhidpp_softc *, uint8_t);
sys/dev/usb/uhidpp.c
276
int hidpp20_root_get_feature(struct uhidpp_softc *, uint8_t, uint16_t,
sys/dev/usb/uhidpp.c
278
int hidpp20_feature_get_count(struct uhidpp_softc *, uint8_t, uint8_t,
sys/dev/usb/uhidpp.c
280
int hidpp20_feature_get_id(struct uhidpp_softc *, uint8_t, uint8_t, uint8_t,
sys/dev/usb/uhidpp.c
282
int hidpp20_battery_get_level_status(struct uhidpp_softc *,
sys/dev/usb/uhidpp.c
284
int hidpp20_battery_get_capability(struct uhidpp_softc *,
sys/dev/usb/uhidpp.c
287
int hidpp20_unified_battery_get_capabilities(struct uhidpp_softc *,
sys/dev/usb/uhidpp.c
289
int hidpp20_unified_battery_get_status(struct uhidpp_softc *,
sys/dev/usb/uhidpp.c
294
int hidpp_send_rap_report(struct uhidpp_softc *, uint8_t, uint8_t, uint8_t,
sys/dev/usb/uhidpp.c
296
int hidpp_send_fap_report(struct uhidpp_softc *, uint8_t, uint8_t, uint8_t,
sys/dev/usb/uhidpp.c
298
int hidpp_send_report(struct uhidpp_softc *, uint8_t, struct uhidpp_report *,
sys/dev/usb/uhidpp.c
318
sizeof(struct uhidpp_softc),
sys/dev/usb/uhidpp.c
358
struct uhidpp_softc *sc = (struct uhidpp_softc *)self;
sys/dev/usb/uhidpp.c
451
struct uhidpp_softc *sc = (struct uhidpp_softc *)self;
sys/dev/usb/uhidpp.c
485
struct uhidpp_softc *sc = (struct uhidpp_softc *)addr;
sys/dev/usb/uhidpp.c
525
struct uhidpp_softc *sc = arg;
sys/dev/usb/uhidpp.c
541
struct uhidpp_softc *sc = arg;
sys/dev/usb/uhidpp.c
574
uhidpp_sleep(struct uhidpp_softc *sc, uint64_t nsecs)
sys/dev/usb/uhidpp.c
580
uhidpp_device_connect(struct uhidpp_softc *sc, struct uhidpp_device *dev)
sys/dev/usb/uhidpp.c
675
uhidpp_device_refresh(struct uhidpp_softc *sc, struct uhidpp_device *dev)
sys/dev/usb/uhidpp.c
700
uhidpp_device_features(struct uhidpp_softc *sc, struct uhidpp_device *dev)
sys/dev/usb/uhidpp.c
756
uhidpp_claim_notification(struct uhidpp_softc *sc)
sys/dev/usb/uhidpp.c
783
uhidpp_consume_notification(struct uhidpp_softc *sc, struct uhidpp_report *rep)
sys/dev/usb/uhidpp.c
809
uhidpp_is_notification(struct uhidpp_softc *sc, struct uhidpp_report *rep)
sys/dev/usb/uhidpp.c
832
uhidpp_has_sensors(struct uhidpp_softc *sc)
sys/dev/usb/uhidpp.c
838
hidpp_get_protocol_version(struct uhidpp_softc *sc, uint8_t device_id,
sys/dev/usb/uhidpp.c
867
hidpp10_get_name(struct uhidpp_softc *sc, uint8_t device_id,
sys/dev/usb/uhidpp.c
911
hidpp10_get_type(struct uhidpp_softc *sc, uint8_t device_id, const char **buf)
sys/dev/usb/uhidpp.c
970
hidpp10_enable_notifications(struct uhidpp_softc *sc, uint8_t device_id)
sys/dev/usb/uhidpp.c
992
hidpp20_root_get_feature(struct uhidpp_softc *sc, uint8_t device_id,