Home | Sort by: relevance | last modified time | path |
/src/sys/dev/i2c/ | |
ihidev.c | 377 struct i2c_hid_report_request *rreq = local in function:ihidev_hid_command 389 int report_id = rreq->id; 391 int report_len = rreq->len + 2; 397 rreq->type, rreq->len)); 413 cmd[2] = report_id | rreq->type << 4; 421 * Allocate rreq->len + 2 + 2 bytes, read into that temporary 423 * rreq->data. 450 if (d != rreq->id) { 452 device_xname(sc->sc_dev), d, rreq->id)) 469 struct i2c_hid_report_request *rreq = local in function:ihidev_hid_command 1040 struct i2c_hid_report_request rreq; local in function:ihidev_get_report 1064 struct i2c_hid_report_request rreq; local in function:ihidev_set_report [all...] |
/src/sys/dev/acpi/ | |
acpi_pci_link.c | 428 struct link_res_request rreq; local in function:acpi_pci_link_attach 477 rreq.in_dpf = DPF_OUTSIDE; 478 rreq.link_index = 0; 479 rreq.res_index = 0; 480 rreq.sc = sc; 482 link_add_crs, &rreq); 495 rreq.in_dpf = DPF_OUTSIDE; 496 rreq.link_index = 0; 497 rreq.res_index = 0; 498 rreq.sc = sc [all...] |