Searched refs:gsm_config (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | gsmmux.h | 9 struct gsm_config struct 26 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) 27 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | gsmmux.h | 24 struct gsm_config { struct 38 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) 39 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | gsmmux.h | 24 struct gsm_config { struct 38 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) 39 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | gsmmux.h | 11 struct gsm_config struct 26 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) 27 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | gsmmux.h | 23 * struct gsm_config - n_gsm basic configuration parameters 44 struct gsm_config struct 60 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) 61 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config)
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 2418 struct gsm_config *c) in gsm_copy_config_values() 2438 static int gsm_config(struct gsm_mux *gsm, struct gsm_config *c) in gsm_config() function 2808 struct gsm_config c; in gsmld_ioctl() 2821 return gsm_config(gsm, &c); in gsmld_ioctl()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 3281 struct gsm_config *c) in gsm_copy_config_values() 3301 static int gsm_config(struct gsm_mux *gsm, struct gsm_config *c) in gsm_config() function 3768 struct gsm_config c; in gsmld_ioctl() 3784 return gsm_config(gsm, &c); in gsmld_ioctl()
|
Completed in 16 milliseconds