Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
Dau1xxx_dbdma.h105 u32 sw_status; member
/linux-4.4.14/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
/linux-4.4.14/arch/mips/alchemy/common/
Ddbdma.c572 dp->sw_status = 0; in au1xxx_dbdma_ring_alloc()
818 dp->sw_status = 0; in au1xxx_dbdma_reset()
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c1252 int sw_status; in tpacpi_new_rfkill() local
1272 sw_status = (tp_rfkops->get_status)(); in tpacpi_new_rfkill()
1273 if (sw_status < 0) { in tpacpi_new_rfkill()
1275 name, sw_status); in tpacpi_new_rfkill()
1277 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF); in tpacpi_new_rfkill()