Home
last modified time | relevance | path

Searched refs:is_link (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py119 def is_link(self, path: str) -> bool: member in QOMFuse
151 if not self.is_link(path):
160 if self.is_link(path):
/openbmc/qemu/tests/qtest/
H A Dqom-test.c44 bool is_link = strstart(qdict_get_str(tuple, "type"), "link<", NULL); in test_properties() local
46 if (is_child || is_link) { in test_properties()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmci.h124 bool is_link; member
H A Dmci.c341 if (status->is_link) in ath_mci_process_status()
413 profile_status.is_link = *(rx_payload + in ath_mci_msg()
423 profile_status.is_link, profile_status.conn_handle, in ath_mci_msg()
/openbmc/linux/drivers/dma/
H A Dste_dma40.c1427 bool is_link; in d40_tx_is_linked() local
1430 is_link = readl(&d40c->lcpa->lcsp3) & D40_MEM_LCSP3_DLOS_MASK; in d40_tx_is_linked()
1432 is_link = readl(chan_base(d40c) + D40_CHAN_REG_SDLNK) in d40_tx_is_linked()
1435 return is_link; in d40_tx_is_linked()