Lines Matching refs:state
3895 static void __sony_pic_set_wwanpower(u8 state)
3897 state = !!state;
3898 if (spic_dev.wwan_power == state)
3900 sony_pic_call2(0xB0, state);
3902 spic_dev.wwan_power = state;
3933 /* bluetooth subsystem power state */
3934 static void __sony_pic_set_bluetoothpower(u8 state)
3936 state = !!state;
3937 if (spic_dev.bluetooth_power == state)
3939 sony_pic_call2(0x96, state);
3941 spic_dev.bluetooth_power = state;