Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c335 u8 databytes; member
1381 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()
1411 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
/Linux-v4.19/drivers/media/usb/gspca/
Dcpia1.c411 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local
433 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()