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

/drivers/media/pci/bt8xx/
H A Dbttvp.h461 char sw_status[4]; member in struct:bttv
H A Dbttv-cards.c4569 * cameras is connected to which of the 4 controllers) in sw_status array.
4616 if (mctlr->sw_status[yaddr] != xaddr)
4619 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4620 mctlr->sw_status[yaddr] = xaddr;
4640 btv->sw_status[ix] = ix;
4932 if (mctlr->sw_status[yaddr] != xaddr) {
4934 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4935 mctlr->sw_status[yaddr] = xaddr;
4951 btv->sw_status[ix] = ix;
/drivers/platform/x86/
H A Dthinkpad_acpi.c1251 int sw_status; local
1271 sw_status = (tp_rfkops->get_status)();
1272 if (sw_status < 0) {
1274 name, sw_status);
1276 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF);

Completed in 116 milliseconds