Home
last modified time | relevance | path

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

/linux/drivers/leds/
A 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()
106 &led_cdev->work_flags); in led_timer_function()
110 &led_cdev->work_flags); in led_timer_function()
168 set_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_set_software_blink()
203 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_blink_set()
220 set_bit(LED_BLINK_ONESHOT, &led_cdev->work_flags); in led_blink_set_oneshot()
237 clear_bit(LED_BLINK_SW, &led_cdev->work_flags); in led_stop_software_blink()
[all …]
A Dled-class.c397 led_cdev->work_flags = 0; in led_classdev_register_ext()
/linux/kernel/
A Dirq_work.c83 int work_flags; in __irq_work_queue_local() local
85 work_flags = atomic_read(&work->node.a_flags); in __irq_work_queue_local()
86 if (work_flags & IRQ_WORK_LAZY) in __irq_work_queue_local()
89 !(work_flags & IRQ_WORK_HARD_IRQ)) in __irq_work_queue_local()
A Dworkqueue.c1427 unsigned int work_flags; in __queue_work() local
1506 work_flags = work_color_to_flags(pwq->work_color); in __queue_work()
1515 work_flags |= WORK_STRUCT_INACTIVE; in __queue_work()
1520 insert_work(pwq, work, worklist, work_flags); in __queue_work()
2684 unsigned int work_flags = 0; in insert_wq_barrier() local
2702 work_flags |= WORK_STRUCT_INACTIVE; in insert_wq_barrier()
2716 work_flags |= *bits & WORK_STRUCT_LINKED; in insert_wq_barrier()
2722 work_flags |= work_color_to_flags(work_color); in insert_wq_barrier()
2725 insert_work(pwq, &barr->work, head, work_flags); in insert_wq_barrier()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dcmdevt.c571 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_send_cmd()
577 if (test_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags) && in mwifiex_send_cmd()
806 &adapter->work_flags); in mwifiex_exec_next_cmd()
850 clear_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags); in mwifiex_process_cmdresp()
950 set_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags); in mwifiex_cmd_timeout_func()
977 &adapter->work_flags)); in mwifiex_cmd_timeout_func()
1157 &priv->adapter->work_flags)) { in mwifiex_hs_activated_event()
1208 set_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags); in mwifiex_ret_802_11_hs_cfg()
1212 clear_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags); in mwifiex_ret_802_11_hs_cfg()
1241 clear_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags); in mwifiex_process_hs_config()
[all …]
A Dmain.c413 &adapter->work_flags); in mwifiex_main_process()
436 &adapter->work_flags); in mwifiex_main_process()
458 &adapter->work_flags); in mwifiex_main_process()
674 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in _mwifiex_fw_dpc()
1429 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_uninit_sw()
1529 clear_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_reinit_sw()
1531 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_reinit_sw()
1533 clear_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags); in mwifiex_reinit_sw()
1588 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_reinit_sw()
1687 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_add_card()
[all …]
A Dusb.c185 test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) { in mwifiex_usb_rx_complete()
222 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_usb_rx_complete()
225 set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_usb_rx_complete()
301 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_usb_submit_rx_urb()
562 if (unlikely(test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags))) in mwifiex_usb_suspend()
570 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_usb_suspend()
581 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_usb_suspend()
582 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_usb_suspend()
635 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_usb_resume()
1189 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_usb_host_to_card()
[all …]
A Dsdio.c611 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_sdio_resume()
617 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_sdio_resume()
690 if (test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_write_data_sync()
883 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_sdio_suspend()
893 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_sdio_suspend()
894 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_sdio_suspend()
906 &card->work_flags)) in mwifiex_sdio_coredump()
2638 clear_bit(MWIFIEX_IFACE_WORK_CARD_RESET, &card->work_flags); in mwifiex_sdio_card_reset_work()
2972 &card->work_flags)) in mwifiex_sdio_work()
2975 &card->work_flags)) in mwifiex_sdio_work()
[all …]
A Dpcie.c322 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_pcie_suspend()
330 set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_pcie_suspend()
331 clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_pcie_suspend()
357 if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) { in mwifiex_pcie_resume()
363 clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags); in mwifiex_pcie_resume()
481 &card->work_flags)) in mwifiex_pcie_coredump()
530 clear_bit(MWIFIEX_IFACE_WORK_DEVICE_DUMP, &card->work_flags); in mwifiex_pcie_reset_prepare()
531 clear_bit(MWIFIEX_IFACE_WORK_CARD_RESET, &card->work_flags); in mwifiex_pcie_reset_prepare()
3008 &card->work_flags)) in mwifiex_pcie_work()
3011 &card->work_flags)) in mwifiex_pcie_work()
[all …]
A Dsta_tx.c146 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) in mwifiex_send_null_packet()
A Dpcie.h244 unsigned long work_flags; member
A Dinit.c235 clear_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags); in mwifiex_init_adapter()
272 clear_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags); in mwifiex_init_adapter()
A Dutil.c201 &adapter->work_flags); in mwifiex_get_debug_info()
204 &adapter->work_flags); in mwifiex_get_debug_info()
A Dsta_ioctl.c433 &adapter->work_flags)) in mwifiex_set_hs_params()
549 set_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags); in mwifiex_enable_hs()
616 &adapter->work_flags); in mwifiex_get_bss_info()
A Dsdio.h272 unsigned long work_flags; member
A Ddebugfs.c814 clear_bit(MWIFIEX_IS_HS_ENABLING, &priv->adapter->work_flags); in mwifiex_hscfg_write()
A Dsta_event.c228 if (test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags) && in mwifiex_reset_connect_state()
A Dscan.c1518 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags) || in mwifiex_scan_networks()
1519 test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) { in mwifiex_scan_networks()
A Dwmm.c615 !test_bit(MWIFIEX_SURPRISE_REMOVED, &priv->adapter->work_flags)) in mwifiex_clean_txrx()
A Dmain.h884 unsigned long work_flags; member
A Dcfg80211.c2433 if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags) || in mwifiex_cfg80211_connect()
2434 test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) { in mwifiex_cfg80211_connect()
/linux/drivers/leds/trigger/
A 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()
A 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/include/linux/
A Dleds.h90 unsigned long work_flags; member
/linux/fs/
A Dio-wq.c910 unsigned work_flags = work->flags; in io_wqe_enqueue() local
933 if (do_create && ((work_flags & IO_WQ_WORK_CONCURRENT) || in io_wqe_enqueue()

Completed in 87 milliseconds