Searched refs:avb_atx_ops_ (Results 1 – 2 of 2) sorted by relevance
331 avb_ops_.atx_ops = &avb_atx_ops_; in FakeAvbOps()346 avb_atx_ops_.ops = &avb_ops_; in FakeAvbOps()347 avb_atx_ops_.read_permanent_attributes = my_ops_read_permanent_attributes; in FakeAvbOps()348 avb_atx_ops_.read_permanent_attributes_hash = in FakeAvbOps()
107 return &avb_atx_ops_; in avb_atx_ops()197 AvbAtxOps avb_atx_ops_; variable