hw20k2 1468 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2 = (struct hw20k2 *)hw; hw20k2 1477 sound/pci/ctxfi/cthw20k2.c hw20k2->addr_size = addr_size; hw20k2 1478 sound/pci/ctxfi/cthw20k2.c hw20k2->data_size = data_size; hw20k2 1479 sound/pci/ctxfi/cthw20k2.c hw20k2->dev_id = dev_id; hw20k2 1528 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2 = (struct hw20k2 *)hw; hw20k2 1533 sound/pci/ctxfi/cthw20k2.c (4 == hw20k2->addr_size) ? 0 : hw20k2->addr_size); hw20k2 1554 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2 = (struct hw20k2 *)hw; hw20k2 1555 sound/pci/ctxfi/cthw20k2.c unsigned int i2c_data = (data << (hw20k2->addr_size * 8)) | addr; hw20k2 1561 sound/pci/ctxfi/cthw20k2.c (4 == (hw20k2->addr_size + hw20k2->data_size)) ? hw20k2 1562 sound/pci/ctxfi/cthw20k2.c 0 : (hw20k2->addr_size + hw20k2->data_size)); hw20k2 1970 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2 = (struct hw20k2 *)hw; hw20k2 1972 sound/pci/ctxfi/cthw20k2.c return hw20k2->mic_source; hw20k2 1977 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2 = (struct hw20k2 *)hw; hw20k2 1979 sound/pci/ctxfi/cthw20k2.c if (position == hw20k2->mic_source) hw20k2 1996 sound/pci/ctxfi/cthw20k2.c hw20k2->mic_source = position; hw20k2 2329 sound/pci/ctxfi/cthw20k2.c struct hw20k2 *hw20k2; hw20k2 2332 sound/pci/ctxfi/cthw20k2.c hw20k2 = kzalloc(sizeof(*hw20k2), GFP_KERNEL); hw20k2 2333 sound/pci/ctxfi/cthw20k2.c if (!hw20k2) hw20k2 2336 sound/pci/ctxfi/cthw20k2.c hw20k2->hw = ct20k2_preset; hw20k2 2337 sound/pci/ctxfi/cthw20k2.c *rhw = &hw20k2->hw;