Home
last modified time | relevance | path

Searched refs:ow_cmd (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ow/
H A Down.h38 own_send_command(device_t pdev, struct ow_cmd *cmd) in own_send_command()
76 own_self_command(device_t pdev, struct ow_cmd *cmd, uint8_t xpt_cmd) in own_self_command()
90 own_command_wait(device_t pdev, struct ow_cmd *cmd) in own_command_wait()
H A Dow_temp.c93 struct ow_cmd cmd; in ow_temp_read_scratchpad()
106 struct ow_cmd cmd; in ow_temp_convert_t()
117 struct ow_cmd cmd; in ow_temp_read_power_supply()
H A Dow.h57 struct ow_cmd struct
H A Dow.c235 ow_send_command(device_t ndev, device_t pdev, struct ow_cmd *cmd) in ow_send_command()
295 struct ow_cmd cmd; in ow_search_rom()
307 struct ow_cmd cmd;
H A Down_if.m48 struct ow_cmd *cmd; /* Pointer to filled in command */ struct