Searched refs:ttusb_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c137 static int ttusb_cmd(struct ttusb *ttusb, ttusb_cmd() function
221 err = ttusb_cmd(ttusb, b, snd_len + 7, 1); ttusb_i2c_msg()
316 err = ttusb_cmd(ttusb, b, 32, 0); ttusb_boot_dsp()
326 err = ttusb_cmd(ttusb, b, 4, 0); ttusb_boot_dsp()
335 err = ttusb_cmd(ttusb, b, 4, 0); ttusb_boot_dsp()
356 err = ttusb_cmd(ttusb, b, sizeof(b), 0); ttusb_set_channel()
366 err = ttusb_cmd(ttusb, b, sizeof(b), 0); ttusb_del_channel()
385 err = ttusb_cmd(ttusb, b, sizeof(b), 0); ttusb_set_filter()
395 err = ttusb_cmd(ttusb, b, sizeof(b), 0); ttusb_del_filter()
417 if ((err = ttusb_cmd(ttusb, b0, sizeof(b0), 0))) ttusb_init_controller()
421 if ((err = ttusb_cmd(ttusb, b1, sizeof(b1), 0))) ttusb_init_controller()
427 if ((err = ttusb_cmd(ttusb, b2, sizeof(b2), 0))) ttusb_init_controller()
430 if ((err = ttusb_cmd(ttusb, b3, sizeof(b3), 1))) ttusb_init_controller()
435 if ((err = ttusb_cmd(ttusb, get_version, sizeof(get_version), 1))) ttusb_init_controller()
459 ttusb_cmd(ttusb, get_dsp_version, sizeof(get_dsp_version), 1); ttusb_init_controller()
488 if ((err = ttusb_cmd(ttusb, b, 4 + b[3], 0))) { ttusb_send_diseqc()
506 if ((err = ttusb_cmd(ttusb, b, sizeof(b), 0))) { ttusb_update_lnb()
540 err = ttusb_cmd(ttusb, b, sizeof(b), 0);

Completed in 160 milliseconds