Searched refs:stm_protocol_driver (Results 1 – 5 of 5) sorted by relevance
17 struct stm_protocol_driver;41 const struct stm_protocol_driver *pdrv;94 struct stm_protocol_driver { struct107 int stm_register_protocol(const struct stm_protocol_driver *pdrv); argument108 void stm_unregister_protocol(const struct stm_protocol_driver *pdrv);110 const struct stm_protocol_driver **pdrv,112 void stm_put_protocol(const struct stm_protocol_driver *pdrv);
27 static const struct stm_protocol_driver basic_pdrv = {
374 const struct stm_protocol_driver *pdrv;397 int stm_register_protocol(const struct stm_protocol_driver *pdrv) in stm_register_protocol()433 void stm_unregister_protocol(const struct stm_protocol_driver *pdrv) in stm_unregister_protocol()456 static bool stm_get_protocol(const struct stm_protocol_driver *pdrv) in stm_get_protocol()461 void stm_put_protocol(const struct stm_protocol_driver *pdrv) in stm_put_protocol()467 const struct stm_protocol_driver **pdrv, in stm_lookup_protocol()
227 const struct stm_protocol_driver *pdrv; in stp_policy_node_make()386 const struct stm_protocol_driver *pdrv; in stp_policy_make()
358 static const struct stm_protocol_driver sys_t_pdrv = {
Completed in 9 milliseconds