Home
last modified time | relevance | path

Searched refs:work_flags (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.6.21/drivers/leds/
Dled-core.c68 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function()
73 &led_cdev->work_flags)) { in led_timer_function()
74 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_timer_function()
82 &led_cdev->work_flags)) in led_timer_function()
102 if (test_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags)) { in led_timer_function()
103 if (test_bit(LED_BLINK_INVERT, &led_cdev->work_flags)) { in led_timer_function()
106 &led_cdev->work_flags); in led_timer_function()
110 &led_cdev->work_flags); in led_timer_function()
138 if (test_and_clear_bit(LED_BLINK_DISABLE, &led_cdev->work_flags)) { in set_brightness_delayed()
140 set_bit(LED_SET_BRIGHTNESS_OFF, &led_cdev->work_flags); in set_brightness_delayed()
[all …]
Dled-class.c535 led_cdev->work_flags = 0; in led_classdev_register_ext()
/linux-6.6.21/kernel/
Dirq_work.c93 int work_flags; in __irq_work_queue_local() local
95 work_flags = atomic_read(&work->node.a_flags); in __irq_work_queue_local()
96 if (work_flags & IRQ_WORK_LAZY) in __irq_work_queue_local()
99 !(work_flags & IRQ_WORK_HARD_IRQ)) in __irq_work_queue_local()
Dworkqueue.c1704 unsigned int work_flags; in __queue_work() local
1788 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()
1796 insert_work(pwq, work, &pool->worklist, work_flags); in __queue_work()
1799 work_flags |= WORK_STRUCT_INACTIVE; in __queue_work()
1800 insert_work(pwq, work, &pwq->inactive_works, work_flags); in __queue_work()
3007 unsigned int work_flags = 0; in insert_wq_barrier() local
3025 work_flags |= WORK_STRUCT_INACTIVE; in insert_wq_barrier()
3039 work_flags |= *bits & WORK_STRUCT_LINKED; in insert_wq_barrier()
3045 work_flags |= work_color_to_flags(work_color); in insert_wq_barrier()
3047 insert_work(pwq, &barr->work, head, work_flags); in insert_wq_barrier()
/linux-6.6.21/drivers/leds/trigger/
Dledtrig-heartbeat.c48 if (test_and_clear_bit(LED_BLINK_BRIGHTNESS_CHANGE, &led_cdev->work_flags)) in led_heartbeat_function()
144 set_bit(LED_BLINK_SW, &led_cdev->work_flags); in heartbeat_trig_activate()
156 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in heartbeat_trig_deactivate()
Dledtrig-activity.c48 if (test_and_clear_bit(LED_BLINK_BRIGHTNESS_CHANGE, &led_cdev->work_flags)) in led_activity_function()
202 set_bit(LED_BLINK_SW, &led_cdev->work_flags); in activity_activate()
213 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in activity_deactivate()
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dmain.c222 if (test_and_set_bit(MWIFIEX_IS_REQUESTING_FW_VEREXT, &adapter->work_flags)) in maybe_quirk_fw_disable_ds()
419 &adapter->work_flags); in mwifiex_main_process()
442 &adapter->work_flags); in mwifiex_main_process()
464 &adapter->work_flags); in mwifiex_main_process()
680 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in _mwifiex_fw_dpc()
897 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &priv->adapter->work_flags)) { in mwifiex_hard_start_xmit()
1397 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) in mwifiex_rx_work_queue()
1413 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) in mwifiex_main_work_queue()
1430 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_uninit_sw()
1530 clear_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_reinit_sw()
[all …]
Dcmdevt.c367 (test_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags) && in mwifiex_dnld_sleep_confirm_cmd()
559 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_send_cmd()
565 if (test_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags) && in mwifiex_send_cmd()
572 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) { in mwifiex_send_cmd()
578 if (test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) { in mwifiex_send_cmd()
794 &adapter->work_flags); in mwifiex_exec_next_cmd()
838 clear_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags); in mwifiex_process_cmdresp()
938 set_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags); in mwifiex_cmd_timeout_func()
965 &adapter->work_flags)); in mwifiex_cmd_timeout_func()
1145 &priv->adapter->work_flags)) { in mwifiex_hs_activated_event()
[all …]
Dusb.c174 test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) { in mwifiex_usb_rx_complete()
211 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_usb_rx_complete()
214 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_usb_rx_complete()
290 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_usb_submit_rx_urb()
551 if (unlikely(test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags))) in mwifiex_usb_suspend()
559 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_usb_suspend()
570 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_usb_suspend()
571 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_usb_suspend()
615 if (unlikely(!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags))) { in mwifiex_usb_resume()
624 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_usb_resume()
[all …]
Dsdio.c637 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_sdio_resume()
643 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_sdio_resume()
716 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_write_data_sync()
917 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_sdio_suspend()
927 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_sdio_suspend()
928 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_sdio_suspend()
940 &card->work_flags)) in mwifiex_sdio_coredump()
2686 clear_bit(MWIFIEX_IFACE_WORK_DEVICE_DUMP, &card->work_flags); in mwifiex_sdio_card_reset_work()
2687 clear_bit(MWIFIEX_IFACE_WORK_CARD_RESET, &card->work_flags); in mwifiex_sdio_card_reset_work()
3021 &card->work_flags)) in mwifiex_sdio_work()
[all …]
Dpcie.c312 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_pcie_suspend()
320 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_pcie_suspend()
321 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_pcie_suspend()
347 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_pcie_resume()
353 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_pcie_resume()
471 &card->work_flags)) in mwifiex_pcie_coredump()
520 clear_bit(MWIFIEX_IFACE_WORK_DEVICE_DUMP, &card->work_flags); in mwifiex_pcie_reset_prepare()
521 clear_bit(MWIFIEX_IFACE_WORK_CARD_RESET, &card->work_flags); in mwifiex_pcie_reset_prepare()
2622 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) in mwifiex_pcie_interrupt()
3005 &card->work_flags)) in mwifiex_pcie_work()
[all …]
Dsta_tx.c123 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) in mwifiex_send_null_packet()
Dpcie.h232 unsigned long work_flags; member
Dinit.c224 clear_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_init_adapter()
261 clear_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags); in mwifiex_init_adapter()
Dutil.c189 &adapter->work_flags); in mwifiex_get_debug_info()
192 &adapter->work_flags); in mwifiex_get_debug_info()
Dsta_ioctl.c421 &adapter->work_flags)) in mwifiex_set_hs_params()
537 set_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_enable_hs()
604 &adapter->work_flags); in mwifiex_get_bss_info()
Dsdio.h267 unsigned long work_flags; member
Ddebugfs.c813 clear_bit(MWIFIEX_IS_HS_ENABLING, &priv->adapter->work_flags); in mwifiex_hscfg_write()
Dsta_event.c216 if (test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags) && in mwifiex_reset_connect_state()
Dscan.c1501 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags) || in mwifiex_scan_networks()
1502 test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) { in mwifiex_scan_networks()
Dsta_cmdresp.c699 if (test_and_clear_bit(MWIFIEX_IS_REQUESTING_FW_VEREXT, &priv->adapter->work_flags)) { in mwifiex_ret_ver_ext()
Dwmm.c603 !test_bit(MWIFIEX_SURPRISE_REMOVED, &priv->adapter->work_flags)) in mwifiex_clean_txrx()
Dmain.h865 unsigned long work_flags; member
/linux-6.6.21/include/linux/
Dleds.h120 unsigned long work_flags; member
/linux-6.6.21/io_uring/
Dio-wq.c928 unsigned work_flags = work->flags; in io_wq_enqueue() local
950 if (do_create && ((work_flags & IO_WQ_WORK_CONCURRENT) || in io_wq_enqueue()

12