Home
last modified time | relevance | path

Searched refs:command_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164-cmd.c330 struct tmComResInfo command_t, *pcommand_t; in saa7164_cmd_send() local
349 memset(&command_t, 0, sizeof(command_t)); in saa7164_cmd_send()
351 pcommand_t = &command_t; in saa7164_cmd_send()
353 command_t.id = id; in saa7164_cmd_send()
354 command_t.command = command; in saa7164_cmd_send()
355 command_t.controlselector = controlselector; in saa7164_cmd_send()
356 command_t.size = size; in saa7164_cmd_send()
366 command_t.seqno = (u8)ret; in saa7164_cmd_send()
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Dmain.c55 } command_t; typedef
62 static command_t wifi_config_command_table[] = {
225 item_cnt = sizeof(wifi_config_command_table) / sizeof(command_t); in rkwifibt_test_wifi_config()