Searched refs:post_fw (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/usb/
H A Dr8152.c929 int (*post_fw)(struct r8152 *tp); member in struct:r8152::rtl_fw
5224 goto post_fw;
5271 post_fw:
5272 if (rtl_fw->post_fw)
5273 rtl_fw->post_fw(tp);
9608 rtl_fw->post_fw = r8153_post_firmware_1;
9613 rtl_fw->post_fw = r8153_post_firmware_2;
9617 rtl_fw->post_fw = r8153_post_firmware_3;
9622 rtl_fw->post_fw = r8153b_post_firmware_1;
9626 rtl_fw->post_fw
[all...]

Completed in 190 milliseconds