Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ctxfi/
Dctmixer.h50 unsigned int switch_state; /* A bit-map to indicate state of switches */ member
Dctmixer.c273 return (mixer->switch_state & (0x1 << (type - SWH_MIXER_START))) in get_switch_state()
282 mixer->switch_state |= (0x1 << (type - SWH_MIXER_START)); in set_switch_state()
284 mixer->switch_state &= ~(0x1 << (type - SWH_MIXER_START)); in set_switch_state()
1185 mixer->switch_state = 0; in ct_mixer_create()
/linux-3.4.99/drivers/mtd/nand/
Dnandsim.c1733 static void switch_state(struct nandsim *ns) in switch_state() function
1945 switch_state(ns); in ns_nand_read_byte()
1988 switch_state(ns); in ns_nand_write_byte()
2012 switch_state(ns); in ns_nand_write_byte()
2071 switch_state(ns); in ns_nand_write_byte()
2208 switch_state(ns); in ns_nand_read_buf()