Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-cards.c4616 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4619 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4620 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel()
4640 btv->sw_status[ix] = ix; in kodicom4400r_init()
4932 if (mctlr->sw_status[yaddr] != xaddr) { in gv800s_muxsel()
4934 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in gv800s_muxsel()
4935 mctlr->sw_status[yaddr] = xaddr; in gv800s_muxsel()
4951 btv->sw_status[ix] = ix; in gv800s_init()
Dbttvp.h461 char sw_status[4]; member
/drivers/platform/x86/
Dthinkpad_acpi.c1251 int sw_status; in tpacpi_new_rfkill() local
1271 sw_status = (tp_rfkops->get_status)(); in tpacpi_new_rfkill()
1272 if (sw_status < 0) { in tpacpi_new_rfkill()
1274 name, sw_status); in tpacpi_new_rfkill()
1276 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF); in tpacpi_new_rfkill()