Searched refs:amode (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/platform/chrome/ |
D | cros_ec_typec.c | 37 struct typec_altmode *amode; member 202 typec_unregister_altmode(node->amode); in cros_typec_unregister_altmodes() 685 struct typec_altmode *amode; in cros_typec_register_altmodes() local 698 amode = typec_partner_register_altmode(port->partner, &desc); in cros_typec_register_altmodes() 700 amode = typec_plug_register_altmode(port->plug, &desc); in cros_typec_register_altmodes() 702 if (IS_ERR(amode)) { in cros_typec_register_altmodes() 703 ret = PTR_ERR(amode); in cros_typec_register_altmodes() 711 typec_unregister_altmode(amode); in cros_typec_register_altmodes() 715 node->amode = amode; in cros_typec_register_altmodes()
|
/Linux-v5.15/fs/sysfs/ |
D | sysfs.h | 32 umode_t amode, kuid_t uid, kgid_t gid,
|
/Linux-v5.15/drivers/rtc/ |
D | rtc-ds1286.c | 95 unsigned char month, cmd, amode; in ds1286_proc() local 105 amode = ((ds1286_rtc_read(priv, RTC_MINUTES_ALARM) & 0x80) >> 5) | in ds1286_proc() 108 switch (amode) { in ds1286_proc()
|
/Linux-v5.15/fs/ |
D | attr.c | 326 umode_t amode = attr->ia_mode; in notify_change() local 328 if (is_sxid(amode)) in notify_change()
|
/Linux-v5.15/drivers/crypto/chelsio/ |
D | chcr_algo.h | 145 #define FILL_SEC_CPL_SCMD0_SEQNO(ctrl, seq, cmode, amode, opad, size) \ argument 153 SCMD_AUTH_MODE_V((amode)) | \
|
/Linux-v5.15/arch/um/os-Linux/ |
D | file.c | 73 int amode, err; in os_access() local 75 amode = (mode & OS_ACC_R_OK ? R_OK : 0) | in os_access() 80 err = access(file, amode); in os_access()
|
/Linux-v5.15/drivers/video/fbdev/ |
D | pxa168fb.h | 285 #define CFG_ALPHA_MODE(amode) ((amode) << 16) argument
|
/Linux-v5.15/drivers/media/usb/tm6000/ |
D | tm6000-stds.c | 335 if (dev->amode == V4L2_TUNER_MODE_MONO) in tm6000_set_audio_std() 337 else if (dev->amode == V4L2_TUNER_MODE_STEREO) in tm6000_set_audio_std()
|
D | tm6000.h | 228 int amode; member
|
D | tm6000-video.c | 1190 t->audmode = dev->amode; in vidioc_g_tuner() 1207 dev->amode = V4L2_TUNER_MODE_STEREO; in vidioc_s_tuner() 1209 dev->amode = t->audmode; in vidioc_s_tuner()
|
/Linux-v5.15/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 510 #define CFG_ALPHA_MODE(amode) ((amode)<<16) argument
|