Home
last modified time | relevance | path

Searched refs:ipp (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dipp.h71 struct input_pixel_processor *ipp,
76 struct input_pixel_processor *ipp,
83 struct input_pixel_processor *ipp);
87 struct input_pixel_processor *ipp,
95 struct input_pixel_processor *ipp,
99 struct input_pixel_processor *ipp,
104 struct input_pixel_processor *ipp,
108 struct input_pixel_processor *ipp,
111 void (*ipp_destroy)(struct input_pixel_processor **ipp);
/openbsd/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_ipp.c42 struct input_pixel_processor *ipp, in dce_ipp_cursor_set_position() argument
46 struct dce_ipp *ipp_dce = TO_DCE_IPP(ipp); in dce_ipp_cursor_set_position()
68 struct input_pixel_processor *ipp, in dce_ipp_cursor_set_attributes() argument
71 struct dce_ipp *ipp_dce = TO_DCE_IPP(ipp); in dce_ipp_cursor_set_attributes()
141 struct dce_ipp *ipp_dce = TO_DCE_IPP(ipp); in dce_ipp_program_prescale()
170 struct input_pixel_processor *ipp, in dce_ipp_program_input_lut() argument
174 struct dce_ipp *ipp_dce = TO_DCE_IPP(ipp); in dce_ipp_program_input_lut()
218 struct input_pixel_processor *ipp, in dce_ipp_set_degamma() argument
234 struct input_pixel_processor *ipp, in dce60_ipp_set_degamma() argument
309 kfree(TO_DCE_IPP(*ipp)); in dce_ipp_destroy()
[all …]
H A Ddce_ipp.h31 #define TO_DCE_IPP(ipp)\ argument
32 container_of(ipp, struct dce_ipp, base)
285 void dce_ipp_destroy(struct input_pixel_processor **ipp);
/openbsd/sys/ufs/ufs/
H A Dufs_ihash.c86 struct ihashhead *ipp; in ufs_ihashlookup() local
89 ipp = INOHASH(dev, inum); in ufs_ihashlookup()
90 LIST_FOREACH(ip, ipp, i_hash) { in ufs_ihashlookup()
109 struct ihashhead *ipp; in ufs_ihashget() local
114 ipp = INOHASH(dev, inum); in ufs_ihashget()
115 LIST_FOREACH(ip, ipp, i_hash) { in ufs_ihashget()
135 struct ihashhead *ipp; in ufs_ihashins() local
144 ipp = INOHASH(dev, inum); in ufs_ihashins()
145 LIST_FOREACH(curip, ipp, i_hash) { in ufs_ihashins()
154 LIST_INSERT_HEAD(ipp, ip, i_hash); in ufs_ihashins()
/openbsd/sys/ntfs/
H A Dntfs_ihash.c102 struct nthashhead *ipp; in ntfs_nthashlookup() local
105 ipp = &ntfs_nthashtbl[NTNOHASH(dev, inum)]; in ntfs_nthashlookup()
106 LIST_FOREACH(ip, ipp, i_hash) { in ntfs_nthashlookup()
121 struct nthashhead *ipp; in ntfs_nthashins() local
124 ipp = &ntfs_nthashtbl[NTNOHASH(ip->i_dev, ip->i_number)]; in ntfs_nthashins()
125 LIST_INSERT_HEAD(ipp, ip, i_hash); in ntfs_nthashins()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/
H A DBUILD.gn163 "support/runtime/exception_fallback.ipp",
164 "support/runtime/exception_glibcxx.ipp",
165 "support/runtime/exception_libcxxabi.ipp",
166 "support/runtime/exception_libcxxrt.ipp",
167 "support/runtime/exception_msvc.ipp",
168 "support/runtime/exception_pointer_cxxabi.ipp",
169 "support/runtime/exception_pointer_glibcxx.ipp",
170 "support/runtime/exception_pointer_msvc.ipp",
172 "support/runtime/new_handler_fallback.ipp",
173 "support/runtime/stdexcept_default.ipp",
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.c44 static void dcn10_ipp_destroy(struct input_pixel_processor **ipp) in dcn10_ipp_destroy() argument
46 kfree(TO_DCN10_IPP(*ipp)); in dcn10_ipp_destroy()
47 *ipp = NULL; in dcn10_ipp_destroy()
H A Ddcn10_ipp.h31 #define TO_DCN10_IPP(ipp)\ argument
32 container_of(ipp, struct dcn10_ipp, base)
H A Ddcn10_resource.c594 struct dcn10_ipp *ipp = in dcn10_ipp_create() local
597 if (!ipp) { in dcn10_ipp_create()
602 dcn10_ipp_construct(ipp, ctx, inst, in dcn10_ipp_create()
604 return &ipp->base; in dcn10_ipp_create()
1110 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]; in dcn10_acquire_free_pipe_for_layer()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900406_02.C14 int (*ipp)[]; variable
19 ipp = (int (*)[]) 0; // OK in function()
/openbsd/gnu/llvm/libcxx/src/
H A DCMakeLists.txt46 support/runtime/exception_fallback.ipp
47 support/runtime/exception_glibcxx.ipp
48 support/runtime/exception_libcxxabi.ipp
49 support/runtime/exception_libcxxrt.ipp
50 support/runtime/exception_msvc.ipp
51 support/runtime/exception_pointer_cxxabi.ipp
52 support/runtime/exception_pointer_glibcxx.ipp
53 support/runtime/exception_pointer_msvc.ipp
55 support/runtime/new_handler_fallback.ipp
56 support/runtime/stdexcept_default.ipp
[all …]
/openbsd/sys/isofs/cd9660/
H A Dcd9660_node.c125 struct iso_node **ipp, *iq; in cd9660_ihashins() local
128 ipp = &isohashtbl[INOHASH(ip->i_dev, ip->i_number)]; in cd9660_ihashins()
130 for (iq = *ipp; iq; iq = iq->i_next) { in cd9660_ihashins()
136 if ((iq = *ipp) != NULL) in cd9660_ihashins()
139 ip->i_prev = ipp; in cd9660_ihashins()
140 *ipp = ip; in cd9660_ihashins()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c281 struct input_pixel_processor *ipp = pipe_ctx->plane_res.ipp; in dce110_set_input_transfer_func() local
286 if (ipp == NULL) in dce110_set_input_transfer_func()
293 ipp->funcs->ipp_program_prescale(ipp, &prescale_params); in dce110_set_input_transfer_func()
298 ipp->funcs->ipp_program_input_lut(ipp, plane_state->gamma_correction); in dce110_set_input_transfer_func()
302 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_HW_sRGB); in dce110_set_input_transfer_func()
306 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_HW_sRGB); in dce110_set_input_transfer_func()
309 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_HW_xvYCC); in dce110_set_input_transfer_func()
312 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_BYPASS); in dce110_set_input_transfer_func()
320 ipp->funcs->ipp_set_degamma(ipp, IPP_DEGAMMA_MODE_BYPASS); in dce110_set_input_transfer_func()
2895 struct input_pixel_processor *ipp = pipe_ctx->plane_res.ipp; in dce110_set_cursor_position() local
[all …]
H A Ddce110_resource.c644 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce110_ipp_create() local
646 if (!ipp) { in dce110_ipp_create()
651 dce_ipp_construct(ipp, ctx, inst, in dce110_ipp_create()
653 return &ipp->base; in dce110_ipp_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c646 struct dcn10_ipp *ipp = in dcn201_ipp_create() local
649 if (!ipp) { in dcn201_ipp_create()
653 dcn20_ipp_construct(ipp, ctx, inst, in dcn201_ipp_create()
655 return &ipp->base; in dcn201_ipp_create()
1016 idle_pipe->plane_res.ipp = pool->ipps[idle_pipe->pipe_idx]; in dcn201_acquire_free_pipe_for_layer()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce100/
H A Ddce100_resource.c599 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce100_ipp_create() local
601 if (!ipp) { in dce100_ipp_create()
606 dce_ipp_construct(ipp, ctx, inst, in dce100_ipp_create()
608 return &ipp->base; in dce100_ipp_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_resource.c745 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce120_ipp_create() local
747 if (!ipp) { in dce120_ipp_create()
752 dce_ipp_construct(ipp, ctx, inst, in dce120_ipp_create()
754 return &ipp->base; in dce120_ipp_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_resource.c785 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce60_ipp_create() local
787 if (!ipp) { in dce60_ipp_create()
792 dce60_ipp_construct(ipp, ctx, inst, in dce60_ipp_create()
794 return &ipp->base; in dce60_ipp_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce112/
H A Ddce112_resource.c667 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce112_ipp_create() local
669 if (!ipp) { in dce112_ipp_create()
674 dce_ipp_construct(ipp, ctx, inst, in dce112_ipp_create()
676 return &ipp->base; in dce112_ipp_create()
/openbsd/sys/dev/pci/drm/amd/display/dc/dce80/
H A Ddce80_resource.c792 struct dce_ipp *ipp = kzalloc(sizeof(struct dce_ipp), GFP_KERNEL); in dce80_ipp_create() local
794 if (!ipp) { in dce80_ipp_create()
799 dce_ipp_construct(ipp, ctx, inst, in dce80_ipp_create()
801 return &ipp->base; in dce80_ipp_create()
/openbsd/sys/arch/sparc64/dev/
H A Dsbus.c576 sbus_get_intr(struct sbus_softc *sc, int node, struct sbus_intr **ipp, int *np, in sbus_get_intr() argument
636 *ipp = ip; in sbus_get_intr()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c756 struct dcn10_ipp *ipp = in dcn20_ipp_create() local
759 if (!ipp) { in dcn20_ipp_create()
764 dcn20_ipp_construct(ipp, ctx, inst, in dcn20_ipp_create()
766 return &ipp->base; in dcn20_ipp_create()
1476 next_odm_pipe->plane_res.ipp = pool->ipps[next_odm_pipe->pipe_idx]; in dcn20_split_stream_for_odm()
1561 secondary_pipe->plane_res.ipp = pool->ipps[secondary_pipe->pipe_idx]; in dcn20_split_stream_for_mpc()
2170 sec_dpp_pipe->plane_res.ipp = pool->ipps[sec_dpp_pipe->pipe_idx]; in dcn20_acquire_free_pipe_for_layer()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c486 struct dcn10_ipp *ipp = in dcn21_ipp_create() local
489 if (!ipp) { in dcn21_ipp_create()
494 dcn20_ipp_construct(ipp, ctx, inst, in dcn21_ipp_create()
496 return &ipp->base; in dcn21_ipp_create()
/openbsd/sbin/iked/
H A Dparse.y2479 struct ipsec_addr_wrap *ipa, *ipb, *ipp; in create_ike() local
2498 for (i = 0, ipp = ipproto; ipp; ipp = ipp->next, i++) { in create_ike()
2503 pol.pol_ipproto[i] = ipp->type; in create_ike()
/openbsd/etc/
H A Dservices160 ipp 631/tcp # Internet Printing Protocol
161 ipp 631/udp # Internet Printing Protocol

12