Searched refs:cmd_ret_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h730 int es58x_rx_cmd_ret_u8(struct device *dev, enum es58x_ret_type cmd_ret_type,
733 enum es58x_ret_type cmd_ret_type,
H A Des58x_core.c879 * @cmd_ret_type: Type of the command which triggered the return code.
884 * Return: a readable description of the @cmd_ret_type.
886 static const char *es58x_cmd_ret_desc(enum es58x_ret_type cmd_ret_type) argument
888 switch (cmd_ret_type) {
912 * @cmd_ret_type: Type of the command which triggered the return code.
926 enum es58x_ret_type cmd_ret_type,
929 const char *ret_desc = es58x_cmd_ret_desc(cmd_ret_type);
960 * @cmd_ret_type: Type of the command which triggered the return code.
971 enum es58x_ret_type cmd_ret_type,
976 const char *ret_desc = es58x_cmd_ret_desc(cmd_ret_type);
925 es58x_rx_cmd_ret_u8(struct device *dev, enum es58x_ret_type cmd_ret_type, enum es58x_ret_u8 rx_cmd_ret_u8) argument
970 es58x_rx_cmd_ret_u32(struct net_device *netdev, enum es58x_ret_type cmd_ret_type, enum es58x_ret_u32 rx_cmd_ret_u32) argument
[all...]
H A Des58x_fd.c188 enum es58x_ret_type cmd_ret_type)
199 return es58x_rx_cmd_ret_u32(netdev, cmd_ret_type,
186 es58x_fd_rx_cmd_ret_u32(struct net_device *netdev, const struct es58x_fd_urb_cmd *es58x_fd_urb_cmd, enum es58x_ret_type cmd_ret_type) argument

Completed in 163 milliseconds