Lines Matching defs:Self
28 const ID_TABLE: auxiliary::IdTable<Self::IdInfo> = &AUX_TABLE;
30 fn probe(adev: &auxiliary::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> {
39 let this = KBox::new(Self, GFP_KERNEL)?;
59 const ID_TABLE: pci::IdTable<Self::IdInfo> = &PCI_TABLE;
61 fn probe(pdev: &pci::Device<Core>, _info: &Self::IdInfo) -> Result<Pin<KBox<Self>>> {
63 Self {
103 fn init(module: &'static kernel::ThisModule) -> impl PinInit<Self, Error> {
104 try_pin_init!(Self {