Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 17 of 17) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_atomic.h150 struct drm_plane_state *state, *old_state, *new_state; member
155 struct drm_crtc_state *state, *old_state, *new_state; member
173 struct drm_connector_state *state, *old_state, *new_state; member
260 struct drm_private_state *state, *old_state, *new_state; member
436 return state->crtcs[drm_crtc_index(crtc)].old_state; in drm_atomic_get_old_crtc_state()
483 return state->planes[drm_plane_index(plane)].old_state; in drm_atomic_get_old_plane_state()
541 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
652 (old_connector_state) = (__state)->connectors[__i].old_state, \
673 (old_connector_state) = (__state)->connectors[__i].old_state, 1))
713 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
[all …]
Ddrm_atomic_helper.h66 struct drm_atomic_state *old_state);
69 struct drm_atomic_state *old_state);
73 struct drm_atomic_state *old_state);
78 struct drm_atomic_state *old_state);
90 struct drm_atomic_state *old_state);
Ddrm_modeset_helper_vtables.h1055 struct drm_plane_state *old_state);
1112 struct drm_plane_state *old_state);
1136 struct drm_plane_state *old_state);
/linux-4.19.296/drivers/isdn/hisax/
Damd7930_fn.c171 …u_char index = stateHelper[cs->dc.amd7930.old_state] * 8 + stateHelper[cs->dc.amd7930.ph_state] - … in Amd7930_new_ph()
176 cs->dc.amd7930.ph_state, cs->dc.amd7930.old_state, message & 0x0f, index); in Amd7930_new_ph()
178 cs->dc.amd7930.old_state = cs->dc.amd7930.ph_state; in Amd7930_new_ph()
223 cs->dc.amd7930.old_state = 3; in Amd7930_new_ph()
757 cs->dc.amd7930.old_state = 0; in Amd7930_init()
Dhfc_usb.c381 __u8 old_state; in s0_state_handler() local
383 old_state = hfc->l1_state; in s0_state_handler()
384 if (state == old_state || state < 1 || state > 8) in s0_state_handler()
388 old_state, state); in s0_state_handler()
408 if (old_state == 7 || old_state == 8) { in s0_state_handler()
Dhisax.h850 u_char old_state; member
/linux-4.19.296/include/drm/tinydrm/
Dtinydrm.h112 struct drm_plane_state *old_state);
/linux-4.19.296/drivers/isdn/gigaset/
Dser-gigaset.c419 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl() argument
429 set = new_state & ~old_state; in gigaset_set_modem_ctrl()
430 clear = old_state & ~new_state; in gigaset_set_modem_ctrl()
Dusb-gigaset.c154 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl() argument
161 mask = tiocm_to_gigaset(old_state ^ new_state); in gigaset_set_modem_ctrl()
Dgigaset.h602 int (*set_modem_ctrl)(struct cardstate *cs, unsigned old_state,
Dbas-gigaset.c307 static int gigaset_set_modem_ctrl(struct cardstate *cs, unsigned old_state, in gigaset_set_modem_ctrl() argument
/linux-4.19.296/fs/hfsplus/
Dxattr.c133 int old_state = HFSPLUS_EMPTY_ATTR_TREE; in hfsplus_create_attributes_file() local
140 if (old_state != atomic_cmpxchg(&sbi->attr_tree_state, in hfsplus_create_attributes_file()
141 old_state, in hfsplus_create_attributes_file()
/linux-4.19.296/drivers/media/dvb-frontends/
Dstb0899_drv.c793 u8 reg, old_state; in stb0899_send_diseqc_burst() local
800 old_state = reg; in stb0899_send_diseqc_burst()
823 stb0899_write_reg(state, STB0899_DISCNTRL1, old_state); in stb0899_send_diseqc_burst()
/linux-4.19.296/fs/ext4/
Dinode.c768 unsigned long old_state; in ext4_update_bh_state() local
784 old_state = READ_ONCE(bh->b_state); in ext4_update_bh_state()
785 new_state = (old_state & ~EXT4_MAP_FLAGS) | flags; in ext4_update_bh_state()
787 cmpxchg(&bh->b_state, old_state, new_state) != old_state)); in ext4_update_bh_state()
/linux-4.19.296/fs/cifs/
Dsmb2ops.c2389 unsigned int old_state = cinode->oplock; in smb3_downgrade_oplock() local
2401 if ((old_state & CIFS_CACHE_READ_FLG) != 0 && in smb3_downgrade_oplock()
2404 else if (old_state == new_state && (epoch - old_epoch > 1)) in smb3_downgrade_oplock()
/linux-4.19.296/include/net/
Dip_vs.h530 volatile __u16 old_state; /* old state, to be used for member
Dmac80211.h3634 enum ieee80211_sta_state old_state,