Home
last modified time | relevance | path

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

12345678910>>...85

/linux-6.3-rc2/drivers/net/wireless/ath/
A Dkey.c391 if (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot_tkip()
392 test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot_tkip()
416 if (!test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
422 (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot()
427 (test_bit(i , common->keymap) || in ath_reserve_key_cache_slot()
432 (test_bit(i, common->keymap) || in ath_reserve_key_cache_slot()
439 if (!test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
440 test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot()
442 if (test_bit(i, common->keymap) && in ath_reserve_key_cache_slot()
443 !test_bit(i + 64, common->keymap)) in ath_reserve_key_cache_slot()
[all …]
/linux-6.3-rc2/drivers/bluetooth/
A Dhci_serdev.c49 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_dequeue()
88 } while (test_bit(HCI_UART_TX_WAKEUP, &hu->tx_state)); in hci_uart_write_work()
107 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_flush()
125 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) { in hci_uart_open()
145 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_close()
216 if (!test_bit(HCI_UART_VND_DETECT, &hu->hdev_flags)) in hci_uart_setup()
260 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_write_wakeup()
284 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_receive_buf()
362 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device()
404 if (test_bit(HCI_UART_REGISTERED, &hu->flags)) in hci_uart_unregister_device()
[all …]
/linux-6.3-rc2/kernel/cgroup/
A Dfreezer.c27 if (!test_bit(CGRP_FROZEN, &cgrp->flags) && in cgroup_propagate_frozen()
28 test_bit(CGRP_FREEZE, &cgrp->flags) && in cgroup_propagate_frozen()
38 if (test_bit(CGRP_FROZEN, &cgrp->flags)) { in cgroup_propagate_frozen()
63 frozen = test_bit(CGRP_FREEZE, &cgrp->flags) && in cgroup_update_frozen()
68 if (test_bit(CGRP_FROZEN, &cgrp->flags)) in cgroup_update_frozen()
74 if (!test_bit(CGRP_FROZEN, &cgrp->flags)) in cgroup_update_frozen()
137 if (always_leave || !test_bit(CGRP_FREEZE, &cgrp->flags)) { in cgroup_leave_frozen()
237 if (!test_bit(CGRP_FREEZE, &src->flags) && in cgroup_freezer_migrate_task()
238 !test_bit(CGRP_FREEZE, &dst->flags) && in cgroup_freezer_migrate_task()
257 cgroup_freeze_task(task, test_bit(CGRP_FREEZE, &dst->flags)); in cgroup_freezer_migrate_task()
[all …]
/linux-6.3-rc2/drivers/md/
A Ddm-raid.c693 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors()
2329 if (test_bit(Journal, &rdev->flags)) in super_init_validation()
2332 if (test_bit(FirstUse, &r->flags)) in super_init_validation()
2335 if (!test_bit(In_sync, &r->flags)) { in super_init_validation()
2340 if (test_bit(FirstUse, &r->flags)) in super_init_validation()
2385 if (test_bit(Journal, &rdev->flags) || in super_init_validation()
2512 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks()
3415 !test_bit(In_sync, &rdev->flags))) in __raid_dev_status()
3828 if (test_bit(Journal, &r->flags)) in attempt_restore_of_faulty_devices()
3831 if (test_bit(Faulty, &r->flags) && in attempt_restore_of_faulty_devices()
[all …]
A Draid5.c249 if (test_bit(STRIPE_HANDLE, &sh->state)) { in do_release_stripe()
599 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe()
3667 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe()
3822 && !test_bit(Faulty, &rdev->flags) in want_replace()
3992 if (!test_bit(R5_UPTODATE, in fetch_block()
4280 if (test_bit(STRIPE_PREREAD_ACTIVE, in handle_stripe_dirtying()
4305 test_bit(STRIPE_PREREAD_ACTIVE, in handle_stripe_dirtying()
4726 if (test_bit(R5_LOCKED, &dev->flags)) in analyse_stripe()
4797 test_bit(R5_Expanded, &dev->flags)) in analyse_stripe()
7513 if (test_bit(Journal, &rdev->flags)) in setup_conf()
[all …]
A Ddm-zoned.h156 #define dmz_is_cache(z) test_bit(DMZ_CACHE, &(z)->flags)
157 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags)
158 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags)
160 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags)
161 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags)
162 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags)
163 #define dmz_is_reserved(z) test_bit(DMZ_RESERVED, &(z)->flags)
166 test_bit(DMZ_RECLAIM_TERMINATE, &(z)->flags)
168 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags)
169 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags)
[all …]
A Draid1.c393 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request()
470 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request()
481 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
514 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request()
515 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request()
649 || test_bit(Faulty, &rdev->flags)) in read_balance()
651 if (!test_bit(In_sync, &rdev->flags) && in read_balance()
805 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list()
1666 if (test_bit(In_sync, &rdev->flags) && in raid1_error()
1711 !test_bit(Faulty, &rdev->flags), in print_conf()
[all …]
A Dmd.c950 if (test_bit(Faulty, &rdev->flags)) in md_super_write()
2874 if (test_bit(Faulty, &flags) || in state_show()
2878 if (test_bit(In_sync, &flags)) in state_show()
2880 if (test_bit(Journal, &flags)) in state_show()
2882 if (test_bit(WriteMostly, &flags)) in state_show()
2884 if (test_bit(Blocked, &flags) || in state_show()
2888 if (!test_bit(Faulty, &flags) && in state_show()
2889 !test_bit(Journal, &flags) && in state_show()
2890 !test_bit(In_sync, &flags)) in state_show()
2896 if (test_bit(Replacement, &flags)) in state_show()
[all …]
/linux-6.3-rc2/drivers/isdn/mISDN/
A Dlayer2.c308 if (test_bit(FLG_LAPD, &l2->flag) && in l2mgr()
374 if (test_bit(FLG_MOD128, &l2->flag)) in cansend()
396 if (test_bit(FLG_LAPD, &l2->flag)) { in sethdraddr()
403 if (test_bit(FLG_ORIG, &l2->flag)) in sethdraddr()
456 if (test_bit(FLG_MOD128, &l2->flag)) in IsRR()
507 if (test_bit(FLG_ORIG, &l2->flag)) in iframe_error()
531 if (test_bit(FLG_ORIG, &l2->flag)) in unnum_error()
544 if (test_bit(FLG_ORIG, &l2->flag)) in UI_error()
560 if (test_bit(FLG_ORIG, &l2->flag)) in FRMR_error()
691 if (test_bit(FLG_LAPB, &l2->flag)) in lapb_dl_release_l2l3()
[all …]
/linux-6.3-rc2/drivers/iio/imu/inv_mpu6050/
A Dinv_mpu_trigger.c25 test_bit(INV_MPU6050_SCAN_GYRO_X, in inv_scan_query_mpu6050()
27 test_bit(INV_MPU6050_SCAN_GYRO_Y, in inv_scan_query_mpu6050()
29 test_bit(INV_MPU6050_SCAN_GYRO_Z, in inv_scan_query_mpu6050()
33 test_bit(INV_MPU6050_SCAN_ACCL_X, in inv_scan_query_mpu6050()
35 test_bit(INV_MPU6050_SCAN_ACCL_Y, in inv_scan_query_mpu6050()
37 test_bit(INV_MPU6050_SCAN_ACCL_Z, in inv_scan_query_mpu6050()
41 test_bit(INV_MPU6050_SCAN_TEMP, indio_dev->active_scan_mask); in inv_scan_query_mpu6050()
66 test_bit(INV_MPU9X50_SCAN_MAGN_X, in inv_scan_query_mpu9x50()
68 test_bit(INV_MPU9X50_SCAN_MAGN_Y, in inv_scan_query_mpu9x50()
70 test_bit(INV_MPU9X50_SCAN_MAGN_Z, in inv_scan_query_mpu9x50()
/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-is-param.c183 if (test_bit(PARAM_GLOBAL_SHOTMODE, p_index)) in __is_hw_update_params()
190 if (test_bit(i, p_index)) in __is_hw_update_params()
195 if (test_bit(i, p_index)) in __is_hw_update_params()
200 if (test_bit(i, p_index)) in __is_hw_update_params()
241 if (test_bit(PARAM_ISP_OTF_INPUT, in __is_set_frame_size()
399 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in __is_set_isp_adjust()
734 if (!test_bit(PARAM_ISP_FLASH, p_index)) in fimc_is_set_initial_params()
738 if (!test_bit(PARAM_ISP_AWB, p_index)) in fimc_is_set_initial_params()
744 if (!test_bit(PARAM_ISP_ISO, p_index)) in fimc_is_set_initial_params()
747 if (!test_bit(PARAM_ISP_ADJUST, p_index)) { in fimc_is_set_initial_params()
[all …]
/linux-6.3-rc2/net/bridge/
A Dbr_fdb.c89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud()
91 else if (test_bit(BR_FDB_STATIC, &fdb->flags)) in fdb_to_nud()
123 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info()
127 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info()
129 if (test_bit(BR_FDB_LOCKED, &fdb->flags)) in fdb_fill_info()
150 if (test_bit(BR_FDB_NOTIFY, &fdb->flags)) { in fdb_fill_info()
326 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete()
428 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local()
539 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_cleanup()
749 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_context.h217 test_bit(CONTEXT_IS_PARKING, &ce->flags)); in intel_context_mark_active()
275 return test_bit(CONTEXT_BARRIER_BIT, &ce->flags); in intel_context_is_barrier()
288 return test_bit(CONTEXT_CLOSED_BIT, &ce->flags); in intel_context_is_closed()
293 return test_bit(COPS_HAS_INFLIGHT_BIT, &ce->ops->flags); in intel_context_has_inflight()
298 return test_bit(CONTEXT_USE_SEMAPHORES, &ce->flags); in intel_context_use_semaphores()
313 return test_bit(CONTEXT_BANNED, &ce->flags); in intel_context_is_banned()
325 return !test_bit(CONTEXT_EXITING, &ce->flags) && in intel_context_is_schedulable()
326 !test_bit(CONTEXT_BANNED, &ce->flags); in intel_context_is_schedulable()
331 return test_bit(CONTEXT_EXITING, &ce->flags); in intel_context_is_exiting()
344 return test_bit(CONTEXT_FORCE_SINGLE_SUBMISSION, &ce->flags); in intel_context_force_single_submission()
[all …]
/linux-6.3-rc2/drivers/infiniband/ulp/ipoib/
A Dipoib_multicast.c77 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in __ipoib_mcast_schedule_join_thread()
346 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_carrier_on_task()
365 test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags) ? in ipoib_mcast_join_complete()
473 !test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join()
562 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join_task()
584 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_join_task()
737 if (test_bit(IPOIB_MCAST_FLAG_BUSY, &mcast->flags)) in ipoib_mcast_remove_list()
756 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags) || in ipoib_mcast_send()
878 if (!test_bit(IPOIB_FLAG_OPER_UP, &priv->flags)) in ipoib_mcast_restart_task()
914 if (test_bit(IPOIB_FLAG_UMCAST, &priv->flags) && in ipoib_mcast_restart_task()
[all …]
/linux-6.3-rc2/drivers/scsi/esas2r/
A Desas2r_int.c321 test_bit(AF_FLASHING, &a->flags)) in esas2r_do_deferred_processes()
371 if (test_bit(AF_FLASHING, &a->flags)) in esas2r_do_deferred_processes()
532 if ((test_bit(AF_POWER_MGT, &a->flags)) && in esas2r_chip_rst_needed_during_tasklet()
546 if (!test_bit(AF_POWER_MGT, &a->flags)) { in esas2r_chip_rst_needed_during_tasklet()
570 !test_bit(AF_POWER_MGT, &a->flags)) in esas2r_handle_chip_rst_during_tasklet()
577 if (test_bit(AF_CHPRST_NEEDED, &a->flags)) in esas2r_handle_chip_rst_during_tasklet()
580 if (test_bit(AF_POWER_MGT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
582 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
593 if (test_bit(AF_FIRST_INIT, &a->flags)) { in esas2r_handle_chip_rst_during_tasklet()
633 if (test_bit(AF_FLASHING, &a->flags)) in esas2r_do_tasklet_tasks()
[all …]
A Desas2r_io.c53 test_bit(AF_POWER_DOWN, &a->flags))) { in esas2r_start_request()
74 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
95 !test_bit(AF_CHPRST_PENDING, &a->flags) && in esas2r_start_request()
96 !test_bit(AF_FLASHING, &a->flags) && in esas2r_start_request()
97 !test_bit(AF_DISC_PENDING, &a->flags))) in esas2r_start_request()
152 if (test_bit(AF_COMM_LIST_TOGGLE, &a->flags)) in esas2r_start_vda_request()
173 if (test_bit(AF_COMM_LIST_TOGGLE, &a->flags)) in esas2r_start_vda_request()
733 if (test_bit(AF_DISC_PENDING, &a->flags)) in esas2r_timer_tick()
736 if (test_bit(AF_HEARTBEAT, &a->flags)) { in esas2r_timer_tick()
811 if (test_bit(AF_FLASHING, &a->flags)) { in esas2r_send_task_mgmt()
[all …]
/linux-6.3-rc2/net/atm/
A Dsvc.c53 if (test_bit(ATM_VF_REGIS, &vcc->flags)) { in svc_disconnect()
124 if (!test_bit(ATM_VF_HASQOS, &vcc->flags)) { in svc_bind()
175 if (test_bit(ATM_VF_WAITING, &vcc->flags)) { in svc_connect()
191 if (!test_bit(ATM_VF_HASQOS, &vcc->flags)) { in svc_connect()
292 if (test_bit(ATM_VF_SESSION, &vcc->flags)) { in svc_listen()
296 if (test_bit(ATM_VF_LISTEN, &vcc->flags)) { in svc_listen()
347 if (test_bit(ATM_VF_RELEASED, &old_vcc->flags)) in svc_accept()
349 if (test_bit(ATM_VF_CLOSE, &old_vcc->flags)) { in svc_accept()
441 if (!test_bit(ATM_VF_WAITING, &vcc->flags) || in svc_change_qos()
591 if (!test_bit(ATM_VF_SESSION, &vcc->flags)) in svc_ioctl()
[all …]
/linux-6.3-rc2/fs/ocfs2/cluster/
A Dquorum.c100 lowest_reachable = test_bit(lowest_hb, qs->qs_conn_bm); in o2quo_make_decision()
106 if (!test_bit(o2nm_this_node(), qs->qs_hb_bm) || in o2quo_make_decision()
204 mlog_bug_on_msg(test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_up()
209 if (!test_bit(node, qs->qs_conn_bm)) in o2quo_hb_up()
229 mlog_bug_on_msg(!test_bit(node, qs->qs_hb_bm), "node %u\n", node); in o2quo_hb_down()
272 mlog_bug_on_msg(test_bit(node, qs->qs_conn_bm), "node %u\n", node); in o2quo_conn_up()
277 if (!test_bit(node, qs->qs_hb_bm)) in o2quo_conn_up()
295 if (test_bit(node, qs->qs_conn_bm)) { in o2quo_conn_err()
303 if (test_bit(node, qs->qs_hb_bm)) in o2quo_conn_err()
/linux-6.3-rc2/drivers/media/platform/qcom/venus/
A Dhfi.c275 if (test_bit(0, &inst->core->sys_error)) in hfi_session_deinit()
300 if (test_bit(0, &inst->core->sys_error)) in hfi_session_start()
327 if (test_bit(0, &inst->core->sys_error)) in hfi_session_stop()
353 if (test_bit(0, &inst->core->sys_error)) in hfi_session_continue()
368 if (test_bit(0, &inst->core->sys_error)) in hfi_session_abort()
390 if (test_bit(0, &inst->core->sys_error)) in hfi_session_load_res()
416 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unload_res()
443 if (test_bit(0, &inst->core->sys_error)) in hfi_session_flush()
466 if (test_bit(0, &inst->core->sys_error)) in hfi_session_set_buffers()
478 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unset_buffers()
[all …]
/linux-6.3-rc2/drivers/platform/x86/
A Dlenovo-yogabook-wmi.c115 if (test_bit(YB_SUSPENDED, &data->flags)) in yogabook_wmi_work()
118 if (test_bit(YB_TABLET_MODE, &data->flags)) { in yogabook_wmi_work()
121 } else if (test_bit(YB_DIGITIZER_MODE, &data->flags)) { in yogabook_wmi_work()
129 if (!kbd_on && test_bit(YB_KBD_IS_ON, &data->flags)) { in yogabook_wmi_work()
139 if (!digitizer_on && test_bit(YB_DIGITIZER_IS_ON, &data->flags)) { in yogabook_wmi_work()
145 if (kbd_on && !test_bit(YB_KBD_IS_ON, &data->flags)) { in yogabook_wmi_work()
168 if (test_bit(YB_SUSPENDED, &data->flags)) in yogabook_wmi_notify()
171 if (test_bit(YB_DIGITIZER_MODE, &data->flags)) in yogabook_wmi_notify()
354 if (test_bit(YB_DIGITIZER_IS_ON, &data->flags)) in yogabook_wmi_suspend()
365 if (test_bit(YB_KBD_IS_ON, &data->flags)) { in yogabook_wmi_resume()
[all …]
/linux-6.3-rc2/drivers/fpga/
A Dmachxo2-spi.c113 *status, test_bit(DONE, status), test_bit(ENAB, status), in dump_status_reg()
114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg()
115 test_bit(DVER, status), get_err_string(get_err(status))); in dump_status_reg()
130 } while (test_bit(BUSY, &status)); in wait_until_not_busy()
180 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_spi_state()
228 if (test_bit(FAIL, &status)) { in machxo2_write_init()
316 if (!test_bit(DONE, &status)) { in machxo2_write_complete()
336 if (!test_bit(BUSY, &status) && test_bit(DONE, &status) && in machxo2_write_complete()
/linux-6.3-rc2/fs/gfs2/
A Dsys.c101 test_bit(SDF_JOURNAL_CHECKED, &f), in status_show()
102 test_bit(SDF_JOURNAL_LIVE, &f), in status_show()
105 test_bit(SDF_WITHDRAWN, &f), in status_show()
106 test_bit(SDF_NOBARRIERS, &f), in status_show()
107 test_bit(SDF_NORECOVERY, &f), in status_show()
108 test_bit(SDF_DEMOTE, &f), in status_show()
109 test_bit(SDF_NOJOURNALID, &f), in status_show()
111 test_bit(SDF_RORECOVERY, &f), in status_show()
114 test_bit(SDF_FS_FROZEN, &f), in status_show()
115 test_bit(SDF_WITHDRAWING, &f), in status_show()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/
A Dhnae3.h106 test_bit(HNAE3_DEV_SUPPORT_FD_B, (ae_dev)->caps)
109 test_bit(HNAE3_DEV_SUPPORT_GRO_B, (ae_dev)->caps)
112 test_bit(HNAE3_DEV_SUPPORT_FEC_B, (hdev)->ae_dev->caps)
118 test_bit(HNAE3_DEV_SUPPORT_QB_B, (hdev)->ae_dev->caps)
124 test_bit(HNAE3_DEV_SUPPORT_PTP_B, (hdev)->ae_dev->caps)
148 test_bit(HNAE3_DEV_SUPPORT_STASH_B, (hdev)->ae_dev->caps)
151 test_bit(HNAE3_DEV_SUPPORT_PAUSE_B, (hdev)->ae_dev->caps)
160 test_bit(HNAE3_DEV_SUPPORT_MC_MAC_MNG_B, (ae_dev)->caps)
163 test_bit(HNAE3_DEV_SUPPORT_CQ_B, (ae_dev)->caps)
166 test_bit(HNAE3_DEV_SUPPORT_FEC_STATS_B, (ae_dev)->caps)
[all …]
/linux-6.3-rc2/drivers/iio/light/
A Dgp2ap020a00f.c690 test_bit(GP2AP020A00F_FLAG_DATA_READY, in wait_conversion_complete_irq()
819 if (test_bit(GP2AP020A00F_FLAG_LUX_MODE_HI, &data->flags)) in gp2ap020a00f_output_to_lux()
953 test_bit(GP2AP020A00F_FLAG_PROX_TRIGGER, &priv->flags)) in gp2ap020a00f_thresh_event_handler()
1043 event_en = test_bit(GP2AP020A00F_FLAG_ALS_RISING_EV, in gp2ap020a00f_write_event_val()
1047 event_en = test_bit(GP2AP020A00F_FLAG_ALS_FALLING_EV, in gp2ap020a00f_write_event_val()
1055 event_en = test_bit(GP2AP020A00F_FLAG_PROX_RISING_EV, in gp2ap020a00f_write_event_val()
1063 event_en = test_bit(GP2AP020A00F_FLAG_PROX_FALLING_EV, in gp2ap020a00f_write_event_val()
1209 event_en = test_bit(GP2AP020A00F_FLAG_PROX_RISING_EV, in gp2ap020a00f_read_event_config()
1212 event_en = test_bit(GP2AP020A00F_FLAG_PROX_FALLING_EV, in gp2ap020a00f_read_event_config()
1217 event_en = test_bit(GP2AP020A00F_FLAG_ALS_RISING_EV, in gp2ap020a00f_read_event_config()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sp.c260 return !!test_bit(o->state, o->pstate); in bnx2x_raw_check_pending()
298 if (!test_bit(state, pstate)) { in bnx2x_state_wait()
4818 test_bit(BNX2X_Q_FLG_FCOE, flags) ? in bnx2x_q_fill_init_general_data()
4833 test_bit(BNX2X_Q_FLG_TX_SEC, flags); in bnx2x_q_fill_init_tx_data()
4837 test_bit(BNX2X_Q_FLG_DEF_VLAN, flags); in bnx2x_q_fill_init_tx_data()
4893 test_bit(BNX2X_Q_FLG_DHC, flags); in bnx2x_q_fill_init_rx_data()
4908 test_bit(BNX2X_Q_FLG_VLAN, flags); in bnx2x_q_fill_init_rx_data()
4910 test_bit(BNX2X_Q_FLG_OV, flags); in bnx2x_q_fill_init_rx_data()
5529 if (test_bit(BNX2X_Q_FLG_ACTIVE, in bnx2x_queue_chk_transition()
5621 test_bit(BNX2X_Q_UPDATE_ACTIVATE, in bnx2x_queue_chk_transition()
[all …]

Completed in 633 milliseconds

12345678910>>...85