Lines Matching refs:defdev
558 int defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_widget_pin_dump() local
561 hdafg_default_device[defdev], in hdafg_widget_pin_dump()
621 int conn, color, defdev; in hdafg_widget_pin_parse() local
673 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_widget_pin_parse()
676 strlcat(w->w_name, hdafg_default_device[defdev], sizeof(w->w_name)); in hdafg_widget_pin_parse()
998 uint32_t conn, defdev, curdev, curport; in hdafg_assoc_dump() local
1024 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1026 devmask |= (1 << defdev); in hdafg_assoc_dump()
1055 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1056 if (conn != curport || defdev != curdev) in hdafg_assoc_dump()
1076 defdev = COP_CFG_DEFAULT_DEVICE(w->w_pin.config); in hdafg_assoc_dump()
1077 if (conn != curport || defdev != curdev) in hdafg_assoc_dump()