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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_videoenc_verify_cmd.c85 videnc_cmd_cfg *config_cmd; local
123 config_cmd = (videnc_cmd_cfg *)cmd_data;
124 x_dimension = ((config_cmd->venc_frame_dim) & 0xFF00)>>8;
126 y_dimension = (config_cmd->venc_frame_dim) & 0xFF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c1781 struct xhci_command *config_cmd; local
1798 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags);
1799 if (!config_cmd) {
1812 xhci_free_command(xhci, config_cmd);
1819 xhci_free_command(xhci, config_cmd);
1855 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index);
1857 xhci_endpoint_copy(xhci, config_cmd->in_ctx,
1865 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx,
1869 ret = xhci_configure_endpoint(xhci, udev, config_cmd,
1887 xhci_free_command(xhci, config_cmd);
2333 struct xhci_command *config_cmd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndpci.c161 config_cmd(si_t *sih, uint coreunit, uint bus, uint dev, uint func, uint off) function
318 } else if (((addr = config_cmd(sih, coreunit, bus, dev, func, off)) == 0) ||
370 } else if (((addr = config_cmd(sih, coreunit, bus, dev, func, off)) == 0) ||

Completed in 166 milliseconds