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

/src/sys/dev/usb/
H A Dumcpmio_gpio.c1095 struct mcp2221_get_gpio_cfg_res current_gpio_cfg_res; local in function:mcp2221_gpio_pin_ctl
1107 err = mcp2221_get_gpio_cfg(sc, &current_gpio_cfg_res);
1153 if (current_gpio_cfg_res.gp0_pin_dir == MCP2221_GPIO_CFG_DIR_OUTPUT) {
1154 if (current_gpio_cfg_res.gp0_pin_value == 1) {
1162 if (current_gpio_cfg_res.gp1_pin_dir == MCP2221_GPIO_CFG_DIR_OUTPUT) {
1163 if (current_gpio_cfg_res.gp1_pin_value == 1) {
1171 if (current_gpio_cfg_res.gp2_pin_dir == MCP2221_GPIO_CFG_DIR_OUTPUT) {
1172 if (current_gpio_cfg_res.gp2_pin_value == 1) {
1180 if (current_gpio_cfg_res.gp3_pin_dir == MCP2221_GPIO_CFG_DIR_OUTPUT) {
1181 if (current_gpio_cfg_res
[all...]

Completed in 3 milliseconds