Searched full:qlink (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/kasan/ |
| H A D | quarantine.c | 55 static void qlist_put(struct qlist_head *q, struct qlist_node *qlink, in qlist_put() argument 59 q->head = qlink; in qlist_put() 61 q->tail->next = qlink; in qlist_put() 62 q->tail = qlink; in qlist_put() 63 qlink->next = NULL; in qlist_put() 129 static struct kmem_cache *qlink_to_cache(struct qlist_node *qlink) in qlink_to_cache() argument 131 return virt_to_slab(qlink)->slab_cache; in qlink_to_cache() 134 static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_to_object() argument 137 container_of(qlink, struct kasan_free_meta, in qlink_to_object() 143 static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_free() argument [all …]
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | qlink.h | 27 /* Common QLINK protocol messages definitions. 31 * enum qlink_msg_type - QLINK message types 33 * Used to distinguish between message types of QLINK protocol. 49 * struct qlink_msg_header - common QLINK protocol message header 51 * Portion of QLINK protocol header common for all message types. 61 /* Generic definitions of data and information carried in QLINK messages 147 * struct qlink_channel - qlink control channel definition 177 * struct qlink_chandef - qlink channel definition 260 /* QLINK Command messages related definitions 266 * Commands are QLINK messages of type @QLINK_MSG_TYPE_CMD, sent by driver to [all …]
|
| H A D | event.h | 10 #include "qlink.h"
|
| H A D | trans.h | 12 #include "qlink.h"
|
| H A D | qlink_util.h | 11 #include "qlink.h"
|
| H A D | commands.c | 9 #include "qlink.h" 956 "Qlink ver: %u.%u\n" in qtnf_cmd_resp_proc_hw_info()
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,sc8180x-tlmm.yaml | 83 pri_mi2s, pri_mi2s_ws, prng_rosc, qdss_cti, qdss_gpio, qlink,
|