/linux/drivers/tty/hvc/ |
H A D | hvsi_lib.c | 10 static int hvsi_send_packet(struct hvsi_priv *pv, struct hvsi_header *packet) in hvsi_send_packet() 18 static void hvsi_start_handshake(struct hvsi_priv *pv) in hvsi_start_handshake() 35 static int hvsi_send_close(struct hvsi_priv *pv) in hvsi_send_close() 47 static void hvsi_cd_change(struct hvsi_priv *pv, int cd) in hvsi_cd_change() 68 static void hvsi_got_control(struct hvsi_priv *pv) in hvsi_got_control() 84 static void hvsi_got_query(struct hvsi_priv *pv) in hvsi_got_query() 108 static void hvsi_got_response(struct hvsi_priv *pv) in hvsi_got_response() 121 static int hvsi_check_packet(struct hvsi_priv *pv) in hvsi_check_packet() 165 static int hvsi_get_packet(struct hvsi_priv *pv) in hvsi_get_packet() 181 ssize_t hvsilib_get_chars(struct hvsi_priv *pv, u8 *buf, size_t count) in hvsilib_get_chars() [all …]
|
H A D | hvc_vio.c | 71 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_get_chars() local 121 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_raw_put_chars() local 139 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_get_chars() local 150 struct hvterm_priv *pv = hvterm_privs[vtermno]; in hvterm_hvsi_put_chars() local 160 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_open() local 174 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_close() local 185 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_hangup() local 196 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmget() local 206 struct hvterm_priv *pv = hvterm_privs[hp->vtermno]; in hvterm_hvsi_tiocmset() local 303 struct hvterm_priv *pv; in hvc_vio_probe() local
|
H A D | hvc_opal.c | 63 struct hvc_opal_priv *pv = hvc_opal_privs[vtermno]; in hvc_opal_hvsi_get_chars() local 74 struct hvc_opal_priv *pv = hvc_opal_privs[vtermno]; in hvc_opal_hvsi_put_chars() local 84 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_open() local 98 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_close() local 109 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_hangup() local 120 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_tiocmget() local 130 struct hvc_opal_priv *pv = hvc_opal_privs[hp->vtermno]; in hvc_opal_hvsi_tiocmset() local 158 struct hvc_opal_priv *pv; in hvc_opal_probe() local
|
/linux/drivers/macintosh/ |
H A D | windfarm_fcu_controls.c | 73 struct wf_fcu_priv *pv = container_of(ref, struct wf_fcu_priv, ref); in wf_fcu_release() local 86 static int wf_fcu_read_reg(struct wf_fcu_priv *pv, int reg, in wf_fcu_read_reg() 122 static int wf_fcu_write_reg(struct wf_fcu_priv *pv, int reg, in wf_fcu_write_reg() 147 struct wf_fcu_priv *pv = fan->fcu_priv; in wf_fcu_fan_set_rpm() local 169 struct wf_fcu_priv *pv = fan->fcu_priv; in wf_fcu_fan_get_rpm() local 204 struct wf_fcu_priv *pv = fan->fcu_priv; in wf_fcu_fan_set_pwm() local 226 struct wf_fcu_priv *pv = fan->fcu_priv; in wf_fcu_fan_get_pwm() local 321 struct wf_fcu_priv *pv = fan->fcu_priv; in wf_fcu_get_rpmfan_minmax() local 361 static void wf_fcu_add_fan(struct wf_fcu_priv *pv, const char *name, in wf_fcu_add_fan() 400 static void wf_fcu_lookup_fans(struct wf_fcu_priv *pv) in wf_fcu_lookup_fans() [all …]
|
H A D | windfarm_ad7417_sensor.c | 38 struct wf_ad7417_priv *pv = sr->priv; in wf_ad7417_temp_get() local 79 static void wf_ad7417_adc_convert(struct wf_ad7417_priv *pv, in wf_ad7417_adc_convert() 101 struct wf_ad7417_priv *pv = sr->priv; in wf_ad7417_adc_get() local 154 struct wf_ad7417_priv *pv = container_of(ref, in wf_ad7417_release() local 161 struct wf_ad7417_priv *pv = sr->priv; in wf_ad7417_sensor_release() local 179 static void wf_ad7417_add_sensor(struct wf_ad7417_priv *pv, in wf_ad7417_add_sensor() 190 static void wf_ad7417_init_chip(struct wf_ad7417_priv *pv) in wf_ad7417_init_chip() 234 struct wf_ad7417_priv *pv; in wf_ad7417_probe() local 293 struct wf_ad7417_priv *pv = dev_get_drvdata(&client->dev); in wf_ad7417_remove() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv04.c | 144 struct nvkm_pll_vals *pv) in setPLL_single() 199 struct nvkm_pll_vals *pv) in setPLL_double_highregs() 277 struct nvkm_pll_vals *pv) in setPLL_double_lowregs() 360 struct nvkm_pll_vals pv; in nv04_devinit_pll_set() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv04.c | 33 int clk, struct nvkm_pll_vals *pv) in nv04_clk_pll_calc() 49 nv04_clk_pll_prog(struct nvkm_clk *clk, u32 reg1, struct nvkm_pll_vals *pv) in nv04_clk_pll_prog()
|
/linux/net/bridge/ |
H A D | br_mst.c | 132 br_mst_vlan_sync_state(struct net_bridge_vlan * pv,u16 msti) br_mst_vlan_sync_state() argument 163 struct net_bridge_vlan *pv; br_mst_vlan_set_msti() local
|
/linux/include/linux/ceph/ |
H A D | decode.h | 43 static inline void ceph_decode_copy(void **p, void *pv, size_t n) in ceph_decode_copy() 84 #define ceph_decode_copy_safe(p, end, pv, n, bad) \ argument 386 #define ceph_encode_copy_safe(p, end, pv, n, bad) \ argument
|
/linux/arch/mips/math-emu/ |
H A D | me-debugfs.c | 21 local_t *pv; in fpuemu_stat_get() local
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | regdef.h | 39 #define pv t12 /* procedure-variable register */ macro
|
/linux/drivers/pwm/ |
H A D | pwm-rz-mtu3.c | 283 u16 dc, pv; in rz_mtu3_pwm_get_state() local 326 u16 pv, dc; in rz_mtu3_pwm_config() local
|
H A D | pwm-pxa.c | 72 unsigned long period_cycles, prescale, pv, dc; in pxa_pwm_config() local
|
H A D | pwm-spear.c | 80 unsigned long prescale = PWMCR_MIN_PRESCALE, pv, dc; in spear_pwm_config() local
|
H A D | pwm-vt8500.c | 77 unsigned long period_cycles, prescale, pv, dc; in vt8500_pwm_config() local
|
/linux/fs/ocfs2/ |
H A D | stack_user.c | 778 struct ocfs2_protocol_version *pv = in lvb_to_version() local 790 struct ocfs2_protocol_version *pv = in version_to_lvb() local 888 struct ocfs2_protocol_version pv; in get_protocol_version() local
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.c | 205 nouveau_hw_pllvals_to_clk(struct nvkm_pll_vals *pv) in nouveau_hw_pllvals_to_clk() 264 struct nvkm_pll_vals pv; in nouveau_hw_fix_bad_vpll() local
|
/linux/sound/usb/ |
H A D | mixer_quirks.c | 2004 u32 pv = kcontrol->private_value; in realtek_ctl_connector_get() local 2604 int pv; in snd_bbfpro_ctl_get() local 2627 int pv; in snd_bbfpro_ctl_info() local 2662 int old_value, pv, val; snd_bbfpro_ctl_put() local 2699 int value, pv; snd_bbfpro_ctl_resume() local 2749 int pv, channel; snd_bbfpro_gain_info() local 2770 int pv, channel, old_value, value, err; snd_bbfpro_gain_put() local 2806 int pv, channel, value; snd_bbfpro_gain_resume() local 2895 int pv = list->kctl->private_value; snd_bbfpro_vol_resume() local [all...] |
/linux/kernel/trace/ |
H A D | trace_events_inject.c | 37 struct ftrace_event_field **pf, u64 *pv) in parse_field()
|
/linux/sound/usb/line6/ |
H A D | playback.c | 36 short pv = le16_to_cpu(*p); in change_volume() local
|
/linux/drivers/input/touchscreen/ |
H A D | ili210x.c | 439 u8 pv[2]; in ili251x_firmware_update_protocol_version() local 534 u8 *pv = priv->version_proto; in ili251x_protocol_version_show() local
|
/linux/drivers/nubus/ |
H A D | nubus.c | 69 unsigned long pv = (unsigned long)p; in not_useful() local
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_fid.c | 675 struct mlxsw_sp_fid_port_vid *pv, in mlxsw_sp_fid_port_vid_to_fid_rif_update_one() 692 struct mlxsw_sp_fid_port_vid *pv; in mlxsw_sp_fid_vid_to_fid_rif_set() local 734 struct mlxsw_sp_fid_port_vid *pv; in mlxsw_sp_fid_vid_to_fid_rif_unset() local
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 61 } pv; member
|
/linux/drivers/hte/ |
H A D | hte-tegra194.c | 603 u32 tsh, tsl, src, pv, cv, acv, slice, bit_index, line_id; in tegra_hte_read_fifo() local
|