Searched full:qlink (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/mm/kasan/ |
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-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
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 …]
|
D | event.h | 10 #include "qlink.h"
|
D | trans.h | 12 #include "qlink.h"
|
D | qlink_util.h | 11 #include "qlink.h"
|
D | core.h | 25 #include "qlink.h"
|
D | event.c | 11 #include "qlink.h"
|
D | core.c | 734 pr_err("qlink driver vs FW version mismatch: %u vs %u\n", in qtnf_core_attach()
|
D | cfg80211.c | 438 pr_warn("VIF%u.%u: failed to %sregister qlink frame type 0x%x\n", in qtnf_update_mgmt_frame_registrations()
|
D | commands.c | 9 #include "qlink.h" 956 "Qlink ver: %u.%u\n" in qtnf_cmd_resp_proc_hw_info()
|
/linux-6.12.1/drivers/scsi/ |
D | qlogicpti.c | 688 struct qlogicpti *qlink = qptichain; in qpti_chain_add() local 690 while(qlink->next) in qpti_chain_add() 691 qlink = qlink->next; in qpti_chain_add() 692 qlink->next = qpti; in qpti_chain_add() 706 struct qlogicpti *qlink = qptichain; in qpti_chain_del() local 707 while(qlink->next != qpti) in qpti_chain_del() 708 qlink = qlink->next; in qpti_chain_del() 709 qlink->next = qpti->next; in qpti_chain_del()
|
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,sc8180x-tlmm.yaml | 83 pri_mi2s, pri_mi2s_ws, prng_rosc, qdss_cti, qdss_gpio, qlink,
|
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,sm8550-pas.yaml | 59 - description: Memory region for Qlink Logging
|
/linux-6.12.1/drivers/pinctrl/qcom/ |
D | pinctrl-sc8180x.c | 1307 MSM_PIN_FUNCTION(qlink), 1432 [61] = PINGROUP(61, EAST, qlink, _, _, _, _, _, _, _, _), 1433 [62] = PINGROUP(62, EAST, qlink, atest_tsens2, atest_usb1, ddr_pxi, vsense_trigger, _, _, _, _),
|
/linux-6.12.1/drivers/clk/qcom/ |
D | clk-rpmh.c | 347 DEFINE_CLK_RPMH_ARC(qlink, "qphy.lvl", 0x1, 4);
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sdx75.dtsi | 374 qlink_logging_mem: qlink-logging@88800000 {
|
D | sm8650.dtsi | 536 qlink_logging_mem: qlink-logging@84800000 {
|