Home
last modified time | relevance | path

Searched refs:read_controller_data (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/atkbdc/
H A Datkbdc.c711 read_controller_data(KBDC p) in read_controller_data() function
957 c = read_controller_data(p); in reset_kbd()
969 c = read_controller_data(p); /* RESET_DONE/RESET_FAIL */ in reset_kbd()
1050 c = read_controller_data(p); /* DIAG_DONE/DIAG_FAIL */ in test_controller()
1076 c = read_controller_data(p); in test_kbd_port()
1102 c = read_controller_data(p); in test_aux_port()
1133 p->command_byte = read_controller_data(p); in get_controller_command_byte()
1173 read_controller_data(p) != 0xF0) in set_aux_mux_state()
1178 read_controller_data(p) != 0x56) in set_aux_mux_state()
1184 (version = read_controller_data(p)) == command) in set_aux_mux_state()
H A Datkbdcreg.h255 int read_controller_data(KBDC kbdc);
/freebsd-13.1/sbin/nvmecontrol/
H A Dns.c418 if (read_controller_data(fd, &cd)) in nsactive()
464 if (read_controller_data(fd, &cd)) in nsallocated()
510 if (read_controller_data(fd, &cd)) in nscontrollers()
572 if (read_controller_data(fd, &cd)) in nscreate()
650 if (read_controller_data(fd, &cd)) in nsdelete()
717 if (read_controller_data(fd, &cd)) in nsattach()
789 if (read_controller_data(fd, &cd)) in nsdetach()
868 if (read_controller_data(fd, &cd)) in nsattached()
922 if (read_controller_data(fd, &cd)) in nsidentify()
H A Ddevlist.c106 if (read_controller_data(fd, &cdata)) in devlist()
H A Dnvmecontrol.h73 int read_controller_data(int fd, struct nvme_controller_data *cdata);
H A Dselftest.c102 if (read_controller_data(fd, &cdata)) in selftest()
H A Dnvmecontrol.c102 read_controller_data(int fd, struct nvme_controller_data *cdata) in read_controller_data() function
H A Dsanitize.c158 if (read_controller_data(fd, &cd)) in sanitize()
H A Dformat.c163 if (read_controller_data(fd, &cd)) in format()
H A Dpower.c168 if (read_controller_data(fd, &cdata)) in power()
H A Didentify.c197 if (read_controller_data(fd, &cdata)) in identify_ctrlr()
H A Dfirmware.c280 if (read_controller_data(fd, &cdata)) in firmware()
H A Dlogpage.c802 if (read_controller_data(fd, &cdata)) in logpage()
/freebsd-13.1/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c127 if (read_controller_data(fd, &cdata)) in wdc_append_serial_name()
387 if (read_controller_data(fd, &cdata)) in wdc_cap_diag()