Searched full:cld (Results 1 – 25 of 34) sorted by relevance
12
| /linux/arch/arm/mach-omap2/ |
| H A D | cm_common.c | 177 * @cld: low-level per-SoC OMAP CM data & function pointers to register 181 * pointed to by @cld valid until it calls cm_unregister() and 182 * it returns successfully. Returns 0 upon success, -EINVAL if @cld 186 int cm_register(const struct cm_ll_data *cld) in cm_register() argument 188 if (!cld) in cm_register() 194 cm_ll_data = cld; in cm_register() 201 * @cld: low-level per-SoC OMAP CM data & function pointers to unregister 205 * caller may not destroy any of the data pointed to by @cld until 207 * -EINVAL if @cld is NULL or if @cld does not match the struct 210 int cm_unregister(const struct cm_ll_data *cld) in cm_unregister() argument [all …]
|
| H A D | cm.h | 74 extern int cm_register(const struct cm_ll_data *cld); 75 extern int cm_unregister(const struct cm_ll_data *cld);
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | arm,pl11x.yaml | 100 - description: index of CLD pad used for first red bit (R0) 101 - description: index of CLD pad used for first green bit (G0) 102 - description: index of CLD pad used for first blue bit (G0) 106 CLD[23:0] pads are wired up. 107 The first value contains the index of the "CLD" external pin (pad)
|
| /linux/drivers/clk/ |
| H A D | clk-loongson2.c | 321 const struct loongson2_clk_board_info *cld, in loongson2_clk_register() argument 333 init.name = cld->name; in loongson2_clk_register() 339 clk->reg = clp->base + cld->reg_offset; in loongson2_clk_register() 340 clk->div_shift = cld->div_shift; in loongson2_clk_register() 341 clk->div_width = cld->div_width; in loongson2_clk_register() 342 clk->mult_shift = cld->mult_shift; in loongson2_clk_register() 343 clk->mult_width = cld->mult_width; in loongson2_clk_register() 344 clk->bit_idx = cld->bit_idx; in loongson2_clk_register()
|
| /linux/arch/x86/pci/ |
| H A D | pcbios.c | 113 __asm__("lcall *(%%edi); cld" in bios32_service() 157 "lcall *(%%edi); cld\n\t" in check_pcibios() 224 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_read() 272 __asm__("lcall *(%%esi); cld\n\t" in pci_bios_write() 386 "lcall *(%%esi); cld\n\t" in pcibios_get_irq_routing_table() 423 __asm__("lcall *(%%esi); cld\n\t" in pcibios_set_irq_routing()
|
| /linux/arch/x86/kernel/ |
| H A D | head_32.S | 83 cld 100 cld 143 cld 321 cld 327 cld 371 cld
|
| H A D | head_64.S | 514 cld
|
| /linux/arch/x86/include/asm/ |
| H A D | apm.h | 32 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_asm() 56 * N.B. We do NOT need a cld after the BIOS call in apm_bios_call_simple_asm()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | head_32.S | 47 cld 121 cld
|
| /linux/tools/testing/selftests/x86/ |
| H A D | nx_stack.c | 88 "cld\n" 119 asm volatile ("cld" ::: "memory"); in sigsegv()
|
| H A D | test_syscall_vdso.c | 270 " cld\n" in run_syscall()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | userspace_io_test.c | 22 asm volatile("cld; rep; insb" : "+D"(buffer), "+c"(count) : "d"(0x80) : "memory"); in guest_ins_port80()
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vsgx.S | 124 cld
|
| /linux/arch/x86/xen/ |
| H A D | xen-head.S | 30 cld
|
| /linux/arch/x86/realmode/rm/ |
| H A D | wakeup_asm.S | 42 cld
|
| /linux/arch/x86/lib/ |
| H A D | memmove_32.S | 105 cld
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tn40_mdio.c | 17 #define AQR105_FIRMWARE "tehuti/aqr105-tn40xx.cld"
|
| /linux/include/dt-bindings/usb/ |
| H A D | pd.h | 362 * <14:12> :: U3/CLd power 375 /* U3/CLd Power*/
|
| /linux/include/linux/usb/ |
| H A D | pd_vdo.h | 395 * <14:12> :: U3/CLd power 408 /* U3/CLd Power*/
|
| /linux/arch/x86/platform/pvh/ |
| H A D | head.S | 59 cld
|
| /linux/tools/include/nolibc/ |
| H A D | arch-x86.h | 376 "cld\n\t"
|
| /linux/fs/nfsd/ |
| H A D | nfs4recover.c | 46 #include <linux/nfsd/cld.h> 629 #define NFSD_CLD_PIPE "cld" 631 /* per-net-ns structure for holding cld upcall info */
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qca808x.c | 16 /* CLD control */
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 551 cld
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-ep93xx.c | 292 PINCTRL_PIN(173, "CLD"), 429 PINCTRL_PIN(46, "CLD"), /* C13 */ 747 PINCTRL_PIN(12, "CLD"), /* A13 */
|
12