Searched refs:flip (Results 26 - 50 of 60) sorted by relevance

123

/linux-master/net/rds/
H A Drecv.c788 __be32 saddr, __be32 daddr, int flip)
796 if (flip) {
817 int flip)
825 if (flip) {
786 rds_inc_info_copy(struct rds_incoming *inc, struct rds_info_iterator *iter, __be32 saddr, __be32 daddr, int flip) argument
814 rds6_inc_info_copy(struct rds_incoming *inc, struct rds_info_iterator *iter, struct in6_addr *saddr, struct in6_addr *daddr, int flip) argument
H A Dconnection.c523 void *saddr, void *daddr, int flip, bool isv6)
527 rds6_inc_info_copy(inc, iter, saddr, daddr, flip);
531 *(__be32 *)daddr, flip);
521 __rds_inc_msg_cp(struct rds_incoming *inc, struct rds_info_iterator *iter, void *saddr, void *daddr, int flip, bool isv6) argument
H A Drds.h904 __be32 saddr, __be32 daddr, int flip);
908 int flip);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h523 struct workqueue_struct *flip; member in struct:intel_display::__anon354
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c34 * This Type-C PHY driver supports normal and flip orientation. The orientation
35 * is reported by the EXTCON_PROP_USB_TYPEC_POLARITY property: true is flip
385 bool flip; member in struct:rockchip_typec_phy
581 if (!tcphy->flip)
742 property_enable(tcphy, &cfg->typec_conn_dir, tcphy->flip);
756 if (tcphy->flip) {
848 tcphy->flip = property.intval ? 1 : 0;
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h112 void (*flip)(struct lsdc_crtc *lcrtc); member in struct:lsdc_crtc_hw_ops
/linux-master/fs/nilfs2/
H A Dnilfs.h345 int flip);
/linux-master/drivers/tty/hvc/
H A Dhvsi.c344 * it. Accordingly we won't send more than 128 bytes at a time to the flip
393 bool flip = false; local
428 flip = hvsi_recv_data(hp, packet);
456 if (flip)
/linux-master/drivers/media/i2c/
H A Dimx415.c613 /* use all-pixel readout mode, no flip */
734 unsigned int flip; local
760 flip = (sensor->hflip->val << IMX415_HREVERSE_SHIFT) |
762 ret = cci_write(sensor->regmap, IMX415_REVERSE, flip, NULL);
/linux-master/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h460 int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip);
H A Dcdn-dp-reg.c357 int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip) argument
368 msg[6] = flip ? LANE_MAPPING_FLIPPED : LANE_MAPPING_NORMAL;
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c71 static bool flip; variable
72 module_param(flip, bool, 0444);
73 MODULE_PARM_DESC(flip,
74 "If set, the sensor will be instructed to flip the image vertically.");
1005 ctrl.value = flip;
1022 * OV7670 does weird things if flip is set *before* format...
/linux-master/drivers/usb/host/
H A Disp1362-hcd.c706 static inline void enable_istl_transfers(struct isp1362_hcd *isp1362_hcd, int flip) argument
708 isp1362_enable_int(isp1362_hcd, flip ? HCuPINT_ISTL1 : HCuPINT_ISTL0);
709 isp1362_set_mask16(isp1362_hcd, HCBUFSTAT, flip ?
859 int flip = isp1362_hcd->istl_flip; local
867 epq = &isp1362_hcd->istl_queue[flip];
921 enable_istl_transfers(isp1362_hcd, flip);
929 (flip ? HCBUFSTAT_ISTL0_FULL : HCBUFSTAT_ISTL1_FULL))) {
932 flip = 1 - flip;
/linux-master/drivers/tty/
H A Dnozomi.c321 unsigned long flip; member in struct:nozomi
795 set_bit(index, &dc->flip);
1205 if (test_and_clear_bit(a, &dc->flip))
1237 dc->flip = 0;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.c193 INIT_LIST_HEAD(&fctx->flip);
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dcrtc.c1052 if (list_empty(&fctx->flip)) {
1058 s = list_first_entry(&fctx->flip, struct nv04_page_flip_state, head);
1078 struct nv04_display *disp = container_of(event, typeof(*disp), flip);
1109 list_add_tail(&s->head, &fctx->flip);
1193 /* Initialize a page flip struct */
1198 /* Keep vblanks on during flip, for the target crtc of this flip */
1201 /* Emit a page flip */
/linux-master/include/linux/
H A Dnfs_fs.h445 extern void nfs_file_clear_open_context(struct file *flip);
/linux-master/arch/arm/kernel/
H A Diwmmxt.S323 1: @ flip Concan access
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c189 ctx->flip = ctx->ctrl_hflip->val | (ctx->ctrl_vflip->val << 1);
526 g2d_set_flip(dev, ctx->flip);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_helper.h711 u32 flip; member in struct:hfi_operations_type
1069 u32 flip; member in struct:hfi_operations
H A Dhfi_cmds.c794 switch (in->flip) {
805 ops->flip = in->flip;
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-ov9655.c212 sd->vmax.flip = 0;
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h744 struct param_scaler_flip flip; member in struct:scalerp_param
/linux-master/arch/arm64/crypto/
H A Dpoly1305-armv8.pl81 rev $r0,$r0 // flip bytes
248 ror $t0,$t0,#32 // flip nonce words
254 rev $h0,$h0 // flip output bytes
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-abi.h917 u32 flip; member in struct:imgu_abi_osys_formatter_params
1023 u32 flip; member in struct:imgu_abi_osys_frame_params

Completed in 249 milliseconds

123