Searched refs:leng (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpib/lpvo_usb_gpib/ |
| H A D | lpvo_usb_gpib.c | 215 * @leng: the byte sequence length. 219 static int write_loop(void *dev, char *msg, int leng) in write_loop() 221 return skel_do_write(dev, msg, leng); in write_loop() 229 * @leng: the byte sequence length; can be given as zero and is 234 static int send_command(struct gpib_board *board, char *msg, int leng) in send_command() 243 if (!leng) in send_command() 244 leng = strlen(msg); in send_command() 245 retval = write_loop(GPIB_DEV, msg, leng); in send_command() 260 DIA_LOG(1, "Sent %d - done %d us.\n", leng, usec_diff(&after, &before)); in send_command() 277 int leng in set_control_line() 218 write_loop(void * dev,char * msg,int leng) write_loop() argument 233 send_command(struct gpib_board * board,char * msg,int leng) send_command() argument 276 int leng = strlen(msg); set_control_line() local [all...] |
| /linux/drivers/usb/gadget/udc/ |
| H A D | fsl_qe_udc.h | 227 #define frame_set_length(frm, leng) (frm->len = leng) argument
|