Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c348 u8 databytes; member
1475 cmd->tx_can.databytes = nbr_of_bytes; in kvaser_usb_hydra_frame_to_cmd_ext()
1505 cmd->tx_can.databytes = 0; in kvaser_usb_hydra_frame_to_cmd_ext()
/Linux-v6.6/drivers/media/usb/gspca/
Dcpia1.c402 int ret, databytes = command[6] | (command[7] << 8); in cpia_usb_transferCmd() local
424 gspca_dev->usb_buf, databytes, 1000); in cpia_usb_transferCmd()