Lines Matching refs:ChipIdentifier
40 use crate::devices::chip::ChipIdentifier;
60 fn get_file(id: ChipIdentifier, device_name: String, chip_kind: ChipKind) -> Result<File> { in get_file() argument
72 pub fn get_capture(id: ChipIdentifier) -> anyhow::Result<File> { in get_capture()
97 fn handle_capture_get(writer: ResponseWritable, id: ChipIdentifier) -> anyhow::Result<()> { in handle_capture_get()
166 pub fn patch_capture(id: ChipIdentifier, state: bool) -> anyhow::Result<()> { in patch_capture() argument
186 id: ChipIdentifier, in handle_capture_patch() argument
216 fn get_id(param: &str) -> anyhow::Result<ChipIdentifier> { in get_id() argument
220 .map(ChipIdentifier) in get_id()
253 chip_id: ChipIdentifier, in handle_packet() argument
304 pub fn host_to_controller(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in host_to_controller() argument
314 pub fn controller_to_host(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in controller_to_host() argument