Searched defs:options (Results 326 - 350 of 476) sorted by relevance

<<11121314151617181920

/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c1847 static int __init omapfb_setup(char *options) argument
/linux-master/drivers/accel/qaic/
H A Dqaic_control.c124 __le32 options; /* unused, but BIT(16) has meaning to the device */ member in struct:wire_trans_activate_to_dev
131 __le64 options; /* unused */ member in struct:wire_trans_activate_from_dev
/linux-master/drivers/tty/serial/
H A Desp32_uart.c552 static int __init esp32_uart_console_setup(struct console *co, char *options) argument
633 esp32xx_uart_early_console_setup(struct earlycon_device *device, const char *options) argument
649 esp32_uart_early_console_setup(struct earlycon_device *device, const char *options) argument
660 esp32s3_uart_early_console_setup(struct earlycon_device *device, const char *options) argument
H A Dmpc52xx_uart.c1566 mpc52xx_console_setup(struct console *co, char *options) argument
H A Dma35d1_serial.c590 static int __init ma35d1serial_console_setup(struct console *co, char *options) argument
H A Dlantiq.c617 lqasc_console_setup(struct console *co, char *options) argument
H A Dserial_txx9.c874 static int __init serial_txx9_console_setup(struct console *co, char *options) argument
/linux-master/drivers/video/fbdev/
H A Dcyber2000fb.c1483 static int cyber2000fb_setup(char *options) argument
H A Dtridentfb.c1778 static int __init tridentfb_setup(char *options) argument
H A Dstifb.c1501 stifb_setup(char *options) argument
[all...]
H A Ds3fb.c1531 static int __init s3fb_setup(char *options) argument
H A Dau1200fb.c1584 char *options = NULL; local
H A Dpxafb.c2010 static int pxafb_parse_options(struct device *dev, char *options, argument
2035 char *options = NULL; local
[all...]
/linux-master/include/linux/
H A Dnfs_fs_sb.h181 unsigned int options; /* extra options enabled by mount */ member in struct:nfs_server
/linux-master/fs/fat/
H A Dinode.c1134 parse_options(struct super_block *sb, char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) argument
[all...]
/linux-master/drivers/nvme/target/
H A Dfcloop.c62 char *options, *o, *p; local
141 char *options, *o, *p; local
/linux-master/fs/ocfs2/
H A Dsuper.c1199 ocfs2_check_set_options(struct super_block *sb, struct mount_options *options) argument
1233 ocfs2_parse_options(struct super_block *sb, char *options, struct mount_options *mopt, int is_remount) argument
[all...]
/linux-master/fs/reiserfs/
H A Dsuper.c1110 reiserfs_parse_options(struct super_block *s, char *options, unsigned long *mount_options, unsigned long *blocks, char **jdev_name, unsigned int *commit_max_age, char **qf_names, unsigned int *qfmt) argument
[all...]
/linux-master/fs/exfat/
H A Dexfat_fs.h272 struct exfat_mount_options options; member in struct:exfat_sb_info
/linux-master/drivers/perf/
H A Darm_smmuv3_pmu.c135 u32 options; member in struct:smmu_pmu
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c504 static void axienet_setoptions(struct net_device *ndev, u32 options) argument
[all...]
/linux-master/drivers/net/ethernet/3com/
H A D3c515.c308 int options; /* User-settable misc. driver options. */ member in struct:corkscrew_private
391 static int options[MAX_UNITS] = { -1, -1, -1, -1, -1, -1, -1, -1, }; variable
[all...]
/linux-master/include/net/bluetooth/
H A Dbluetooth.h197 __u8 options; member in struct:bt_iso_bcast_qos
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c953 static int run_options(struct sockmap_options *options, int cg_fd, int test) argument
1331 test_options(char *options) argument
1378 char *options = calloc(OPTSTRING, sizeof(char)); local
1984 struct sockmap_options options = {0}; local
[all...]
/linux-master/tools/include/nolibc/
H A Dsys.h1199 pid_t sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) argument
1215 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage) argument
1222 pid_t waitpid(pid_t pid, int *status, int options) argument

Completed in 633 milliseconds

<<11121314151617181920