/linux/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 262 #define set_bits(v, p) outw(inw(p)|(v), (p)) argument 263 #define mask_bits(v, p) outw(inw(p)&(v), (p)) argument 1781 u_short p = mdio_read(dev, smc->mii_if.phy_id, 5); in media_check() local
|
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 923 static int atl2_set_mac(struct net_device *netdev, void *p) in atl2_set_mac() 1810 struct ethtool_regs *regs, void *p) in atl2_get_regs() 2857 struct atl2_opt_list { int i; char *str; } *p; member
|
/linux/fs/udf/ |
H A D | super.c | 1060 struct partitionDesc *p, in check_partition_desc() 1109 struct partitionDesc *p, int p_index) in udf_fill_partdesc_info() 1284 struct partitionDesc *p; in udf_load_partdesc() local
|
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_ccg.c | 879 u8 *p; in ccg_cmd_reset() local 974 u8 *p; in ccg_cmd_write_flash_row() local 1155 const char *p, *s; in do_flash() local
|
/linux/drivers/nvmem/ |
H A D | core.c | 564 struct nvmem_cell_entry *cell, *p; in nvmem_device_remove_all_cells() local 1606 u8 *p, *b; in nvmem_shift_read_buffer_in_place() local 1712 u8 v, *p, *buf, *b, pbyte, pbits; in nvmem_cell_prepare_write_buffer() local
|
/linux/drivers/hid/ |
H A D | hid-multitouch.c | 109 __s32 *x, *y, *cx, *cy, *p, *w, *h, *a; member 236 #define MT_USB_DEVICE(v, p) HID_DEVICE(BUS_USB, HID_GROUP_MULTITOUCH, v, p) argument 237 #define MT_BT_DEVICE(v, p) HID_DEVICE(BUS_BLUETOOTH, HID_GROUP_MULTITOUCH, v, p) argument
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_guc_ct.c | 1951 struct drm_printer *p) in guc_ctb_snapshot_print() 2012 struct drm_printer *p) in xe_guc_ct_snapshot_print() 2061 void xe_guc_ct_print(struct xe_guc_ct *ct, struct drm_printer *p, bool want_ctb) in xe_guc_ct_print()
|
/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 1419 const char *p; in scu_command() local 6292 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_set_parameters() local 6662 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in drxk_get_tune_settings() local 6720 struct dtv_frontend_properties *p; in drxk_attach() local
|
H A D | tda10021.c | 388 struct dtv_frontend_properties *p) in tda10021_get_frontend()
|
/linux/net/core/ |
H A D | pktgen.c | 3330 char *p = pkt_dev->result; show_results() local 3758 struct pktgen_dev *p, *pkt_dev = NULL; pktgen_find_dev() local 3903 struct task_struct *p; pktgen_create_thread() local 3956 struct pktgen_dev *p; _rem_dev_from_if_list() local [all...] |
/linux/drivers/net/ethernet/marvell/ |
H A D | skge.c | 133 void *p) in skge_get_regs() 493 struct ethtool_ringparam *p, in skge_get_ring_param() 507 struct ethtool_ringparam *p, in skge_set_ring_param() 3453 static int skge_set_mac_address(struct net_device *dev, void *p) in skge_set_mac_address()
|
/linux/drivers/firmware/arm_scmi/ |
H A D | driver.c | 211 char *signature, *p; in scmi_vendor_protocol_signature() local 1571 struct scmi_xfer **p) in xfer_get_init() 2514 struct list_head *p; in scmi_handle_get() local 2815 static int scmi_chan_destroy(int id, void *p, void *idr) in scmi_chan_destroy()
|
/linux/tools/thermal/tmon/ |
H A D | tui.c | 62 static void close_panel(PANEL *p) in close_panel()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_bpf2bpf.c | 66 struct bpf_program **prog = NULL, *p; in test_fexit_bpf2bpf_common() local
|
/linux/drivers/clk/ |
H A D | clk-gemini.c | 115 #define to_gemini_reset(p) container_of((p), struct gemini_reset, rcdev) argument
|
H A D | clk-highbank.c | 41 #define to_hb_clk(p) container_of(p, struct hb_clk, hw) argument
|
/linux/drivers/mailbox/ |
H A D | hi6220-mailbox.c | 149 static irqreturn_t hi6220_mbox_interrupt(int irq, void *p) in hi6220_mbox_interrupt()
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 441 static void omap_plane_atomic_print_state(struct drm_printer *p, in omap_plane_atomic_print_state()
|
/linux/arch/powerpc/include/asm/ |
H A D | pmac_pfunc.h | 27 u32 *p; member
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_lpss.c | 72 static void byt_set_termios(struct uart_port *p, struct ktermios *termios, in byt_set_termios()
|
/linux/arch/mips/mm/ |
H A D | cerr-sb1.c | 427 uint8_t p; in dc_ecc() local
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_spi.c | 245 u32 *p = buf; in sja1105_status_unpack() local
|
/linux/drivers/char/hw_random/ |
H A D | jh7110-trng.c | 83 #define to_trng(p) container_of(p, struct starfive_trng, rng) argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramfuc.h | 164 #define ram_init(s,p) ramfuc_init(&(s)->base, (p)) argument
|
/linux/drivers/usb/host/ |
H A D | uhci-debug.c | 29 char *p; in lprintk() local
|