Home
last modified time | relevance | path

Searched defs:mo (Results 1 – 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/
Dclk.h510 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf) … argument
518 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, go, gs, gf, bro) … argument
526 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, mt, ds, dw, df, go, gs, gf) … argument
543 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, go, gs, gf) … argument
551 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw, df, dt, go, gs, gf) … argument
558 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, go, gs, gf) … argument
565 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df) … argument
572 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, bro) … argument
579 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw, df, dt) … argument
587 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf, prate) … argument
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/clk/rockchip/
Dclk.h606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument
649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
711 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument
787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
Dclk.h606 #define COMPOSITE(_id, cname, pnames, f, mo, ms, mw, mf, ds, dw,\ argument
627 #define COMPOSITE_BROTHER(_id, cname, pnames, f, mo, ms, mw, mf,\ argument
649 #define COMPOSITE_MUXTBL(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
671 #define COMPOSITE_DIV_OFFSET(_id, cname, pnames, f, mo, ms, mw, \ argument
693 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
711 #define COMPOSITE_NOMUX_DIVTBL(_id, cname, pname, f, mo, ds, dw,\ argument
730 #define COMPOSITE_NODIV(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
748 #define COMPOSITE_NOGATE(_id, cname, pnames, f, mo, ms, mw, mf, \ argument
767 #define COMPOSITE_BROTHER_NOGATE(_id, cname, pnames, f, mo, ms, \ argument
787 #define COMPOSITE_NOGATE_DIVTBL(_id, cname, pnames, f, mo, ms, \ argument
[all …]
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/musl/src/internal/
Dsyscall.h379 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
381 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument
384 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
386 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_crtc.h1235 struct drm_mode_object *mo; in drm_crtc_find() local
Ddrm_connector.h1586 struct drm_mode_object *mo; in drm_connector_lookup() local