HomeSort by: relevance | last modified time | path
    Searched defs:gscan_bt (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/usb/
if_gscanreg.h 41 struct gscan_bt { struct
if_gscanreg.h 41 struct gscan_bt { struct
if_gscan.c 362 struct gscan_bt gscan_bt; local in function:gscan_ifup
389 gscan_bt.bt_prop_seg = 0;
394 gscan_bt.bt_brp = sc->sc_timings.clt_brp;
399 gscan_bt.bt_phase_seg1 = sc->sc_timings.clt_ps1;
403 gscan_bt.bt_phase_seg2 = sc->sc_timings.clt_ps2;
407 gscan_bt.bt_swj = sc->sc_timings.clt_sjw;
410 &gscan_bt, sizeof(gscan_bt));
if_gscan.c 362 struct gscan_bt gscan_bt; local in function:gscan_ifup
389 gscan_bt.bt_prop_seg = 0;
394 gscan_bt.bt_brp = sc->sc_timings.clt_brp;
399 gscan_bt.bt_phase_seg1 = sc->sc_timings.clt_ps1;
403 gscan_bt.bt_phase_seg2 = sc->sc_timings.clt_ps2;
407 gscan_bt.bt_swj = sc->sc_timings.clt_sjw;
410 &gscan_bt, sizeof(gscan_bt));

Completed in 25 milliseconds