Searched refs:is_configured (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/media/cec/core/
H A Dcec-adap.c470 (!adap->is_configured && !adap->is_configuring)) ||
487 (!adap->is_configured && !adap->is_configuring)) ||
541 if (data->msg.len == 1 && adap->is_configured)
689 if ((status & CEC_TX_STATUS_OK) && adap->is_configured &&
865 if (msg->len > 1 && adap->is_configured &&
877 if (!adap->is_configured && !adap->is_configuring &&
887 if (!adap->is_configured && !adap->is_configuring) {
1360 adap->is_configured = false;
1506 adap->is_configured = true;
1578 if (WARN_ON(adap->is_configuring || adap->is_configured))
[all...]
H A Dcec-api.c45 if (adap->is_configured &&
157 if (!adap->is_configured)
182 (!log_addrs.num_log_addrs || !adap->is_configured) &&
H A Dcec-pin.c985 adap->is_configured || adap->monitor_all_cnt || !adap->monitor_pin_cnt)
1319 if (!value && (adap->is_configuring || adap->is_configured ||
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-nsp-mux.c57 * @is_configured: flag to indicate whether a mux setting has already been
62 bool is_configured; member in struct:nsp_mux_log
399 if (!mux_log[i].is_configured)
421 mux_log[i].is_configured = true;
547 log->is_configured = false;
H A Dpinctrl-ns2-mux.c63 * @is_configured: flag to indicate whether a mux setting has already
68 bool is_configured; member in struct:ns2_mux_log
583 if (!mux_log[i].is_configured)
605 mux_log[i].is_configured = true;
988 pinctrl->mux_log[i].is_configured = false;
H A Dpinctrl-cygnus-mux.c50 * @is_configured: flag to indicate whether a mux setting has already been
55 bool is_configured; member in struct:cygnus_mux_log
786 if (!mux_log[i].is_configured)
809 mux_log[i].is_configured = true;
926 log->is_configured = false;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c32 dev->cec_rx_adap->is_configured &&
39 if (!dev->cec_tx_adap[i]->is_configured)
/linux-master/include/media/
H A Dcec.h192 * @is_configured: the CEC adapter is configured (i.e. has claimed LAs)
263 bool is_configured; member in struct:cec_adapter
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp.c367 if (dp->bank_profiles[i].is_configured &&
372 if (!dp->bank_profiles[i].is_configured ||
386 dp->bank_profiles[bank_id].is_configured = true;
434 dp->bank_profiles[i].is_configured = false;
H A Ddp.h264 u8 is_configured; member in struct:ath12k_dp_tx_bank_profile
/linux-master/net/bluetooth/
H A Dmgmt.c625 static bool is_configured(struct hci_dev *hdev) function
7950 if (hci_dev_test_flag(hdev, HCI_UNCONFIGURED) == is_configured(hdev)) {
8005 if (is_configured(hdev)) {

Completed in 352 milliseconds