Home
last modified time | relevance | path

Searched refs:modep (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Mode.c328 DisplayModePtr modep, in xf86HandleBuiltinMode() argument
349 modep->type = p->type; in xf86HandleBuiltinMode()
359 modep->Clock = (scrp->clock[clockIndex] * DivFactor) in xf86HandleBuiltinMode()
361 modep->ClockIndex = clockIndex; in xf86HandleBuiltinMode()
362 modep->SynthClock = scrp->clock[clockIndex]; in xf86HandleBuiltinMode()
364 modep->Clock /= 2; in xf86HandleBuiltinMode()
365 modep->SynthClock /= 2; in xf86HandleBuiltinMode()
369 modep->Clock = p->Clock; in xf86HandleBuiltinMode()
370 modep->ClockIndex = -1; in xf86HandleBuiltinMode()
371 modep->SynthClock = (modep->Clock * MulFactor) in xf86HandleBuiltinMode()
[all …]
H A Dxf86Config.c1997 XF86ModePtr modep; in configDisplay() local
2029 modep = conf_display->disp_mode_lst; in configDisplay()
2030 while (modep) { in configDisplay()
2032 modep = (XF86ModePtr) modep->list.next; in configDisplay()
2035 modep = conf_display->disp_mode_lst; in configDisplay()
2037 while (modep) { in configDisplay()
2038 displayp->modes[count] = modep->mode_name; in configDisplay()
2040 modep = (XF86ModePtr) modep->list.next; in configDisplay()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dacl.h23 extern int v9fs_acl_mode(struct inode *dir, umode_t *modep,
47 static inline int v9fs_acl_mode(struct inode *dir, umode_t *modep, in v9fs_acl_mode() argument
H A Dacl.c186 int v9fs_acl_mode(struct inode *dir, umode_t *modep, in v9fs_acl_mode() argument
190 umode_t mode = *modep; in v9fs_acl_mode()
211 *modep = mode; in v9fs_acl_mode()
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c17 int regulator_mode(struct udevice *dev, struct dm_regulator_mode **modep) in regulator_mode() argument
21 *modep = NULL; in regulator_mode()
27 *modep = uc_pdata->mode; in regulator_mode()
/OK3568_Linux_fs/u-boot/include/power/
H A Dregulator.h262 int regulator_mode(struct udevice *dev, struct dm_regulator_mode **modep);
/OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/
H A Dtcpm.c1578 struct pd_mode_data *modep = &port->mode_data; in tcpm_register_partner_altmodes() local
1582 for (i = 0; i < modep->altmodes; i++) { in tcpm_register_partner_altmodes()
1584 &modep->altmode_desc[i]); in tcpm_register_partner_altmodes()
1587 modep->altmode_desc[i].svid); in tcpm_register_partner_altmodes()
1602 struct pd_mode_data *modep; in tcpm_pd_svdm() local
1615 modep = &port->mode_data; in tcpm_pd_svdm()
1711 } else if (modep->nsvids && supports_modal(port)) { in tcpm_pd_svdm()
1712 response[0] = VDO(modep->svids[0], 1, svdm_version, in tcpm_pd_svdm()
1720 modep->svid_index++; in tcpm_pd_svdm()
1721 if (modep->svid_index < modep->nsvids) { in tcpm_pd_svdm()
[all …]