Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/core-api/
Dlibrs.rst67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/linux-6.12.1/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c357 u8 databytes; member
1490 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()
1520 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
/linux-6.12.1/drivers/media/usb/gspca/
Dcpia1.c403 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local
425 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()