Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c4519 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4522 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4523 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel()
4543 btv->sw_status[ix] = ix; in kodicom4400r_init()
4835 if (mctlr->sw_status[yaddr] != xaddr) { in gv800s_muxsel()
4837 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in gv800s_muxsel()
4838 mctlr->sw_status[yaddr] = xaddr; in gv800s_muxsel()
4854 btv->sw_status[ix] = ix; in gv800s_init()
Dbttvp.h463 char sw_status[4]; member
/drivers/platform/x86/
Dthinkpad_acpi.c1253 int sw_status; in tpacpi_new_rfkill() local
1273 sw_status = (tp_rfkops->get_status)(); in tpacpi_new_rfkill()
1274 if (sw_status < 0) { in tpacpi_new_rfkill()
1276 name, sw_status); in tpacpi_new_rfkill()
1278 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF); in tpacpi_new_rfkill()