Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 162 of 162) sorted by relevance

/linux-4.4.14/tools/lib/api/fs/
Dfs.c69 struct fs { struct
88 static struct fs fs__entries[] = { argument
111 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts()
133 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount()
145 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts()
176 static bool fs__env_override(struct fs *fs) in fs__env_override()
195 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint()
211 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local
219 static const char *mount_overload(struct fs *fs) in mount_overload()
233 struct fs *fs = &fs__entries[idx]; in fs__mount() local
/linux-4.4.14/include/math-emu/
Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
209 #define _FP_ISSIGNAN(fs, wc, X) \ argument
229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
367 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
368 #define _FP_SUB(fs, wc, R, X, Y) \ argument
380 #define _FP_NEG(fs, wc, R, X) \ argument
393 #define _FP_MUL(fs, wc, R, X, Y) \ argument
456 #define _FP_DIV(fs, wc, R, X, Y) \ argument
526 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
[all …]
Dop-1.h60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument
61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument
75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
211 #define _FP_PACK_RAW_2(fs, val, X) \ argument
223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
428 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
496 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dop-4.h134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux-4.4.14/arch/mips/math-emu/
Dcp1emu.c1468 union ieee754sp fd, fr, fs, ft; in fpux_emu() local
1565 union ieee754dp fd, fr, fs, ft; in fpux_emu() local
1675 union ieee754sp fs, ft; in fpu_emu() local
1771 union ieee754sp ft, fs, fd; in fpu_emu() local
1784 union ieee754sp ft, fs, fd; in fpu_emu() local
1797 union ieee754sp fs; in fpu_emu() local
1809 union ieee754sp fs; in fpu_emu() local
1821 union ieee754sp fs, ft; in fpu_emu() local
1833 union ieee754sp fs, ft; in fpu_emu() local
1845 union ieee754sp fs, ft; in fpu_emu() local
[all …]
/linux-4.4.14/fs/
Dfs_struct.c13 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root()
32 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd()
59 struct fs_struct *fs; in chroot_fs_refs() local
86 void free_fs_struct(struct fs_struct *fs) in free_fs_struct()
95 struct fs_struct *fs = tsk->fs; in exit_fs() local
112 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local
133 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
Dfilesystems.c36 void get_filesystem(struct file_system_type *fs) in get_filesystem()
41 void put_filesystem(struct file_system_type *fs) in put_filesystem()
69 int register_filesystem(struct file_system_type * fs) in register_filesystem()
101 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
261 struct file_system_type *fs; in __get_fs_type() local
273 struct file_system_type *fs; in get_fs_type() local
Dbinfmt_aout.c48 mm_segment_t fs; in aout_core_dump() local
Dfhandle.c119 struct fs_struct *fs = current->fs; in get_vfsmount_from_fd() local
Dsuper.c297 struct file_system_type *fs = s->s_type; in deactivate_locked_super() local
Dbinfmt_elf.c1288 mm_segment_t fs = get_fs(); in vma_dump_size() local
2127 mm_segment_t fs; in elf_core_dump() local
Dbinfmt_elf_fdpic.c1574 mm_segment_t fs; in elf_fdpic_core_dump() local
Ddcache.c3046 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu()
3210 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
Dnamei.c815 struct fs_struct *fs = current->fs; in set_root_rcu() local
2042 struct fs_struct *fs = current->fs; in path_init() local
Dnamespace.c3309 struct fs_struct *fs = current->fs; in mntns_install() local
/linux-4.4.14/drivers/block/
Dswim3.c260 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) in swim3_end_request()
277 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
289 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
301 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
312 static void start_request(struct floppy_state *fs) in start_request()
394 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout()
406 static inline void scan_track(struct floppy_state *fs) in scan_track()
419 static inline void seek_track(struct floppy_state *fs, int n) in seek_track()
449 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer()
503 static void act(struct floppy_state *fs) in act()
[all …]
Dswim.c428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track()
445 static int floppy_eject(struct floppy_state *fs) in floppy_eject()
459 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector()
496 static int floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
531 struct floppy_state *fs; in redo_fd_request() local
573 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
591 static void setup_medium(struct floppy_state *fs) in setup_medium()
619 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local
678 struct floppy_state *fs = disk->private_data; in floppy_release() local
695 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
[all …]
/linux-4.4.14/drivers/clk/st/
Dclkgen-fsyn.c496 static int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate()
524 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
708 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable()
718 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate()
745 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local
770 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local
786 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local
797 static int clk_fs216c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs216c65_get_rate()
817 static int clk_fs432c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs432c65_get_rate()
840 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate()
[all …]
/linux-4.4.14/fs/gfs2/
Dutil.h22 #define fs_emerg(fs, fmt, ...) \ argument
24 #define fs_warn(fs, fmt, ...) \ argument
26 #define fs_err(fs, fmt, ...) \ argument
28 #define fs_info(fs, fmt, ...) \ argument
/linux-4.4.14/include/linux/
Dfs_struct.h26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root()
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
Dethtool.h34 struct compat_ethtool_rx_flow_spec fs; member
Dsched.h1563 struct fs_struct *fs; member
/linux-4.4.14/drivers/spi/
Dspi-sh-msiof.c378 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
388 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
398 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
418 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
428 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
438 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
448 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
458 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
468 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
[all …]
/linux-4.4.14/drivers/dio/
Ddio.c119 mm_segment_t fs; in dio_find() local
173 mm_segment_t fs; in dio_init() local
/linux-4.4.14/sound/core/
Dpcm_iec958.c30 unsigned int fs, ws; in snd_pcm_create_iec958_consumer() local
Dpcm_native.c185 mm_segment_t fs = get_fs(); in snd_enter_user() local
190 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
3010 mm_segment_t fs; in snd_pcm_kernel_ioctl() local
Dpcm_compat.c30 mm_segment_t fs; in snd_pcm_ioctl_delay_compat() local
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c55 u32 fs, gs; in dump_thread32() local
151 mm_segment_t fs; in aout_core_dump() local
/linux-4.4.14/sound/drivers/opl3/
Dopl3_oss.c34 mm_segment_t fs = get_fs(); in snd_enter_user() local
39 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-4.4.14/sound/
Dsound_firmware.c68 mm_segment_t fs = get_fs(); in mod_firmware_load() local
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c201 mm_segment_t fs; in do_locks() local
258 mm_segment_t fs; in sys_oabi_epoll_ctl() local
279 mm_segment_t fs; in sys_oabi_epoll_wait() local
338 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
Dtraps.c100 mm_segment_t fs; in dump_mem() local
140 mm_segment_t fs; in dump_instr() local
Dsetup.c547 u32 fs[3], bits[3], ls, mask = 0; in smp_build_mpidr_hash() local
/linux-4.4.14/arch/x86/boot/compressed/
Dcmdline.c5 static unsigned long fs; variable
/linux-4.4.14/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c122 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt()
806 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local
829 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format()
866 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format()
998 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local
1032 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local
1275 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local
/linux-4.4.14/drivers/ps3/
Dps3av_cmd.c478 u32 fs; member
489 static u8 ps3av_cnv_mclk(u32 fs) in ps3av_cnv_mclk()
513 static void ps3av_cnv_ns(u8 *ns, u32 fs, u32 video_vid) in ps3av_cnv_ns()
679 u32 ch, u32 fs, u32 word_bits, u32 format, in ps3av_cmd_set_audio_mode()
Dps3av.c419 int ps3av_set_audio_mode(u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) in ps3av_set_audio_mode()
/linux-4.4.14/arch/x86/um/asm/
Dprocessor_64.h13 unsigned long fs; member
/linux-4.4.14/arch/unicore32/kernel/
Dtraps.c68 mm_segment_t fs; in dump_mem() local
108 mm_segment_t fs; in dump_instr() local
/linux-4.4.14/arch/m68k/kernel/
Dtraps.c701 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf()
766 unsigned int fs; in buserr_c() local
/linux-4.4.14/arch/x86/include/asm/
Dsuspend_32.h14 u16 es, fs, gs, ss; member
Dsuspend_64.h22 u16 ds, es, fs, gs, ss; member
Dvm86.h26 unsigned short fs, __fsh; member
Dlguest.h36 unsigned long fs, ds, es; member
Duser_32.h87 unsigned long fs; member
Dptrace.h21 unsigned long fs; member
Duser_64.h94 unsigned long fs; member
Duser32.h38 unsigned short fs, __fs, gs, __gs; member
Dprocessor.h255 unsigned short fs, __fsh; member
389 unsigned long fs; member
Dsvm.h143 struct vmcb_seg fs; member
/linux-4.4.14/arch/arm64/kernel/
Dtraps.c61 mm_segment_t fs; in dump_mem() local
117 mm_segment_t fs; in dump_instr() local
Dsetup.c122 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
/linux-4.4.14/sound/soc/
Dsoc-utils.c42 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots) in snd_soc_calc_bclk()
/linux-4.4.14/drivers/usb/gadget/
Dconfig.c164 struct usb_descriptor_header **fs, in usb_assign_descriptors()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dkernel_user_comm.c60 mm_segment_t fs; in libcfs_kkuc_msg_put() local
/linux-4.4.14/drivers/iio/common/st_sensors/
Dst_sensors_core.c127 unsigned int fs, int *index_fs_avl) in st_sensors_match_fs()
146 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale()
/linux-4.4.14/sound/core/seq/
Dseq_compat.c50 mm_segment_t fs; in snd_seq_call_port_info_ioctl() local
Dseq_clientmgr.c93 mm_segment_t fs = get_fs(); in snd_enter_user() local
98 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
2419 mm_segment_t fs; in snd_seq_kernel_client_ctl() local
/linux-4.4.14/sound/soc/codecs/
Dtfa9879.c35 int fs; in tfa9879_hw_params() local
Dwm8955.c47 int fs; member
200 int fs; member
Dak4671.c431 u8 fs; in ak4671_hw_params() local
Dak4535.c268 int rate = params_rate(params), fs = 256; in ak4535_hw_params() local
Dnau8825.c874 static int nau8825_calc_fll_param(unsigned int fll_in, unsigned int fs, in nau8825_calc_fll_param()
954 int ret, fs; in nau8825_set_pll() local
Dadau1977.c266 unsigned int fs) in adau1977_lookup_mcs()
303 int mcs, fs; in adau1977_hw_params() local
Dak4641.c303 int rate = params_rate(params), fs = 256; in ak4641_i2s_hw_params() local
Dwm8711.c106 u16 fs; member
Dwm8971.c367 u16 fs; member
Dwm8750.c433 u16 fs; member
Dwm8961.c510 int i, best, target, fs; in wm8961_hw_params() local
Dmax98088.c1401 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local
1448 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
Dwm8903.c127 int fs; member
1438 int fs = params_rate(params); in wm8903_hw_params() local
Dda732x.c955 u32 fs; in da732x_hw_params() local
Dalc5632.c768 u16 fs; member
Dwm8988.c455 u16 fs; member
Dalc5623.c590 u16 fs; member
Dsta350.c580 int fs; member
Dda7213.c1074 u8 fs; in da7213_hw_params() local
Dwm8731.c254 u16 fs; member
Dmax98095.c1504 int fs, best, best_val, i; in max98095_put_eq_enum() local
1658 int fs, best, best_val, i; in max98095_put_bq_enum() local
Dsta32x.c544 int fs; member
Dak4642.c456 int ps, fs; in ak4642_set_mcko() local
Dwm9081.c154 int fs; member
Dwm8993.c219 unsigned int fs; member
Dda7210.c766 u32 fs, sysclk; in da7210_hw_params() local
Dda7219.c1288 u8 dai_ctrl = 0, fs; in da7219_hw_params() local
Dmax98090.c1893 int target_dmic_clk, int pclk, int fs) in max98090_configure_dmic()
Dda9055.c1057 u8 aif_ctrl, fs; in da9055_hw_params() local
Dwm8904.c87 int fs; member
/linux-4.4.14/arch/sh/include/asm/
Dsfp-machine.h57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.4.14/drivers/net/fddi/skfp/
Dess.c118 int fs) in ess_raf_received_pack()
Dsmt.c469 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
/linux-4.4.14/sound/soc/samsung/
Ds3c24xx_uda134x.c87 int fs = i ? 256 : 384; in s3c24xx_uda134x_startup() local
Ds3c-i2s-v2.c570 unsigned int fs; in s3c_i2sv2_iis_calc_rate() local
/linux-4.4.14/drivers/scsi/esas2r/
Desas2r_ioctl.c1961 struct esas2r_ioctl_fs *fs = in get_physaddr_fs_api() local
1979 struct esas2r_ioctl_fs *fs = in esas2r_read_fs() local
2054 struct esas2r_ioctl_fs *fs = (struct esas2r_ioctl_fs *)buf; in esas2r_write_fs() local
Desas2r_flash.c830 struct esas2r_ioctl_fs *fs = in esas2r_complete_fs_ioctl() local
846 struct esas2r_ioctl_fs *fs, in esas2r_process_fs_ioctl()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c70 mm_segment_t fs = get_fs(); in snd_enter_user() local
75 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
1194 mm_segment_t fs; in snd_pcm_oss_write3() local
1237 mm_segment_t fs; in snd_pcm_oss_read3() local
1276 mm_segment_t fs; in snd_pcm_oss_writev3() local
1316 mm_segment_t fs; in snd_pcm_oss_readv3() local
1655 mm_segment_t fs; in snd_pcm_oss_sync() local
/linux-4.4.14/arch/sparc/include/asm/
Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.4.14/arch/alpha/include/asm/
Dsfp-machine.h55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c732 static int load_eq_table(struct hfi1_devdata *dd, const u8 eq[11][3], u8 fs, in load_eq_table()
875 u32 reg32, fs, lf; in do_pcie_gen3_transition() local
/linux-4.4.14/sound/oss/
Ddmabuf.c240 mm_segment_t fs = get_fs(); in default_set_bits() local
250 mm_segment_t fs = get_fs(); in default_set_speed() local
261 mm_segment_t fs = get_fs(); in default_set_channels() local
Dad1848.c1126 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_output() local
1194 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_input() local
Dswarm_cs4297a.c2626 mm_segment_t fs; in cs4297a_init() local
/linux-4.4.14/arch/x86/include/uapi/asm/
Dsigcontext.h203 __u16 fs, __fsh; member
258 __u16 fs; member
301 __u16 fs, __fsh; member
345 __u16 fs; member
Dvm86.h88 unsigned short fs, __fsh; member
Dkvm.h147 struct kvm_segment cs, ds, es, fs, gs, ss; member
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dsigcontext.h16 unsigned long fs[32]; /* fpu registers */ member
/linux-4.4.14/arch/mn10300/include/asm/
Dprocessor.h92 unsigned long fs[32]; /* fpu registers */ member
/linux-4.4.14/net/phonet/
Dpep-gprs.c100 struct sk_buff *rskb, *fs; in gprs_recv() local
Dpep.c1210 struct sk_buff *rskb, *fs; in pep_write() local
/linux-4.4.14/kernel/
Dfork.c996 struct fs_struct *fs = current->fs; in copy_fs() local
1914 struct fs_struct *fs = current->fs; in unshare_fs() local
1958 struct fs_struct *fs, *new_fs = NULL; in SYSCALL_DEFINE1() local
/linux-4.4.14/sound/soc/mediatek/
Dmtk-afe-pcm.c245 int fs = mtk_afe_i2s_fs(rate); in mtk_afe_set_i2s() local
656 int fs = mtk_afe_i2s_fs(params_rate(params)); in mtk_afe_dais_hw_params() local
713 int fs = mtk_afe_i2s_fs(runtime->rate); in mtk_afe_dais_trigger() local
/linux-4.4.14/arch/m68k/include/asm/
Dprocessor.h87 unsigned short fs; /* saved fs (sfc, dfc) */ member
/linux-4.4.14/include/uapi/video/
Duvesafb.h21 __u16 fs; member
/linux-4.4.14/drivers/mtd/
Dafs.c73 struct footer_struct fs; in afs_read_footer() local
/linux-4.4.14/arch/s390/include/asm/
Dsfp-machine.h58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c284 struct skb_frag_struct *fs = skb_shinfo(skb)->frags + i; in cvm_oct_xmit() local
/linux-4.4.14/fs/autofs4/
Dwaitq.c61 mm_segment_t fs; in autofs4_write() local
/linux-4.4.14/arch/arm/include/asm/
Duaccess.h99 static inline void set_fs(mm_segment_t fs) in set_fs()
296 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/arch/arm64/include/asm/
Duaccess.h64 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/arch/x86/kernel/
Dprocess_64.c60 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
/linux-4.4.14/include/asm-generic/
Duaccess.h28 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/arch/x86/include/asm/xen/
Dinterface_32.h67 uint16_t fs, _pad4; member
Dinterface_64.h125 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member
/linux-4.4.14/arch/blackfin/include/asm/
Duaccess.h25 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.4.14/drivers/video/fbdev/
Dhpfb.c380 mm_segment_t fs; in hpfb_init() local
/linux-4.4.14/security/apparmor/include/
Daudit.h127 } fs; member
/linux-4.4.14/arch/x86/kvm/
Dtss.h27 u32 fs; member
Dsvm.c143 u16 fs; member
/linux-4.4.14/arch/x86/boot/
Dboot.h94 static inline u16 fs(void) in fs() function
254 u16 gs, fs; member
/linux-4.4.14/net/netfilter/
Dxt_set.c42 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument
/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c1004 mm_segment_t fs; in hp_sdc_register() local
/linux-4.4.14/drivers/media/dvb-frontends/
Datbm8830.c121 u32 fs = priv->config->osc_clk_freq; in set_if_freq() local
Dsi21xx.c145 int fs; /*Sampling rate of the ADC in MHz*/ member
/linux-4.4.14/fs/hpfs/
Danode.c69 unsigned fs; in hpfs_add_sector_to_btree() local
/linux-4.4.14/init/
Ddo_mounts.c363 static int __init do_mount_root(char *name, char *fs, int flags, void *data) in do_mount_root()
/linux-4.4.14/tools/testing/selftests/x86/
Dsigreturn.c278 unsigned short cs, gs, fs, ss; member
/linux-4.4.14/arch/powerpc/include/asm/
Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
Dprocessor.h216 mm_segment_t fs; /* for get_fs() validation */ member
Dps3av.h421 u8 fs; member
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Davmfritz.c452 int count, fs, cnt = 0, idx; in hdlc_fill_fifo() local
539 int len, fs; in HDLC_irq() local
/linux-4.4.14/scripts/kconfig/
Dgconf.c506 GtkWidget *fs; in on_load1_activate() local
547 GtkWidget *fs; in on_save_as1_activate() local
/linux-4.4.14/sound/soc/atmel/
Datmel-classd.c380 int fs; in atmel_classd_codec_dai_hw_params() local
/linux-4.4.14/include/linux/iio/common/
Dst_sensors.h190 struct st_sensor_fullscale fs; member
/linux-4.4.14/drivers/net/ethernet/apple/
Dmacmace.c562 int intr, fs; in mace_interrupt() local
Dmace.c666 int intr, fs, i, stat, x; in mace_interrupt() local
/linux-4.4.14/net/atm/
Dbr2684.c363 struct br2684_filter_set fs; in br2684_setfilt() local
/linux-4.4.14/sound/pci/emu10k1/
Demufx.c318 mm_segment_t fs = get_fs(); in snd_enter_user() local
323 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-4.4.14/drivers/staging/comedi/drivers/
Djr3_pci.c538 struct force_array __iomem *fs = &channel->full_scale; in jr3_pci_poll_subdevice() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c309 struct ethtool_rx_flow_spec *fs = in bnxt_grxclsrule() local
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddib0700_devices.c2031 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local
2537 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_xmit.h77 u32 fs:1; member
Drtl8723a_hal.h424 u32 fs:1; member
/linux-4.4.14/drivers/usb/gadget/function/
Df_printer.c218 struct usb_endpoint_descriptor *fs, in ep_desc()
/linux-4.4.14/include/uapi/linux/
Dethtool.h886 struct ethtool_rx_flow_spec fs; member
993 struct ethtool_rx_ntuple_flow_spec fs; member
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h76 u32 fs:1; member
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c109 struct ch_filter_specification fs; member
/linux-4.4.14/sound/pci/hda/
Dhda_codec.c1744 mm_segment_t fs = get_fs(); in get_kctl_0dB_offset() local
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c753 struct i40e_fcoe_stats *fs; /* device's eth stats */ in i40e_update_fcoe_stats() local
/linux-4.4.14/drivers/net/ethernet/freescale/
Dgianfar.h50 struct ethtool_rx_flow_spec fs; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_hw.h3639 uint32_t fs:1; member
3649 uint32_t fs:1; member