| /linux/drivers/net/wireless/ath/ |
| A D | key.c | 391 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/drivers/md/ |
| A D | raid5.c | 240 if (test_bit(STRIPE_HANDLE, &sh->state)) { in do_release_stripe() 589 test_bit(R5_LOCKED, &dev->flags)) { in init_stripe() 722 if (!sh && !test_bit(R5_DID_ALLOC, in raid5_get_active_stripe() 740 || !test_bit(R5_INACTIVE_BLOCKED, in raid5_get_active_stripe() 2882 if (test_bit(In_sync, &rdev->flags) && in raid5_error() 3565 !test_bit(Faulty, &rdev->flags)) in handle_failed_stripe() 3720 && !test_bit(Faulty, &rdev->flags) in want_replace() 3890 if (!test_bit(R5_UPTODATE, in fetch_block() 4178 if (test_bit(STRIPE_PREREAD_ACTIVE, in handle_stripe_dirtying() 7242 if (test_bit(Journal, &rdev->flags)) in setup_conf() [all …]
|
| A D | dm-raid.c | 692 if (!test_bit(Journal, &rdev->flags)) in rs_set_rdev_sectors() 2326 if (test_bit(Journal, &rdev->flags)) in super_init_validation() 2329 if (test_bit(FirstUse, &r->flags)) in super_init_validation() 2332 if (!test_bit(In_sync, &r->flags)) { in super_init_validation() 2337 if (test_bit(FirstUse, &r->flags)) in super_init_validation() 2382 if (test_bit(Journal, &rdev->flags) || in super_init_validation() 2509 if (test_bit(Journal, &rdev->flags)) in analyse_superblocks() 3416 !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 D | raid1.c | 389 test_bit(In_sync, &rdev->flags))) in raid1_end_read_request() 467 if (test_bit(FailFast, &rdev->flags) && in raid1_end_write_request() 478 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 511 if (test_bit(In_sync, &rdev->flags) && in raid1_end_write_request() 512 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 646 || test_bit(Faulty, &rdev->flags)) in read_balance() 648 if (!test_bit(In_sync, &rdev->flags) && in read_balance() 802 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list() 1680 !test_bit(Faulty, &rdev->flags), in print_conf() 2007 if (test_bit(Faulty, &rdev->flags)) in fix_sync_read_error() [all …]
|
| A D | dm-zoned.h | 157 #define dmz_is_cache(z) test_bit(DMZ_CACHE, &(z)->flags) 158 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) 159 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) 161 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) 162 #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags) 163 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) 164 #define dmz_is_reserved(z) test_bit(DMZ_RESERVED, &(z)->flags) 167 test_bit(DMZ_RECLAIM_TERMINATE, &(z)->flags) 169 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) 170 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) [all …]
|
| A D | raid10.c | 173 if (!j || test_bit(MD_RECOVERY_SYNC, in r10buf_pool_alloc() 475 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 506 if (test_bit(In_sync, &rdev->flags) && in raid10_end_write_request() 507 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 758 test_bit(Faulty, &rdev->flags)) in read_balance() 2007 !test_bit(Faulty, &rdev->flags), in print_conf() 2657 if (test_bit(Faulty, &rdev->flags)) in fix_read_error() 3017 if (test_bit(R10BIO_WriteError, in handle_write_completed() 3054 if (test_bit(R10BIO_WriteError, in raid10d() 3548 if (!test_bit(In_sync, in raid10_sync_request() [all …]
|
| A D | md.c | 957 if (test_bit(Faulty, &rdev->flags)) in md_super_write() 2924 if (test_bit(Faulty, &flags) || in state_show() 2928 if (test_bit(In_sync, &flags)) in state_show() 2930 if (test_bit(Journal, &flags)) in state_show() 2932 if (test_bit(WriteMostly, &flags)) in state_show() 2934 if (test_bit(Blocked, &flags) || in state_show() 2938 if (!test_bit(Faulty, &flags) && in state_show() 2939 !test_bit(Journal, &flags) && in state_show() 2940 !test_bit(In_sync, &flags)) in state_show() 2946 if (test_bit(Replacement, &flags)) in state_show() [all …]
|
| /linux/drivers/bluetooth/ |
| A D | hci_serdev.c | 49 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() 251 if (test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_write_wakeup() 275 if (!test_bit(HCI_UART_PROTO_READY, &hu->flags)) in hci_uart_receive_buf() 349 if (test_bit(HCI_UART_RAW_DEVICE, &hu->hdev_flags)) in hci_uart_register_device() 389 if (test_bit(HCI_UART_REGISTERED, &hu->flags)) in hci_uart_unregister_device() [all …]
|
| /linux/net/bridge/ |
| A D | br_fdb.c | 89 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_to_nud() 122 if (test_bit(BR_FDB_OFFLOADED, &fdb->flags)) in fdb_fill_info() 126 if (test_bit(BR_FDB_STICKY, &fdb->flags)) in fdb_fill_info() 144 if (test_bit(BR_FDB_NOTIFY, &fdb->flags)) { in fdb_fill_info() 319 if (test_bit(BR_FDB_STATIC, &f->flags)) in fdb_delete() 421 if (test_bit(BR_FDB_LOCAL, &fdb->flags)) in fdb_add_local() 532 if (test_bit(BR_FDB_STATIC, &f->flags) || in br_fdb_cleanup() 569 if (!test_bit(BR_FDB_STATIC, &f->flags)) in br_fdb_flush() 599 if (test_bit(BR_FDB_LOCAL, &f->flags)) in br_fdb_delete_by_port() 674 if (!test_bit(BR_FDB_STATIC, &f->flags)) in br_fdb_fillbuf() [all …]
|
| /linux/drivers/isdn/mISDN/ |
| A D | layer2.c | 308 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/kernel/cgroup/ |
| A D | freezer.c | 27 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/drivers/media/platform/exynos4-is/ |
| A D | fimc-is-param.c | 183 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/fs/gfs2/ |
| A D | glock.c | 2288 if (test_bit(HIF_HOLDER, &iflags)) in hflags2str() 2290 if (test_bit(HIF_WAIT, &iflags)) in hflags2str() 2332 if (test_bit(GLF_LOCK, gflags)) in gflags2str() 2334 if (test_bit(GLF_DEMOTE, gflags)) in gflags2str() 2340 if (test_bit(GLF_DIRTY, gflags)) in gflags2str() 2342 if (test_bit(GLF_LFLUSH, gflags)) in gflags2str() 2348 if (test_bit(GLF_INITIAL, gflags)) in gflags2str() 2350 if (test_bit(GLF_FROZEN, gflags)) in gflags2str() 2354 if (test_bit(GLF_LRU, gflags)) in gflags2str() 2358 if (test_bit(GLF_BLOCKING, gflags)) in gflags2str() [all …]
|
| /linux/drivers/iio/imu/inv_mpu6050/ |
| A D | inv_mpu_trigger.c | 25 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/drivers/infiniband/ulp/ipoib/ |
| A D | ipoib_multicast.c | 77 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/drivers/scsi/esas2r/ |
| A D | esas2r_int.c | 321 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 D | esas2r_io.c | 53 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/net/atm/ |
| A D | svc.c | 53 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/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_sp.c | 260 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 …]
|
| /linux/drivers/iio/light/ |
| A D | gp2ap020a00f.c | 690 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/drivers/media/platform/qcom/venus/ |
| A D | hfi.c | 272 if (test_bit(0, &inst->core->sys_error)) in hfi_session_deinit() 297 if (test_bit(0, &inst->core->sys_error)) in hfi_session_start() 324 if (test_bit(0, &inst->core->sys_error)) in hfi_session_stop() 350 if (test_bit(0, &inst->core->sys_error)) in hfi_session_continue() 365 if (test_bit(0, &inst->core->sys_error)) in hfi_session_abort() 387 if (test_bit(0, &inst->core->sys_error)) in hfi_session_load_res() 413 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unload_res() 440 if (test_bit(0, &inst->core->sys_error)) in hfi_session_flush() 463 if (test_bit(0, &inst->core->sys_error)) in hfi_session_set_buffers() 475 if (test_bit(0, &inst->core->sys_error)) in hfi_session_unset_buffers() [all …]
|
| /linux/drivers/usb/class/ |
| A D | cdc-wdm.c | 203 if (test_bit(WDM_WWAN_IN_USE, &desc->flags)) { in wdm_in_callback() 222 if (!test_bit(WDM_OVERFLOW, &desc->flags)) { in wdm_in_callback() 418 if (test_bit(WDM_IN_USE, &desc->flags)) in wdm_write() 421 if (test_bit(WDM_RESETTING, &desc->flags)) in wdm_write() 497 if (test_bit(WDM_RESETTING, &desc->flags)) { in service_outstanding_interrupt() 539 if (test_bit(WDM_OVERFLOW, &desc->flags)) { in wdm_read() 546 if (!test_bit(WDM_READ, &desc->flags)) { in wdm_read() 553 test_bit(WDM_READ, &desc->flags)); in wdm_read() 694 if (test_bit(WDM_READ, &desc->flags)) in wdm_poll() 698 if (!test_bit(WDM_IN_USE, &desc->flags)) in wdm_poll() [all …]
|
| /linux/fs/ocfs2/cluster/ |
| A D | quorum.c | 100 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/drivers/fpga/ |
| A D | machxo2-spi.c | 113 *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/drivers/char/pcmcia/ |
| A D | cm4000_cs.c | 487 if (test_bit(IS_INVREV, &dev->flags)) in set_protocol() 835 test_bit(IS_ANY_T1, &dev->flags))) { in monitor_card() 871 if (test_bit(IS_ANY_T0, &dev->flags) in monitor_card() 940 test_bit(IS_CMM_ABSENT, &dev->flags)) in cmm_read() 943 if (test_bit(IS_BAD_CSUM, &dev->flags)) in cmm_read() 1079 test_bit(IS_CMM_ABSENT, &dev->flags)) in cmm_write() 1082 if (test_bit(IS_BAD_CSUM, &dev->flags)) { in cmm_write() 1176 if (test_bit(IS_INVREV, &dev->flags)) { in cmm_write() 1195 if (test_bit(IS_INVREV, &dev->flags)) in cmm_write() 1217 if (test_bit(IS_INVREV, &dev->flags)) { in cmm_write() [all …]
|