Lines Matching refs:state
3878 static void __sony_pic_set_wwanpower(u8 state)
3880 state = !!state;
3881 if (spic_dev.wwan_power == state)
3883 sony_pic_call2(0xB0, state);
3885 spic_dev.wwan_power = state;
3916 /* bluetooth subsystem power state */
3917 static void __sony_pic_set_bluetoothpower(u8 state)
3919 state = !!state;
3920 if (spic_dev.bluetooth_power == state)
3922 sony_pic_call2(0x96, state);
3924 spic_dev.bluetooth_power = state;