Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c23 * @prod_info: USB custom string returned by the device.
28 * The @prod_info string contains the firmware and the bootloader
32 * ("BL:xx.xx.xx") where 'x' represents a digit. @prod_info must
35 * Parse @prod_info and store the version number in
40 * value and -EBADMSG if @prod_info could not be parsed.
43 const char *prod_info, const char *prefix) in es58x_parse_sw_version()
56 prod_info = strstr(prod_info, prefix); in es58x_parse_sw_version()
57 if (!prod_info) in es58x_parse_sw_version()
60 while (!isdigit(*prod_info)) { in es58x_parse_sw_version()
42 es58x_parse_sw_version(struct es58x_device *es58x_dev, const char *prod_info, const char *prefix) es58x_parse_sw_version() argument
93 es58x_parse_hw_rev(struct es58x_device *es58x_dev, const char *prod_info) es58x_parse_hw_rev() argument
144 char *prod_info; es58x_parse_product_info() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datioctl.h1055 u8 prod_info[32]; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datioctl.h1056 u8 prod_info[32]; member

Completed in 9 milliseconds