/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sungem.c | 117 static u16 __sungem_phy_read(struct gem *gp, int phy_addr, int reg) in __sungem_phy_read() 145 struct gem *gp = netdev_priv(dev); in _sungem_phy_read() local 149 static inline u16 sungem_phy_read(struct gem *gp, int reg) in sungem_phy_read() 154 static void __sungem_phy_write(struct gem *gp, int phy_addr, int reg, u16 val) in __sungem_phy_write() 178 struct gem *gp = netdev_priv(dev); in _sungem_phy_write() local 182 static inline void sungem_phy_write(struct gem *gp, int reg, u16 val) in sungem_phy_write() 187 static inline void gem_enable_ints(struct gem *gp) in gem_enable_ints() 193 static inline void gem_disable_ints(struct gem *gp) in gem_disable_ints() 200 static void gem_get_cell(struct gem *gp) in gem_get_cell() 214 static void gem_put_cell(struct gem *gp) in gem_put_cell() [all …]
|
/Linux-v4.19/net/phonet/ |
D | pep-gprs.c | 64 static void gprs_writeable(struct gprs_dev *gp) in gprs_writeable() 78 struct gprs_dev *gp = sk->sk_user_data; in gprs_state_change() local 88 static int gprs_recv(struct gprs_dev *gp, struct sk_buff *skb) in gprs_recv() 151 struct gprs_dev *gp = sk->sk_user_data; in gprs_data_ready() local 162 struct gprs_dev *gp = sk->sk_user_data; in gprs_write_space() local 174 struct gprs_dev *gp = netdev_priv(dev); in gprs_open() local 188 struct gprs_dev *gp = netdev_priv(dev); in gprs_xmit() local 253 struct gprs_dev *gp; in gprs_attach() local 306 struct gprs_dev *gp = sk->sk_user_data; in gprs_detach() local
|
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/ |
D | cmd.c | 66 struct wl1271_ini_general_params *gp = in wl1271_cmd_general_parms() local 133 struct wl128x_ini_general_params *gp = in wl128x_cmd_general_parms() local 202 struct wl1271_ini_general_params *gp = &nvs->general_params; in wl1271_cmd_radio_parms() local 246 struct wl128x_ini_general_params *gp = &nvs->general_params; in wl128x_cmd_radio_parms() local
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_tcpbpf_kern.c | 26 struct tcpbpf_globals g, *gp; in update_event_map() local 68 struct tcpbpf_globals g, *gp; in bpf_testcb() local 93 struct tcpbpf_globals g, *gp; in bpf_testcb() local
|
/Linux-v4.19/drivers/video/fbdev/ |
D | sunxvr1000.c | 29 static int gfb_get_props(struct gfb_info *gp) in gfb_get_props() 70 static int gfb_set_fbinfo(struct gfb_info *gp) in gfb_set_fbinfo() 119 struct gfb_info *gp; in gfb_probe() local
|
/Linux-v4.19/drivers/input/gameport/ |
D | fm801-gp.c | 82 struct fm801_gp *gp; in fm801_gp_probe() local 133 struct fm801_gp *gp = pci_get_drvdata(pci); in fm801_gp_remove() local
|
/Linux-v4.19/sound/ppc/ |
D | tumbler.c | 172 #define do_gpio_write(gp, val) \ argument 174 #define do_gpio_read(gp) \ argument 176 #define tumbler_gpio_free(gp) /* NOP */ argument 178 static void write_audio_gpio(struct pmac_gpio *gp, int active) in write_audio_gpio() 187 static int check_audio_gpio(struct pmac_gpio *gp) in check_audio_gpio() 199 static int read_audio_gpio(struct pmac_gpio *gp) in read_audio_gpio() 732 struct pmac_gpio *gp; in tumbler_get_mute_switch() local 756 struct pmac_gpio *gp; in tumbler_put_mute_switch() local 957 static void check_mute(struct snd_pmac *chip, struct pmac_gpio *gp, int val, int do_notify, in check_mute() 1098 struct pmac_gpio *gp, int is_compatible) in tumbler_find_device()
|
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | mod_gadget.c | 93 #define usbhsg_gpriv_to_dev(gp) usbhs_priv_to_dev((gp)->mod.priv) argument 94 #define usbhsg_gpriv_to_priv(gp) ((gp)->mod.priv) argument 95 #define usbhsg_gpriv_to_dcp(gp) ((gp)->uep) argument 96 #define usbhsg_gpriv_to_nth_uep(gp, i) ((gp)->uep + i) argument 106 #define usbhsg_is_not_connected(gp) ((gp)->gadget.speed == USB_SPEED_UNKNOWN) argument 109 #define usbhsg_status_init(gp) do {(gp)->status = 0; } while (0) argument 110 #define usbhsg_status_set(gp, b) (gp->status |= b) argument 111 #define usbhsg_status_clr(gp, b) (gp->status &= ~b) argument 112 #define usbhsg_status_has(gp, b) (gp->status & b) argument
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-eeprom-read.c | 133 u32 gp = iwl_read32(trans, CSR_EEPROM_GP) & CSR_EEPROM_GP_VALID_MSK; in iwl_eeprom_verify_signature() local 363 u32 gp = iwl_read32(trans, CSR_EEPROM_GP); in iwl_read_eeprom() local
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | types.h | 28 unsigned long gp; member
|
D | module.h | 22 unsigned long gp; /* global-pointer for module */ member
|
/Linux-v4.19/arch/ia64/hp/common/ |
D | aml_nfw.c | 41 void *gp; member 52 u64 gp; member
|
/Linux-v4.19/arch/ia64/kernel/ |
D | esi.c | 39 u64 gp; member 45 void *gp; member
|
D | machine_kexec.c | 90 u64 fp, gp; in ia64_machine_kexec() local
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | malta-amon.c | 43 unsigned long gp, unsigned long a0) in amon_cpu_start()
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_pid.h | 30 s32 gd, gp, gr; /* PID gains */ member 63 s32 gd, gp, gr; /* PID gains */ member
|
/Linux-v4.19/arch/mips/include/asm/ |
D | smp-cps.h | 19 unsigned long gp; member
|
D | regdef.h | 55 #define gp $28 /* global pointer */ macro 98 #define gp $28 /* global pointer - caller saved for PIC */ macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | ptrace.h | 42 unsigned long gp; /* Global pointer */ member 62 unsigned long gp; member
|
/Linux-v4.19/arch/mips/kernel/ |
D | smp-cmp.c | 82 struct thread_info *gp = task_thread_info(idle); in cmp_boot_secondary() local
|
/Linux-v4.19/arch/parisc/kernel/ |
D | unwind.c | 100 unsigned long base_addr, unsigned long gp, in unwind_table_init() 144 unsigned long gp, in unwind_table_add()
|
/Linux-v4.19/arch/nds32/include/uapi/asm/ |
D | ptrace.h | 15 long gp; member
|
/Linux-v4.19/arch/mips/include/asm/mips-boards/ |
D | launch.h | 10 unsigned long gp; member
|
/Linux-v4.19/drivers/char/agp/ |
D | uninorth-agp.c | 152 u32 *gp; in uninorth_insert_memory() local 201 u32 *gp; in uninorth_remove_memory() local
|
/Linux-v4.19/sound/pci/au88x0/ |
D | au88x0_game.c | 97 struct gameport *gp; in vortex_gameport_register() local
|