Home
last modified time | relevance | path

Searched refs:operating (Results 1 - 25 of 29) sorted by relevance

12

/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
246 | discovers that the trap condition is true and it should branch to the operating
H A Diskeleton.S60 | _isp_unimp() branches to here so that the operating system
183 | Entry point for the operating system`s routine to "lock" a page
252 | Entry point for the operating system`s routine to "unlock" a
H A Dos.S62 | given operating system should be substituted.
367 | is encountered. The routine below should point to the operating system
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
90 | is present. The routine below should point to the operating system handler
108 | is present. The routine below should point to the operating system handler
127 | is present. The routine below should point to the operating system handler
146 | is present. The routine below should point to the operating system handler
165 | is present. The routine below should point to the operating system handler
184 | is present. The routine below should point to the operating system handler
246 | discovers that the trap condition is true and it should branch to the operating
H A Diskeleton.S60 | _isp_unimp() branches to here so that the operating system
183 | Entry point for the operating system`s routine to "lock" a page
252 | Entry point for the operating system`s routine to "unlock" a
H A Dos.S62 | given operating system should be substituted.
367 | is encountered. The routine below should point to the operating system
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c81 bool pending, operating; in lan966x_taprio_list_shutdown() local
93 operating = false; in lan966x_taprio_list_shutdown()
105 operating = true; in lan966x_taprio_list_shutdown()
116 /* If the list was in operating and now is in terminating or in lan966x_taprio_list_shutdown()
121 if (operating && in lan966x_taprio_list_shutdown()
136 /* If the list was in operating mode, it could be stopped while some in lan966x_taprio_list_shutdown()
139 if (operating) { in lan966x_taprio_list_shutdown()
184 /* If there is already an entry in operating mode, return this list in in lan966x_taprio_find_list()
186 * operating list will be stopped. In this way is possible to have in lan966x_taprio_find_list()
/kernel/linux/linux-5.10/arch/arm/mach-pxa/
H A Dsleep.S66 @ with core operating above 91 MHz
103 @ about suspending with PXBus operating above 133MHz
/kernel/linux/linux-6.6/arch/arm/mach-pxa/
H A Dsleep.S67 @ with core operating above 91 MHz
104 @ about suspending with PXBus operating above 133MHz
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h589 /* We can only have one operating interface (802.11 core)
600 /* Is the card operating in AP, STA or IBSS mode? */
601 bool operating; member
792 /* Is the device operating in a specified mode (IEEE80211_IF_TYPE_XXX). */
796 return (wl->operating && in b43legacy_is_mode()
H A Dmain.c2645 /* Whoops, failed to init the new core. No core is operating now. */ in b43legacy_switch_phymode()
3393 if (wl->operating) in b43legacy_op_add_interface()
3399 wl->operating = true; in b43legacy_op_add_interface()
3429 B43legacy_WARN_ON(!wl->operating); in b43legacy_op_remove_interface()
3433 wl->operating = false; in b43legacy_op_remove_interface()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Db43legacy.h589 /* We can only have one operating interface (802.11 core)
600 /* Is the card operating in AP, STA or IBSS mode? */
601 bool operating; member
792 /* Is the device operating in a specified mode (IEEE80211_IF_TYPE_XXX). */
796 return (wl->operating && in b43legacy_is_mode()
H A Dmain.c2646 /* Whoops, failed to init the new core. No core is operating now. */ in b43legacy_switch_phymode()
3393 if (wl->operating) in b43legacy_op_add_interface()
3399 wl->operating = true; in b43legacy_op_add_interface()
3429 B43legacy_WARN_ON(!wl->operating); in b43legacy_op_remove_interface()
3433 wl->operating = false; in b43legacy_op_remove_interface()
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorchipset.c762 state.operating == segment_state_running.operating) in visorbus_device_changestate()
767 state.operating == segment_state_standby.operating) in visorbus_device_changestate()
H A Dcontrolvmchannel.h47 * @operating: Resource is configured and operating.
61 u16 operating:1; member
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Db43.h914 /* We can only have one operating interface (802.11 core)
919 /* The MAC address of the operating interface. */
925 /* Is the card operating in AP, STA or IBSS mode? */
926 bool operating; member
988 /* Is the device operating in a specified mode (NL80211_IFTYPE_XXX). */
991 return (wl->operating && wl->if_type == type); in b43_is_mode()
H A Dmain.c4974 if (wl->operating) in b43_op_add_interface()
4980 wl->operating = true; in b43_op_add_interface()
5010 B43_WARN_ON(!wl->operating); in b43_op_remove_interface()
5014 wl->operating = false; in b43_op_remove_interface()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Db43.h914 /* We can only have one operating interface (802.11 core)
919 /* The MAC address of the operating interface. */
925 /* Is the card operating in AP, STA or IBSS mode? */
926 bool operating; member
988 /* Is the device operating in a specified mode (NL80211_IFTYPE_XXX). */
991 return (wl->operating && wl->if_type == type); in b43_is_mode()
H A Dmain.c4976 if (wl->operating) in b43_op_add_interface()
4982 wl->operating = true; in b43_op_add_interface()
5012 B43_WARN_ON(!wl->operating); in b43_op_remove_interface()
5016 wl->operating = false; in b43_op_remove_interface()
/kernel/linux/linux-5.10/drivers/cpufreq/
H A DKconfig.x86281 does not have any safeguards to prevent operating the CPU out of spec
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86320 does not have any safeguards to prevent operating the CPU out of spec
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S582 # FP Overflow exception in an operating system. #
623 # _real_ovfl() so that the operating system enabled overflow handler #
822 # FP Underflow exception in an operating system. #
863 # _real_unfl() so that the operating system enabled overflow handler #
1097 # FP Unimplemented Data Type exception in an operating system. #
1109 # _real_inex() - "callout" to operating system inexact handler #
2367 # FP Unimplemented Effective Address exception in an operating #
3068 # FP Operand Error exception in an operating system. #
3073 # _real_operr() - "callout" to operating system operr handler #
3257 # FP Signalling NAN exception in an operating syste
[all...]
H A Dilsp.S91 # divide instruction. This way, the operating system can record that #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S582 # FP Overflow exception in an operating system. #
623 # _real_ovfl() so that the operating system enabled overflow handler #
822 # FP Underflow exception in an operating system. #
863 # _real_unfl() so that the operating system enabled overflow handler #
1097 # FP Unimplemented Data Type exception in an operating system. #
1109 # _real_inex() - "callout" to operating system inexact handler #
2367 # FP Unimplemented Effective Address exception in an operating #
3068 # FP Operand Error exception in an operating system. #
3073 # _real_operr() - "callout" to operating system operr handler #
3257 # FP Signalling NAN exception in an operating syste
[all...]
H A Dilsp.S91 # divide instruction. This way, the operating system can record that #

Completed in 54 milliseconds

12