Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.h16 int param_length, const u8 params[],
H A Dttusb_dec.c315 int param_length, const u8 params[], in ttusb_dec_send_command() argument
336 b[3] = param_length; in ttusb_dec_send_command()
339 memcpy(&b[4], params, param_length); in ttusb_dec_send_command()
343 __func__, param_length, b); in ttusb_dec_send_command()
1624 int param_length, const u8 params[], in fe_send_command() argument
1628 return ttusb_dec_send_command(dec, command, param_length, params, result_length, cmd_result); in fe_send_command()
/openbmc/linux/drivers/input/touchscreen/
H A Dmelfas_mip4.c689 __le32 param_length; member