OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdata
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc64/dev/
pckbc_ebus.c
204
bus_space_handle_t hcmd,
hdata
;
local
210
if (bus_space_map(iot, ioaddr + TADPMU_DATA, 1, 0, &
hdata
) != 0) {
211
bus_space_unmap(iot,
hdata
, 1);
215
tadpmu_init(iot, hcmd,
hdata
);
/src/sys/dev/i2c/
adm1021.c
497
int8_t
hdata
= 0x7f, ldata = 0xc9;
local
509
if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &
hdata
) == 0 &&
510
hdata
!= ADMTEMP_LIM_INVAL) {
511
limits->sel_critmax = 273150000 + 1000000 *
hdata
;
536
sc->sc_highlim[edata->sensor] =
hdata
;
547
int8_t
hdata
= 0x7f, ldata = 0xc9;
local
559
if (admtemp_exec(sc, I2C_OP_READ_WITH_STOP, &cmd, &
hdata
) == 0 &&
560
hdata
!= ADMTEMP_LIM_INVAL) {
561
limits->sel_critmax = 273150000 + 1000000 *
hdata
;
597
sc->sc_highlim[edata->sensor] =
hdata
;
612
int8_t tdata = 0x55,
hdata
= 0x55, ldata = 0;
local
[
all
...]
/src/usr.bin/usbhidctl/
usbhid.c
629
struct hid_data *
hdata
;
local
656
hdata
= hid_start_parse(rd, 1 << hid_input, reportid);
657
if (
hdata
== NULL)
660
while (hid_get_item(
hdata
, &hitem)) {
692
hid_end_parse(
hdata
);
702
struct hid_data *
hdata
;
local
719
hdata
= hid_start_parse(rd, kindset, reportid);
720
if (
hdata
== NULL)
723
while (hid_get_item(
hdata
, &hitem)) {
781
hid_end_parse(
hdata
);
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026