| /Linux-v5.15/drivers/leds/ | 
| D | led-core.c | 68 		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() 123 	if (test_and_clear_bit(LED_BLINK_DISABLE, &led_cdev->work_flags)) {  in set_brightness_delayed() 168 	set_bit(LED_BLINK_SW, &led_cdev->work_flags);  in led_set_software_blink() [all …] 
 | 
| D | led-class.c | 397 	led_cdev->work_flags = 0;  in led_classdev_register_ext()
  | 
| /Linux-v5.15/drivers/leds/trigger/ | 
| D | ledtrig-heartbeat.c | 48 	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()
  | 
| D | ledtrig-activity.c | 48 	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-v5.15/drivers/net/wireless/marvell/mwifiex/ | 
| D | cmdevt.c | 379 	    (test_bit(MWIFIEX_IS_HS_CONFIGURED, &adapter->work_flags) &&  in mwifiex_dnld_sleep_confirm_cmd() 571 	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() 584 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags)) {  in mwifiex_send_cmd() 590 	if (test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) {  in mwifiex_send_cmd() 792 				  &adapter->work_flags);  in mwifiex_exec_next_cmd() 836 	clear_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags);  in mwifiex_process_cmdresp() 936 	set_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags);  in mwifiex_cmd_timeout_func() 963 				     &adapter->work_flags));  in mwifiex_cmd_timeout_func() 1143 			     &priv->adapter->work_flags)) {  in mwifiex_hs_activated_event() [all …] 
 | 
| D | main.c | 407 					  &adapter->work_flags);  in mwifiex_main_process() 424 					  &adapter->work_flags);  in mwifiex_main_process() 440 					  &adapter->work_flags);  in mwifiex_main_process() 658 	set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags);  in _mwifiex_fw_dpc() 880 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &priv->adapter->work_flags)) {  in mwifiex_hard_start_xmit() 1380 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags))  in mwifiex_rx_work_queue() 1396 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags))  in mwifiex_main_work_queue() 1413 	set_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags);  in mwifiex_uninit_sw() 1513 	clear_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags);  in mwifiex_reinit_sw() 1515 	clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags);  in mwifiex_reinit_sw() [all …] 
 | 
| D | usb.c | 185 		    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() 546 	if (unlikely(test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)))  in mwifiex_usb_suspend() 554 		clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags);  in mwifiex_usb_suspend() 565 	set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags);  in mwifiex_usb_suspend() 566 	clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags);  in mwifiex_usb_suspend() 610 	if (unlikely(!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags))) {  in mwifiex_usb_resume() 619 	clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags);  in mwifiex_usb_resume() [all …] 
 | 
| D | sdio.c | 611 	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() 2637 	clear_bit(MWIFIEX_IFACE_WORK_DEVICE_DUMP, &card->work_flags);  in mwifiex_sdio_card_reset_work() 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() [all …] 
 | 
| D | pcie.c | 321 		clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags);  in mwifiex_pcie_suspend() 329 	set_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags);  in mwifiex_pcie_suspend() 330 	clear_bit(MWIFIEX_IS_HS_ENABLING, &adapter->work_flags);  in mwifiex_pcie_suspend() 356 	if (!test_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags)) {  in mwifiex_pcie_resume() 362 	clear_bit(MWIFIEX_IS_SUSPENDED, &adapter->work_flags);  in mwifiex_pcie_resume() 480 			      &card->work_flags))  in mwifiex_pcie_coredump() 529 	clear_bit(MWIFIEX_IFACE_WORK_DEVICE_DUMP, &card->work_flags);  in mwifiex_pcie_reset_prepare() 530 	clear_bit(MWIFIEX_IFACE_WORK_CARD_RESET, &card->work_flags);  in mwifiex_pcie_reset_prepare() 2599 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags))  in mwifiex_pcie_interrupt() 2982 			       &card->work_flags))  in mwifiex_pcie_work() [all …] 
 | 
| D | sta_tx.c | 146 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags))  in mwifiex_send_null_packet()
  | 
| D | pcie.h | 244 	unsigned long work_flags;  member
  | 
| D | init.c | 235 	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()
  | 
| D | util.c | 201 						  &adapter->work_flags);  in mwifiex_get_debug_info() 204 						 &adapter->work_flags);  in mwifiex_get_debug_info()
  | 
| D | sta_ioctl.c | 433 					      &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()
  | 
| D | sdio.h | 272 	unsigned long work_flags;  member
  | 
| D | debugfs.c | 814 	clear_bit(MWIFIEX_IS_HS_ENABLING, &priv->adapter->work_flags);  in mwifiex_hscfg_write()
  | 
| D | sta_event.c | 228 	if (test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags) &&  in mwifiex_reset_connect_state()
  | 
| D | scan.c | 1518 	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()
  | 
| D | wmm.c | 615 	    !test_bit(MWIFIEX_SURPRISE_REMOVED, &priv->adapter->work_flags))  in mwifiex_clean_txrx()
  | 
| D | main.h | 884 	unsigned long work_flags;  member
  | 
| D | cfg80211.c | 2370 	if (test_bit(MWIFIEX_SURPRISE_REMOVED, &adapter->work_flags) ||  in mwifiex_cfg80211_connect() 2371 	    test_bit(MWIFIEX_IS_CMD_TIMEDOUT, &adapter->work_flags)) {  in mwifiex_cfg80211_connect()
  | 
| /Linux-v5.15/include/linux/ | 
| D | leds.h | 90 	unsigned long		work_flags;  member
  | 
| /Linux-v5.15/kernel/ | 
| D | workqueue.c | 1426 	unsigned int work_flags;  in __queue_work()  local 1505 	work_flags = work_color_to_flags(pwq->work_color);  in __queue_work() 1514 		work_flags |= WORK_STRUCT_INACTIVE;  in __queue_work() 1519 	insert_work(pwq, work, worklist, work_flags);  in __queue_work() 2683 	unsigned int work_flags = 0;  in insert_wq_barrier()  local 2701 	work_flags |= WORK_STRUCT_INACTIVE;  in insert_wq_barrier() 2715 		work_flags |= *bits & WORK_STRUCT_LINKED;  in insert_wq_barrier() 2721 	work_flags |= work_color_to_flags(work_color);  in insert_wq_barrier() 2724 	insert_work(pwq, &barr->work, head, work_flags);  in insert_wq_barrier()
  | 
| /Linux-v5.15/fs/ | 
| D | io-wq.c | 839 	unsigned work_flags = work->flags;  in io_wqe_enqueue()  local 862 	if (do_create && ((work_flags & IO_WQ_WORK_CONCURRENT) ||  in io_wqe_enqueue()
  |