/linux/drivers/media/dvb-frontends/ |
H A D | rtl2832_sdr.c | 31 #define V4L2_SUBDEV_HAS_OP(sd, o, f) \ argument 1038 struct v4l2_frequency *f) in rtl2832_sdr_g_frequency() 1065 const struct v4l2_frequency *f) in rtl2832_sdr_s_frequency() 1109 struct v4l2_fmtdesc *f) in rtl2832_sdr_enum_fmt_sdr_cap() 1125 struct v4l2_format *f) in rtl2832_sdr_g_fmt_sdr_cap() 1139 struct v4l2_format *f) in rtl2832_sdr_s_fmt_sdr_cap() 1170 struct v4l2_format *f) in rtl2832_sdr_try_fmt_sdr_cap()
|
/linux/fs/ |
H A D | file.c | 456 struct file *f = rcu_dereference_raw(*old_fds++); in dup_fd() local 898 static struct file *__get_file_rcu(struct file __rcu **f) in __get_file_rcu() 952 struct file *get_file_rcu(struct file __rcu **f) in get_file_rcu() 976 struct file *get_file_active(struct file **f) in get_file_active() 1227 struct fd f = fdget(fd); in fdget_pos() local 1237 void __f_unlock_pos(struct file *f) in __f_unlock_pos() 1442 struct file *f; in SYSCALL_DEFINE2() local
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 384 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency() 400 static int vidioc_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *f) in vidioc_s_frequency() 550 struct v4l2_format *f) in vidioc_g_fmt_sliced_vbi_out() 568 struct v4l2_format *f) in vidioc_try_fmt_sliced_vbi_out() 589 struct v4l2_format *f) in vidioc_s_fmt_sliced_vbi_out()
|
/linux/arch/alpha/kernel/ |
H A D | setup.c | 1032 show_cache_size (struct seq_file *f, const char *which, int shape) in show_cache_size() 1045 show_cpuinfo(struct seq_file *f, void *slot) in show_cpuinfo() 1322 c_start(struct seq_file *f, loff_t *pos) in c_start() 1328 c_next(struct seq_file *f, void *v, loff_t *pos) in c_next() 1335 c_stop(struct seq_file *f, void *v) in c_stop()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | tc.c | 203 struct flow_cls_offload tmp, *f = type_data; in mlx5e_rep_setup_ft_cb() local 251 struct flow_block_offload *f = type_data; in mlx5e_rep_setup_tc() local 384 struct flow_cls_offload *f = type_data; in mlx5e_rep_indr_setup_ft_cb() local 446 struct flow_block_offload *f) in mlx5e_rep_check_indr_block_supported() 486 struct flow_block_offload *f, in mlx5e_rep_indr_setup_block()
|
/linux/samples/connector/ |
H A D | ucon.c | 38 #define ulog(f, a...) fprintf(stdout, f, ##a) argument 40 #define ulog(f, a...) do {} while (0) argument
|
/linux/tools/include/linux/ |
H A D | spinlock.h | 20 #define spin_lock_irqsave(x, f) (void)f, pthread_mutex_lock(x) argument 21 #define spin_unlock_irqrestore(x, f) (void)f, pthread_mutex_unlock(x) argument
|
/linux/lib/zstd/common/ |
H A D | error_private.h | 50 #define CHECK_V_F(e, f) \ argument 56 #define CHECK_F(f) do { CHECK_V_F(_var_err__, f); } while (0) argument
|
/linux/lib/crypto/ |
H A D | curve25519-fiat32.c | 164 static __always_inline void fe_tobytes(u8 s[32], const fe *f) in fe_tobytes() 203 static __always_inline void fe_copy(fe *h, const fe *f) in fe_copy() 208 static __always_inline void fe_copy_lt(fe_loose *h, const fe *f) in fe_copy_lt() 264 static __always_inline void fe_add(fe_loose *h, const fe *f, const fe *g) in fe_add() 307 static __always_inline void fe_sub(fe_loose *h, const fe *f, const fe *g) in fe_sub() 428 static __always_inline void fe_mul_ttt(fe *h, const fe *f, const fe *g) in fe_mul_ttt() 433 static __always_inline void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) in fe_mul_tlt() 439 fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g) in fe_mul_tll() 550 static __always_inline void fe_sq_tl(fe *h, const fe_loose *f) in fe_sq_tl() 555 static __always_inline void fe_sq_tt(fe *h, const fe *f) in fe_sq_tt() [all …]
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_gp.c | 108 u32 *f = frame->frame; in lima_gp_task_validate() local 133 u32 *f = frame->frame; in lima_gp_task_run() local 248 u32 *f = frame->frame; in lima_gp_task_recover() local
|
/linux/drivers/media/radio/ |
H A D | dsbr100.c | 83 unsigned f = (freq / 16 * 80) / 1000 + 856; in dsbr100_setfreq() local 202 const struct v4l2_frequency *f) in vidioc_s_frequency() 214 struct v4l2_frequency *f) in vidioc_g_frequency()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramseq.h | 13 #define ram_setf(s,f,d) hwsq_setf(&(s)->base, (f), (d)) argument 14 #define ram_wait(s,f,d) hwsq_wait(&(s)->base, (f), (d)) argument
|
/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d-hw.c | 23 void g2d_set_src_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_src_size() 48 void g2d_set_dst_size(struct g2d_dev *d, struct g2d_frame *f) in g2d_set_dst_size()
|
/linux/drivers/acpi/acpica/ |
H A D | acinterp.h | 17 #define ACPI_EXD_OFFSET(f) (u8) ACPI_OFFSET (union acpi_operand_object,f) argument 18 #define ACPI_EXD_NSOFFSET(f) (u8) ACPI_OFFSET (struct acpi_namespace_node,f) argument
|
H A D | rsdumpinfo.c | 16 #define ACPI_RSD_OFFSET(f) (u8) ACPI_OFFSET (union acpi_resource_data,f) argument 17 #define ACPI_PRT_OFFSET(f) (u8) ACPI_OFFSET (struct acpi_pci_routing_table,f) argument
|
/linux/scripts/dtc/ |
H A D | dtc-parser.y | 326 FILE *f = srcfile_relative_open($4.val, NULL); variable 342 FILE *f = srcfile_relative_open($4.val, NULL); variable
|
/linux/net/packet/ |
H A D | af_packet.c | 1426 static unsigned int fanout_demux_qm(struct packet_fanout *f, in fanout_demux_cpu() argument 1433 static unsigned int fanout_demux_bpf(struct packet_fanout *f, in fanout_demux_rnd() argument 1410 fanout_demux_hash(struct packet_fanout * f,struct sk_buff * skb,unsigned int num) fanout_demux_hash() argument 1417 fanout_demux_lb(struct packet_fanout * f,struct sk_buff * skb,unsigned int num) fanout_demux_lb() argument 1440 fanout_demux_rollover(struct packet_fanout * f,struct sk_buff * skb,unsigned int idx,bool try_self,unsigned int num) fanout_demux_rollover() argument 1480 fanout_demux_qm(struct packet_fanout * f,struct sk_buff * skb,unsigned int num) fanout_demux_qm() argument 1487 fanout_demux_bpf(struct packet_fanout * f,struct sk_buff * skb,unsigned int num) fanout_demux_bpf() argument 1503 fanout_has_flag(struct packet_fanout * f,u16 flag) fanout_has_flag() argument 1511 struct packet_fanout *f = pt->af_packet_priv; packet_rcv_fanout() local 1567 struct packet_fanout *f = po->fanout; __fanout_link() local 1580 struct packet_fanout *f = po->fanout; __fanout_unlink() local 1607 fanout_init_data(struct packet_fanout * f) fanout_init_data() argument 1620 __fanout_set_data_bpf(struct packet_fanout * f,struct bpf_prog * new) __fanout_set_data_bpf() argument 1691 fanout_release_data(struct packet_fanout * f) fanout_release_data() argument 1702 struct packet_fanout *f; __fanout_id_is_free() local 1735 struct packet_fanout *f, *match; fanout_add() local 1875 struct packet_fanout *f; fanout_release() local 3174 struct packet_fanout *f; packet_release() local [all...] |
/linux/drivers/sbus/char/ |
H A D | display7seg.c | 73 static int d7s_open(struct inode *inode, struct file *f) in d7s_open() 81 static int d7s_release(struct inode *inode, struct file *f) in d7s_release()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.h | 119 #define OUTP_MSG(o,l,f,a...) do { \ argument 124 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument 125 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument 126 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
|
/linux/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 68 FILE *f; load_kallsyms_local_common() local 219 FILE *f; kallsyms_find() local 309 FILE *f; get_uprobe_offset() local 377 FILE *f; get_rel_offset() local [all...] |
/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_offload.c | 248 mtk_flow_offload_replace(struct mtk_eth *eth, struct flow_cls_offload *f, in mtk_flow_offload_replace() 502 mtk_flow_offload_destroy(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_destroy() 522 mtk_flow_offload_stats(struct mtk_eth *eth, struct flow_cls_offload *f) in mtk_flow_offload_stats() 594 mtk_eth_setup_tc_block(struct net_device *dev, struct flow_block_offload *f) in mtk_eth_setup_tc_block()
|
/linux/tools/wmi/ |
H A D | dell-smbios-example.c | 58 FILE *f; in find_token() local 145 FILE *f; in query_buffer_size() local
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | phy.c | 1055 static int carl9170_find_freq_idx(int nfreqs, u8 *freqs, u8 f) in carl9170_find_freq_idx() 1125 u8 f, tmp; in carl9170_set_freq_cal_data() local 1222 u8 f; in carl9170_get_max_edge_power() local 1262 u8 f; in carl9170_get_heavy_clip() local 1436 u8 f; in carl9170_set_power_cal() local
|
/linux/arch/arm64/kernel/pi/ |
H A D | idreg-override.c | 39 #define FIELD(n, s, f) { .name = n, .shift = s, .width = 4, .filter = f } argument 269 const struct ftr_set_desc *reg, int f, u64 *v) in find_field() 293 int f; in match_options() local
|
/linux/fs/ext2/ |
H A D | xattr.c | 75 # define ea_idebug(inode, f...) do { \ argument 81 # define ea_bdebug(bh, f...) do { \ argument 88 # define ea_idebug(inode, f...) no_printk(f) argument 89 # define ea_bdebug(bh, f...) no_printk(f) argument
|