Home
last modified time | relevance | path

Searched refs:port_info (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-card-restore.c72 struct port_info { struct
108 static void port_info_free(struct port_info *p_info) { in port_info_free()
122 static struct port_info *port_info_new(pa_device_port *port) { in port_info_new()
123 struct port_info *p_info; in port_info_new()
126 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
132 p_info = pa_xnew0(struct port_info, 1); in port_info_new()
149 struct port_info *p_info; in entry_from_card()
175 struct port_info *Ap_info, *Bp_info; in entrys_equal()
210 struct port_info *p_info; in entry_write()
320 struct port_info *p_info; in entry_read()
[all …]
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs218 pub struct port_info {
909 pub fn _get_port_info(port: port_id, buf: *mut port_info, portInfoSize: ::size_t) -> status_t; in _get_port_info() argument
913 portInfo: *mut port_info, in _get_next_port_info() argument
1260 pub unsafe fn get_port_info(port: port_id, buf: *mut port_info) -> status_t { in get_port_info()
1261 _get_port_info(port, buf, core::mem::size_of::<port_info>() as ::size_t) in get_port_info()
1268 portInfo: *mut port_info, in get_next_port_info() argument
1274 core::mem::size_of::<port_info>() as ::size_t, in get_next_port_info()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71819 struct hw_port_info port_info; member