Home
last modified time | relevance | path

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

/linux/sound/firewire/bebob/
H A Dbebob_stream.c778 enum avc_bridgeco_plug_type plug_type; in fill_stream_formations() local
785 err = avc_bridgeco_get_plug_type(bebob->unit, addr, &plug_type); in fill_stream_formations()
790 } else if (plug_type != AVC_BRIDGECO_PLUG_TYPE_ISOC) in fill_stream_formations()
841 enum avc_bridgeco_plug_type plug_type; in detect_midi_ports() local
846 err = avc_bridgeco_get_plug_type(bebob->unit, addr, &plug_type); in detect_midi_ports()
852 } else if (plug_type != AVC_BRIDGECO_PLUG_TYPE_MIDI) { in detect_midi_ports()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-typec277 What: /sys/class/typec/<port>-cable/plug_type
/linux/drivers/usb/typec/
H A Dclass.c1273 static DEVICE_ATTR_RO(plug_type);