Home
last modified time | relevance | path

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

/linux/Documentation/core-api/
H A 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/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c378 u8 databytes; member
1491 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()
1521 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
/linux/drivers/media/usb/gspca/
H A 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()