Searched refs:turn_on (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsyscalls.h13 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on);
/linux-master/arch/x86/kernel/
H A Dioport.c65 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) argument
73 if (turn_on && (!capable(CAP_SYS_RAWIO) ||
85 if (!turn_on)
121 if (turn_on)
152 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on)
154 return ksys_ioperm(from, num, turn_on);
202 long ksys_ioperm(unsigned long from, unsigned long num, int turn_on) argument
206 SYSCALL_DEFINE3(ioperm, unsigned long, from, unsigned long, num, int, turn_on)
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dleds.c51 bool turn_on; local
62 turn_on = atomic_read(&led->state) != LED_OFF;
64 turn_on = false;
65 if (turn_on == led->hw_state)
67 led->hw_state = turn_on;
69 if (turn_on)
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.c28 sizeof(pcmd->body.turn_on.req));
31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON);
36 sizeof(pcmd->body.turn_on.req) +
39 sizeof(prsp->body.turn_on.rsp) +
H A Das10x_cmd.h438 union as10x_turn_on turn_on; member in union:as10x_cmd_t::__anon184
/linux-master/drivers/ssb/
H A Dssb_private.h20 int turn_on);
40 int turn_on)
39 ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) argument
H A Dpci.c84 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) argument
105 if (turn_on) {
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c447 bool modeset, turn_on, turn_off; local
454 turn_on = new_visible && (!old_visible || modeset);
457 if (turn_on || turn_off)
490 bool turn_off, turn_on, visible, was_visible; local
524 turn_on = visible && (!was_visible || mode_changed);
531 turn_off, turn_on, mode_changed);
533 if (turn_on) {
590 (turn_on || (!intel_plane_is_scaled(old_plane_state) &&
/linux-master/drivers/staging/greybus/
H A Dvibrator.c42 static int turn_on(struct gb_vibrator_device *vib, u16 timeout_ms) function
92 retval = turn_on(vib, (u16)val);
/linux-master/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8192e2ant.c1195 bool force_exec, bool turn_on, u8 type)
1202 (turn_on ? "ON" : "OFF"), type);
1203 coex_dm->cur_ps_tdma_on = turn_on;
1218 if (turn_on) {
1194 btc8192e2ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec, bool turn_on, u8 type) argument
H A Dhalbtc8723b2ant.c1208 bool turn_on, u8 type)
1226 (turn_on ? "ON" : "OFF"), type);
1227 coex_dm->cur_ps_tdma_on = turn_on;
1231 BTC_RSSI_HIGH(bt_rssi_state)) && turn_on) {
1286 if (turn_on) {
1207 btc8723b2ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec, bool turn_on, u8 type) argument
H A Dhalbtc8821a2ant.c1122 bool force_exec, bool turn_on, u8 type)
1135 turn_on) {
1142 (force_exec ? "force to" : ""), (turn_on ? "ON" : "OFF"),
1144 coex_dm->cur_ps_tdma_on = turn_on;
1159 if (turn_on) {
1121 btc8821a2ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec, bool turn_on, u8 type) argument
H A Dhalbtc8821a1ant.c1003 bool force_exec, bool turn_on, u8 type)
1008 coex_dm->cur_ps_tdma_on = turn_on;
1025 if (turn_on) {
1002 btc8821a1ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec, bool turn_on, u8 type) argument
H A Dhalbtc8723b1ant.c1029 bool force_exec, bool turn_on, u8 type)
1040 coex_dm->cur_ps_tdma_on = turn_on;
1135 if (turn_on) {
1028 halbtc8723b1ant_ps_tdma(struct btc_coexist *btcoexist, bool force_exec, bool turn_on, u8 type) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1201 bool turn_on; local
1211 turn_on = (type == 0 || type == 100) ? false : true;
1213 if (!force && turn_on == coex_dm->cur_ps_tdma_on &&
1232 coex_dm->cur_ps_tdma_on = turn_on;
1256 turn_on ? "on" : "off", type);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b_rfk.c1774 bool turn_on)
1777 rtw89_phy_write32_mask(rtwdev, R_P0_AGC_CTL, B_P0_AGC_EN, turn_on);
1779 rtw89_phy_write32_mask(rtwdev, R_P1_AGC_CTL, B_P1_AGC_EN, turn_on);
1782 turn_on ? "turn_on" : "turn_off");
1856 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) argument
1858 if (turn_on) {
1773 _dpk_rxagc_onoff(struct rtw89_dev *rtwdev, enum rtw89_rf_path path, bool turn_on) argument
H A Drtw8852c_rfk.c2524 static void _dpk_kip_pwr_clk_onoff(struct rtw89_dev *rtwdev, bool turn_on) argument
2526 rtw89_rfk_parser(rtwdev, turn_on ? &rtw8852c_dpk_kip_pwr_clk_on_defs_tbl :

Completed in 495 milliseconds