Searched refs:sw_status (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/misc/amd-sbi/ |
| H A D | rmi-core.c | 383 int sw_status; in rmi_mailbox_xfer() local 425 ret = regmap_read_poll_timeout(data->regmap, SBRMI_STATUS, sw_status, in rmi_mailbox_xfer() 426 sw_status & SW_ALERT_MASK, 500, 2000000); in rmi_mailbox_xfer() 456 sw_status | SW_ALERT_MASK); in rmi_mailbox_xfer()
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | aux_engine.h | 170 uint32_t *sw_status);
|
| /linux/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1xxx_dbdma.h | 105 u32 sw_status; member
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-cards.c | 4511 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel() 4514 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel() 4515 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel() 4535 btv->sw_status[ix] = ix; in kodicom4400r_init() 4827 if (mctlr->sw_status[yaddr] != xaddr) { in gv800s_muxsel() 4829 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in gv800s_muxsel() 4830 mctlr->sw_status[yaddr] = xaddr; in gv800s_muxsel() 4846 btv->sw_status[ix] = ix; in gv800s_init()
|
| H A D | bttvp.h | 408 char sw_status[4]; member
|
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 573 dp->sw_status = 0; in au1xxx_dbdma_ring_alloc() 821 dp->sw_status = 0; in au1xxx_dbdma_reset()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 1156 int sw_status; in tpacpi_new_rfkill() local 1176 sw_status = (tp_rfkops->get_status)(); in tpacpi_new_rfkill() 1177 if (sw_status < 0) { in tpacpi_new_rfkill() 1179 name, sw_status); in tpacpi_new_rfkill() 1181 sw_state = (sw_status == TPACPI_RFK_RADIO_OFF); in tpacpi_new_rfkill()
|