Home
last modified time | relevance | path

Searched defs:p (Results 751 – 775 of 4540) sorted by relevance

1...<<31323334353637383940>>...182

/linux/drivers/clk/tegra/
H A Dclk-pll-out.c15 #define pll_out_enb(p) (BIT(p->enb_bit_idx)) argument
16 #define pll_out_rst(p) (BIT(p->rst_bit_idx)) argument
/linux/arch/riscv/kernel/
H A Dirq.c96 ulong *p; in init_irq_stacks() local
136 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts()
/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.c336 void *p; in __q6asm_memory_unmap() local
432 void *p; in __q6asm_memory_map_regions() local
933 void *p; in q6asm_open_write() local
1016 void *p; in __q6asm_run() local
1101 void *p; in q6asm_media_format_block_multi_ch_pcm() local
1147 void *p; in q6asm_stream_media_format_block_flac() local
1184 void *p; in q6asm_stream_media_format_block_wma_v9() local
1222 void *p; in q6asm_stream_media_format_block_wma_v10() local
1261 void *p; in q6asm_stream_media_format_block_alac() local
1303 void *p; in q6asm_stream_media_format_block_ape() local
[all …]
/linux/drivers/net/dsa/
H A Dmt7530.c192 _mt7530_unlocked_read(struct mt7530_dummy_poll *p) in _mt7530_unlocked_read()
198 _mt7530_read(struct mt7530_dummy_poll *p) in _mt7530_read()
214 struct mt7530_dummy_poll p; in mt7530_read() local
248 struct mt7530_dummy_poll p; in mt7530_fdb_cmd() local
549 struct mt7530_dummy_poll p; in mt7531_ind_c45_phy_read() local
597 struct mt7530_dummy_poll p; in mt7531_ind_c45_phy_write() local
643 struct mt7530_dummy_poll p; in mt7531_ind_c22_phy_read() local
681 struct mt7530_dummy_poll p; in mt7531_ind_c22_phy_write() local
1456 struct mt7530_port *p = &priv->ports[port], *other_p; in mt7530_update_port_member() local
1802 struct mt7530_dummy_poll p; in mt7530_vlan_cmd() local
[all …]
/linux/drivers/media/dvb-frontends/
H A Dstv0910.c903 struct dtv_frontend_properties *p) in set_stream_modes()
910 struct dtv_frontend_properties *p) in init_search_param()
1005 static int start(struct stv *state, struct dtv_frontend_properties *p) in start()
1275 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in set_parameters() local
1309 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_snr() local
1325 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_ber() local
1341 struct dtv_frontend_properties *p = &state->fe.dtv_property_cache; in read_signal_strength() local
1368 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_status() local
1537 struct dtv_frontend_properties *p) in get_frontend()
1740 struct stv_base *p; in match_base() local
[all …]
H A Dmxl5xx.c335 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in init() local
429 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in set_parameters() local
495 struct mxl *p; in sleep() local
517 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_snr() local
536 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_ber() local
592 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_signal_strength() local
613 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in read_status() local
680 struct dtv_frontend_properties *p) in get_frontend()
799 struct mxl_base *p; in match_base() local
/linux/drivers/net/can/kvaser_pciefd/
H A Dkvaser_pciefd_core.c720 static int kvaser_pciefd_prepare_tx_packet(struct kvaser_pciefd_tx_packet *p, in kvaser_pciefd_prepare_tx_packet()
1179 struct kvaser_pciefd_rx_packet *p, in kvaser_pciefd_handle_data_packet()
1272 static void kvaser_pciefd_packet_to_state(struct kvaser_pciefd_rx_packet *p, in kvaser_pciefd_packet_to_state()
1299 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_rx_error_frame()
1346 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_error_packet()
1366 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_status_resp()
1404 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_status_packet()
1460 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_nack_packet()
1486 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_ack_packet()
1535 struct kvaser_pciefd_rx_packet *p) in kvaser_pciefd_handle_eflush_packet()
[all …]
/linux/kernel/trace/
H A Dtrace_output.c70 trace_print_flags_seq(struct trace_seq *p, const char *delim, in trace_print_flags_seq()
108 trace_print_symbols_seq(struct trace_seq *p, unsigned long val, in trace_print_symbols_seq()
134 trace_print_flags_seq_u64(struct trace_seq *p, const char *delim, in trace_print_flags_seq_u64()
172 trace_print_symbols_seq_u64(struct trace_seq *p, unsigned long long val, in trace_print_symbols_seq_u64()
198 trace_print_bitmask_seq(struct trace_seq *p, void *bitmask_ptr, in trace_print_bitmask_seq()
222 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len, in trace_print_hex_seq()
241 trace_print_array_seq(struct trace_seq *p, const void *buf, int count, in trace_print_array_seq()
286 trace_print_hex_dump_seq(struct trace_seq *p, const char *prefix_str, in trace_print_hex_dump_seq()
305 struct trace_seq *p = &iter->tmp_seq; in trace_raw_output_prep() local
703 int a, p, x; in print_function_args() local
[all …]
/linux/fs/f2fs/
H A Dgc.c279 int type, struct victim_sel_policy *p) in select_policy()
322 struct victim_sel_policy *p) in get_max_cost()
389 unsigned int segno, struct victim_sel_policy *p, in get_gc_cost()
489 struct rb_node **p = &root->rb_root.rb_node; in __insert_victim_entry() local
514 struct victim_sel_policy *p, unsigned int segno) in add_victim_entry()
546 struct victim_sel_policy *p) in atgc_lookup_victim()
619 struct victim_sel_policy *p) in atssr_lookup_victim()
683 struct victim_sel_policy *p) in lookup_victim_by_age()
774 struct victim_sel_policy p; in f2fs_get_victim() local
/linux/arch/sparc/kernel/
H A Dmodule.c168 void *p = (void *) sun4v_1insn->sh_addr; in do_patch_sections() local
172 void *p = (void *) sun4v_2insn->sh_addr; in do_patch_sections() local
/linux/arch/arm64/include/asm/
H A Dpreempt.h22 #define init_task_preempt_count(p) do { \ argument
26 #define init_idle_preempt_count(p, cpu) do { \ argument
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func9.c69 __noinline int quuz(int **p) in quuz()
128 int *p; in global_func9() local
/linux/lib/crc/loongarch/
H A Dcrc32.h29 static inline u32 crc32_le_arch(u32 crc, const u8 *p, size_t len) in crc32_le_arch()
65 static inline u32 crc32c_arch(u32 crc, const u8 *p, size_t len) in crc32c_arch()
/linux/arch/mips/include/asm/
H A Daddrspace.h131 #define PHYS_TO_XKSEG_UNCACHED(p) PHYS_TO_XKPHYS(K_CALG_UNCACHED, (p)) argument
132 #define PHYS_TO_XKSEG_CACHED(p) PHYS_TO_XKPHYS(K_CALG_COH_SHAREABLE, (p)) argument
133 #define XKPHYS_TO_PHYS(p) ((p) & TO_PHYS_MASK) argument
/linux/arch/parisc/kernel/
H A Dsmp.c123 struct cpuinfo_parisc *p = &per_cpu(cpu_data, this_cpu); in ipi_interrupt() local
199 struct cpuinfo_parisc *p = &per_cpu(cpu_data, cpu); in ipi_send() local
335 const struct cpuinfo_parisc *p = &per_cpu(cpu_data, cpuid); in smp_boot_one_cpu() local
/linux/fs/exfat/
H A Dcache.c89 struct exfat_cache *hit = &nohit, *p; in exfat_cache_lookup() local
124 struct exfat_cache *p; in exfat_cache_merge() local
174 struct list_head *p = ei->cache_lru.prev; in exfat_cache_add() local
/linux/drivers/media/dvb-core/
H A Ddvb_net.c181 static int ule_test_sndu( struct dvb_net_priv *p ) in ule_test_sndu()
186 static int ule_bridged_sndu( struct dvb_net_priv *p ) in ule_bridged_sndu()
206 static int ule_exthdr_padding(struct dvb_net_priv *p) in ule_exthdr_padding()
217 static int handle_one_ule_extension( struct dvb_net_priv *p ) in handle_one_ule_extension()
266 static int handle_ule_extensions( struct dvb_net_priv *p ) in handle_ule_extensions()
287 static inline void reset_ule( struct dvb_net_priv *p ) in reset_ule()
1270 static int dvb_net_set_mac (struct net_device *dev, void *p)
/linux/fs/ocfs2/
H A Dstack_user.c175 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_set_handshake_state() local
181 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_get_handshake_state() local
303 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_install_private() local
363 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_do_setnode_msg() local
392 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_do_setversion_msg() local
555 struct ocfs2_control_private *p = file->private_data; in ocfs2_control_release() local
594 struct ocfs2_control_private *p; in ocfs2_control_open() local
/linux/fs/ubifs/
H A Drecovery.c52 uint8_t *p = buf; in is_empty() local
71 uint8_t *p = buf; in first_non_ff() local
405 uint8_t *p; in is_last_write() local
1249 struct rb_node **p = &c->size_tree.rb_node, *parent = NULL; in add_ino() local
1283 struct rb_node *p = c->size_tree.rb_node; in find_ino() local
1405 unsigned char *p; in fix_size_in_place() local
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py434 def p_spec(p): argument
445 def p_assign(p): argument
451 def p_ltl(p): argument
459 def p_opd(p): argument
474 def p_unop(p): argument
494 def p_binop(p): argument
/linux/arch/arc/kernel/
H A Ddisasm.c435 long *p; in get_reg() local
479 long *p; in set_reg() local
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_benchmark.c69 struct drm_printer *p) in lsdc_benchmark_copy()
103 int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p) in lsdc_show_benchmark_copy()
/linux/lib/raid6/
H A Drecov_neon_inner.c28 void __raid6_2data_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dp, in __raid6_2data_recov_neon()
78 void __raid6_datap_recov_neon(int bytes, uint8_t *p, uint8_t *q, uint8_t *dq, in __raid6_datap_recov_neon()
/linux/fs/bcachefs/
H A Drebalance.c55 struct extent_ptr_decoded p; in bch2_bkey_ptrs_need_compress() local
118 struct extent_ptr_decoded p; in bch2_bkey_sectors_need_rebalance() local
383 unsigned p = bch2_bkey_ptrs_need_compress(c, io_opts, k, ptrs); in next_rebalance_extent() local
697 struct task_struct *p; in bch2_rebalance_stop() local
716 struct task_struct *p; in bch2_rebalance_start() local
/linux/sound/usb/
H A Dcard.c569 static const struct usb_audio_device_name *p; in lookup_device_name() local
834 const struct usb_device_id *p; in get_alias_quirk() local
1048 struct list_head *p; in usb_audio_disconnect() local
1184 struct list_head *p; in usb_audio_suspend() local
1217 struct list_head *p; in usb_audio_resume() local

1...<<31323334353637383940>>...182