Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-mcp2221.c105 u8 gp_idx; member
637 mcp->txbuf[mcp->gp_idx - 1] = 1; in mcp_gpio_set()
638 mcp->txbuf[mcp->gp_idx] = !!value; in mcp_gpio_set()
653 mcp->txbuf[mcp->gp_idx - 1] = 1; in mcp_gpio_dir_set()
654 mcp->txbuf[mcp->gp_idx] = val; in mcp_gpio_dir_set()
834 if ((data[mcp->gp_idx] == MCP2221_ALT_F_NOT_GPIOV) || in mcp2221_raw_event()
835 (data[mcp->gp_idx + 1] == MCP2221_ALT_F_NOT_GPIOD)) { in mcp2221_raw_event()
838 mcp->status = !!data[mcp->gp_idx]; in mcp2221_raw_event()
839 mcp->gpio_dir = data[mcp->gp_idx + 1]; in mcp2221_raw_event()
851 if ((data[mcp->gp_idx] == MCP2221_ALT_F_NOT_GPIOV) || in mcp2221_raw_event()
[all …]