Home
last modified time | relevance | path

Searched refs:nop (Results 1 - 25 of 775) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-generic.c10 * This provides a "nop" transceiver for PHYs which are
48 struct usb_phy_generic *nop = dev_get_drvdata(x->dev); in nop_set_suspend() local
50 if (!IS_ERR(nop->clk)) { in nop_set_suspend()
52 clk_disable_unprepare(nop->clk); in nop_set_suspend()
54 clk_prepare_enable(nop->clk); in nop_set_suspend()
60 static void nop_reset(struct usb_phy_generic *nop) in nop_reset() argument
62 if (!nop->gpiod_reset) in nop_reset()
65 gpiod_set_value_cansleep(nop->gpiod_reset, 1); in nop_reset()
67 gpiod_set_value_cansleep(nop->gpiod_reset, 0); in nop_reset()
71 static void nop_set_vbus_draw(struct usb_phy_generic *nop, unsigne argument
103 struct usb_phy_generic *nop = data; nop_gpio_vbus_thread() local
137 struct usb_phy_generic *nop = dev_get_drvdata(phy->dev); usb_gen_phy_init() local
159 struct usb_phy_generic *nop = dev_get_drvdata(phy->dev); usb_gen_phy_shutdown() local
206 usb_phy_gen_create_phy(struct device *dev, struct usb_phy_generic *nop) usb_phy_gen_create_phy() argument
297 struct usb_phy_generic *nop; usb_phy_generic_probe() local
342 struct usb_phy_generic *nop = platform_get_drvdata(pdev); usb_phy_generic_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-generic.c10 * This provides a "nop" transceiver for PHYs which are
48 struct usb_phy_generic *nop = dev_get_drvdata(x->dev); in nop_set_suspend() local
50 if (!IS_ERR(nop->clk)) { in nop_set_suspend()
52 clk_disable_unprepare(nop->clk); in nop_set_suspend()
54 clk_prepare_enable(nop->clk); in nop_set_suspend()
60 static void nop_reset(struct usb_phy_generic *nop) in nop_reset() argument
62 if (!nop->gpiod_reset) in nop_reset()
65 gpiod_set_value_cansleep(nop->gpiod_reset, 1); in nop_reset()
67 gpiod_set_value_cansleep(nop->gpiod_reset, 0); in nop_reset()
71 static void nop_set_vbus_draw(struct usb_phy_generic *nop, unsigne argument
103 struct usb_phy_generic *nop = data; nop_gpio_vbus_thread() local
137 struct usb_phy_generic *nop = dev_get_drvdata(phy->dev); usb_gen_phy_init() local
159 struct usb_phy_generic *nop = dev_get_drvdata(phy->dev); usb_gen_phy_shutdown() local
206 usb_phy_gen_create_phy(struct device *dev, struct usb_phy_generic *nop) usb_phy_gen_create_phy() argument
296 struct usb_phy_generic *nop; usb_phy_generic_probe() local
338 struct usb_phy_generic *nop = platform_get_drvdata(pdev); usb_phy_generic_remove() local
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsleep.S149 nop
190 @ Errata (HEL3SU467, section 1.4.4) specifies nop-instructions
196 @ => 74 nop-instructions
197 nop
198 nop
199 nop
200 nop
201 nop
202 nop
203 nop
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dperf_asm.S49 nop ; NOPs as specified in ERS
50 nop
51 nop
52 nop
53 nop
54 nop
55 nop
57 nop
126 nop
127 nop
[all...]
H A Dreal2.S82 nop
85 nop
93 nop
100 nop
103 nop
115 nop
135 nop
150 nop
163 nop
164 nop
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dperf_asm.S49 nop ; NOPs as specified in ERS
50 nop
51 nop
52 nop
53 nop
54 nop
55 nop
57 nop
126 nop
127 nop
[all...]
H A Dreal2.S69 nop
72 nop
80 nop
87 nop
90 nop
102 nop
122 nop
137 nop
150 nop
151 nop
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dsleep.S74 nop
112 nop
229 nop
270 @ Errata (HEL3SU467, section 1.4.4) specifies nop-instructions
276 @ => 74 nop-instructions
277 nop
278 nop
279 nop
280 nop
281 nop
[all...]
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dttable.h12 #define BOOT_KERNEL b sparc64_boot; nop; nop; nop; nop; nop; nop; nop;
23 nop;nop;nop;no
[all...]
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dttable.h12 #define BOOT_KERNEL b sparc64_boot; nop; nop; nop; nop; nop; nop; nop;
23 nop;nop;nop;no
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dexception-64s.h47 nop; \
48 nop; \
49 nop
53 nop; \
54 nop; \
55 nop; \
56 nop; \
57 nop; \
58 nop
62 nop; \
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dexception-64s.h60 nop; \
61 nop; \
62 nop
66 nop; \
67 nop; \
68 nop; \
69 nop; \
70 nop; \
71 nop
75 nop; \
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S43 nop # E :
71 nop # E :
82 nop # E :
88 nop # E :
89 nop # E :
94 nop # E :
98 nop # E :
99 nop # E :
103 nop # E :
104 nop #
[all...]
H A Dev6-memset.S75 nop # E :
91 nop
93 nop
94 nop
130 nop # E :
131 nop # E :
132 nop # E :
141 nop
142 nop
164 nop #
[all...]
H A Dev6-copy_user.S51 nop # .. E .. ..
67 nop # E .. .. .. : U L U L
107 nop # .. E .. .. :
110 nop # .. .. .. E
111 nop # .. .. E ..
112 nop # .. E .. ..
118 nop # .. E .. .. :
132 nop # .. .. E ..
133 nop # .. E .. ..
149 nop #
[all...]
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S43 nop # E :
71 nop # E :
82 nop # E :
88 nop # E :
89 nop # E :
94 nop # E :
98 nop # E :
99 nop # E :
103 nop # E :
104 nop #
[all...]
H A Dev6-memset.S75 nop # E :
91 nop
93 nop
94 nop
130 nop # E :
131 nop # E :
132 nop # E :
141 nop
142 nop
164 nop #
[all...]
H A Dev6-copy_user.S51 nop # .. E .. ..
67 nop # E .. .. .. : U L U L
107 nop # .. E .. .. :
110 nop # .. .. .. E
111 nop # .. .. E ..
112 nop # .. E .. ..
118 nop # .. E .. .. :
132 nop # .. .. E ..
133 nop # .. E .. ..
149 nop #
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dhweight_64.S18 nop
19 nop
30 nop
31 nop
32 nop
33 nop
53 nop
54 nop
55 nop
56 nop
[all...]
/kernel/linux/linux-6.6/arch/powerpc/lib/
H A Dhweight_64.S18 nop
19 nop
30 nop
31 nop
32 nop
33 nop
53 nop
54 nop
55 nop
56 nop
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dultra.S45 nop
46 nop
47 nop
48 nop
49 nop
50 nop
51 nop
52 nop
53 nop
54 nop
[all...]
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dultra.S45 nop
46 nop
47 nop
48 nop
49 nop
50 nop
51 nop
52 nop
53 nop
54 nop
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dhazards.h225 nop; \
226 nop
229 nop; \
230 nop
233 nop; \
234 nop; \
235 nop
238 nop; \
239 nop; \
240 nop
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dhazards.h225 nop; \
226 nop
229 nop; \
230 nop
233 nop; \
234 nop; \
235 nop
238 nop; \
239 nop; \
240 nop
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys32.S34 nop
49 nop
50 nop
51 nop
58 nop
59 nop
60 nop
67 nop
68 nop
69 nop
[all...]

Completed in 8 milliseconds

12345678910>>...31