Home
last modified time | relevance | path

Searched defs:fcp_data (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/sound/usb/
Dfcp.c79 struct fcp_data { struct
80 struct usb_mixer_interface *mixer;
82 struct mutex mutex; /* serialise access to the device */
83 struct completion cmd_done; /* wait for command completion */
84 struct file *file; /* hwdep file */
86 struct fcp_notify notify;
88 u8 bInterfaceNumber;
89 u8 bEndpointAddress;
90 u16 wMaxPacketSize;
91 u8 bInterval;
[all …]
/linux-6.14.4/drivers/net/ethernet/broadcom/
Dcnic_defs.h3603 struct xstorm_fcoe_fcp_data fcp_data; member