| /linux/drivers/net/wireless/intersil/p54/ |
| H A D | led.c | 75 if ((brightness) && (led->registered)) { in p54_led_brightness_set() 88 if (led->registered) in p54_register_led() 104 led->registered = 1; in p54_register_led() 150 if (priv->leds[i].registered) { in p54_unregister_leds() 151 priv->leds[i].registered = false; in p54_unregister_leds()
|
| /linux/drivers/net/wireless/ath/carl9170/ |
| H A D | led.c | 78 if (ar->leds[i].registered) { in carl9170_led_update() 112 if (!arl->registered) in carl9170_led_set_brightness() 144 ar->leds[i].registered = true; in carl9170_led_register_led() 155 if (ar->leds[i].registered) { in carl9170_led_unregister() 157 ar->leds[i].registered = false; in carl9170_led_unregister()
|
| /linux/Documentation/block/ |
| H A D | pr.rst | 34 Only initiators with a registered key can write to the device, 38 Only initiators with a registered key can access the device. 42 Only initiators with a registered key can write to the device, 44 All initiators with a registered key are considered reservation 50 Only initiators with a registered key can access the device. 51 All initiators with a registered key are considered reservation 106 registered with the device and drops any existing reservation.
|
| /linux/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_kms.c | 109 if (!irq->registered) { in mdp_irq_register() 110 irq->registered = true; in mdp_irq_register() 128 if (irq->registered) { in mdp_irq_unregister() 129 irq->registered = false; in mdp_irq_unregister()
|
| /linux/include/linux/ |
| H A D | async.h | 20 unsigned registered:1; member 28 .registered = 1 } 36 .registered = 0 }
|
| /linux/drivers/platform/x86/intel/speed_select_if/ |
| H A D | isst_if_common.c | 192 if (cb->registered) in isst_resume_common() 263 info.mbox_supported = punit_callbacks[ISST_IF_DEV_MBOX].registered; in isst_if_get_platform_info() 264 info.mmio_supported = punit_callbacks[ISST_IF_DEV_MMIO].registered; in isst_if_get_platform_info() 603 if (cb->registered) in isst_if_def_ioctl() 608 if (cb->registered) in isst_if_def_ioctl() 647 if (cb->registered && !try_module_get(cb->owner)) { in isst_if_open() 659 if (cb->registered) in isst_if_open() 679 if (cb->registered) in isst_if_relase() 754 punit_callbacks[device_type].registered = 1; in isst_if_cdev_register() 774 punit_callbacks[device_type].registered = 0; in isst_if_cdev_unregister()
|
| /linux/drivers/usb/roles/ |
| H A D | class.c | 29 bool registered; member 82 if (!sw->registered) in usb_role_switch_set_role() 110 if (IS_ERR_OR_NULL(sw) || !sw->registered) in usb_role_switch_get_role() 390 sw->registered = true; in usb_role_switch_register() 394 sw->registered = false; in usb_role_switch_register() 421 sw->registered = false; in usb_role_switch_unregister()
|
| /linux/drivers/input/serio/ |
| H A D | ps2mult.c | 28 bool registered; member 105 port->registered = true; in ps2mult_serio_start() 117 port->registered = false; in ps2mult_serio_stop() 236 if (in_port->registered) in ps2mult_interrupt() 272 if (in_port->registered) in ps2mult_interrupt()
|
| /linux/Documentation/mm/ |
| H A D | free_page_reporting.rst | 17 page reporting devices are already registered. 19 Once registered the page reporting API will begin reporting batches of 21 the interface is registered and will continue to do so 2 seconds after any 35 registered it is possible for it to resume where the previous driver had
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_is_test_passed-no_tests_run_no_header.log | 33 io scheduler noop registered 34 io scheduler deadline registered 35 io scheduler cfq registered (default) 36 io scheduler mq-deadline registered 37 io scheduler kyber registered
|
| /linux/Documentation/firmware-guide/acpi/dsd/ |
| H A D | phy.rst | 7 The PHYs on an MDIO bus [phy] are probed and registered using 10 Later, for connecting these PHYs to their respective MACs, the PHYs registered 24 the PHY that is registered on an MDIO bus. This is mandatory for 28 using the _ADR object as shown below and are registered on the MDIO bus. 43 Later, during the MAC driver initialization, the registered PHY devices 45 references to the previously registered PHYs which are provided
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | porting.rst | 24 The generic objects must be registered with the driver model core. By 127 When devices are discovered or registered with the bus type, the 141 The order of this list is determined by the parent of registered 167 Once the generic device has been initialized, it can be registered 185 When the device is registered, a directory in sysfs is created. 309 is registered:: 331 registered with the bus at any time. When registration happens, 336 bus driver compares these IDs to the IDs of devices registered with it. 350 When a device is registered, the bus's list of drivers is iterated 353 When a driver is registered, the bus's list of devices is iterated [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | tee.rst | 16 probed via corresponding probe API registered by the client driver. This 17 process happens whenever a device or a client driver is registered with TEE 21 notifies user-space (udev) whenever a new device is registered on
|
| /linux/drivers/input/joystick/ |
| H A D | grip_mp.c | 42 int registered; member 395 if (port->registered) { in get_and_decode_packet() 399 port->registered = 0; in get_and_decode_packet() 422 if (!port->registered) { in get_and_decode_packet() 622 port->registered = 1; in register_slot() 675 if (grip->port[i]->registered) in grip_disconnect()
|
| /linux/Documentation/arch/s390/ |
| H A D | qeth.rst | 33 or a VLAN is registered or unregistered on the network served by the device. 38 notifications are started afresh, a new host or VLAN is registered or 47 MAC address of the host that is being registered
|
| /linux/drivers/crypto/caam/ |
| H A D | caamprng.c | 35 bool registered; member 205 if (caam_prng_alg.registered) in caam_prng_unregister() 235 caam_prng_alg.registered = true; in caam_prng_register()
|
| /linux/Documentation/power/regulator/ |
| H A D | machine.rst | 37 Constraints can now be registered by defining a struct regulator_init_data 58 Regulator-1 supplies power to Regulator-2. This relationship must be registered 75 Finally the regulator devices must be registered in the usual manner::
|
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-haltpoll.c | 61 if (!dev->registered) { in haltpoll_cpu_online() 78 if (dev->registered) { in haltpoll_cpu_offline()
|
| /linux/arch/m68k/amiga/ |
| H A D | config.c | 644 bool registered; in amiga_savekmsg_setup() local 662 registered = !!amiga_console_driver.write; in amiga_savekmsg_setup() 664 if (!registered) in amiga_savekmsg_setup() 747 bool registered; in amiga_debug_setup() local 753 registered = !!amiga_console_driver.write; in amiga_debug_setup() 755 if (!registered) in amiga_debug_setup()
|
| /linux/net/rfkill/ |
| H A D | core.c | 47 bool registered; member 124 if (!rfkill->registered) in rfkill_led_trigger_event() 295 if (!rfkill->registered) in rfkill_event() 566 if (rfkill->registered && prev != blocked) in rfkill_set_hw_state_reason() 601 if (!rfkill->registered) in rfkill_set_sw_state() 619 BUG_ON(rfkill->registered); in rfkill_init_sw_state() 651 if (!rfkill->registered) { in rfkill_set_states() 926 if (!rfkill->registered) in rfkill_resume() 1073 if (rfkill->registered) { in rfkill_register() 1092 rfkill->registered = true; in rfkill_register() [all …]
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | client.rst | 111 unbinds. Client devices registered with the controller as parent are 142 A driver instance can be registered via |ssam_device_driver_register| and 314 To receive events from the SAM EC, an event notifier must be registered for 321 Event notifiers are registered by providing (at minimum) a callback to call 329 other notifier registered for the same target category. 388 Multiple event notifiers can be registered for the same event. The event 390 registered and unregistered, by keeping track of how many notifiers for a 392 instance ID) are currently registered. This means that a specific event will 393 be enabled when the first notifier for it is being registered and disabled 395 flags are therefore only used on the first registered notifier, however, one [all …]
|
| /linux/arch/m68k/atari/ |
| H A D | debug.c | 290 bool registered; in atari_debug_setup() local 299 registered = !!atari_console_driver.write; in atari_debug_setup() 323 if (atari_console_driver.write && !registered) in atari_debug_setup()
|
| /linux/net/8021q/ |
| H A D | Kconfig | 28 automatic propagation of registered VLANs to switches. 38 automatic propagation of registered VLANs to switches; it
|
| /linux/drivers/rpmsg/ |
| H A D | mtk_rpmsg.c | 31 bool registered; member 234 if (info->registered) in mtk_register_device_work_function() 245 info->registered = true; in mtk_register_device_work_function() 358 if (!info->registered) in mtk_rpmsg_stop()
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | cdev.rst | 35 registered via the ``SSAM_CDEV_NOTIF_REGISTER`` IOCTL. Notifiers are, in 152 notifier for a specific target category has been registered, all events of that 157 Only one notifier can be registered per target category and client instance. If 158 a notifier has already been registered, this IOCTL will fail with ``-EEXIST``. 170 registered for this client instance and the given category, this IOCTL will 197 events from being received is unregistering all previously registered
|