Searched refs:p2 (Results 76 - 100 of 384) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_scale.sh85 swp1=${NETIFS[p2]}
H A Dport_range_scale.sh79 swp1=${NETIFS[p2]}
H A Ddevlink_trap.sh61 swp1=${NETIFS[p2]}
H A Dtc_action_hw_stats.sh100 swp1=${NETIFS[p2]}
H A Drif_counter_scale.sh42 h2=${NETIFS[p2]}
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_vlan_unaware.sh53 swp1=${NETIFS[p2]}
H A Dbridge_sticky_fdb.sh36 swp1=${NETIFS[p2]}
H A Dmirror_gre_neigh.sh26 swp1=${NETIFS[p2]}
H A Dmirror_gre_vlan.sh23 swp1=${NETIFS[p2]}
H A Dmirror_vlan.sh22 swp1=${NETIFS[p2]}
H A Dbridge_mdb_host.sh46 swp1=${NETIFS[p2]}
/linux-master/drivers/md/bcache/
H A Ddebug.c132 void *p2; local
135 p2 = bvec_kmap_local(&cbv);
137 cache_set_err_on(memcmp(p1, p2, bv.bv_len),
143 kunmap_local(p2);
/linux-master/drivers/gpu/drm/i915/
H A Dintel_pcode.c245 int snb_pcode_read_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 *val) argument
253 | REG_FIELD_PREP(GEN6_PCODE_MB_PARAM2, p2);
261 int snb_pcode_write_p(struct intel_uncore *uncore, u32 mbcmd, u32 p1, u32 p2, u32 val) argument
269 | REG_FIELD_PREP(GEN6_PCODE_MB_PARAM2, p2);
/linux-master/security/tomoyo/
H A Ddomain.c225 const struct tomoyo_transition_control *p2 = container_of(b, local
226 typeof(*p2),
229 return p1->type == p2->type && p1->is_last_name == p2->is_last_name
230 && p1->domainname == p2->domainname
231 && p1->program == p2->program;
387 const struct tomoyo_aggregator *p2 = container_of(b, typeof(*p2), local
390 return p1->original_name == p2->original_name &&
391 p1->aggregated_name == p2
[all...]
H A Dnetwork.c196 const struct tomoyo_inet_acl *p2 = container_of(b, typeof(*p2), head); local
198 return p1->protocol == p2->protocol &&
199 tomoyo_same_ipaddr_union(&p1->address, &p2->address) &&
200 tomoyo_same_number_union(&p1->port, &p2->port);
215 const struct tomoyo_unix_acl *p2 = container_of(b, typeof(*p2), head); local
217 return p1->protocol == p2->protocol &&
218 tomoyo_same_name_union(&p1->name, &p2->name);
/linux-master/drivers/cpufreq/
H A Dbrcmstb-avs-cpufreq.c116 * PMAP parameter p2
171 unsigned int p2; member in struct:pmap
349 static void brcm_avs_parse_p2(u32 p2, unsigned int *mdiv_p1, argument
353 *mdiv_p4 = (p2 >> MDIV_P4_SHIFT) & MDIV_P4_MASK;
354 *mdiv_p3 = (p2 >> MDIV_P3_SHIFT) & MDIV_P3_MASK;
355 *mdiv_p2 = (p2 >> MDIV_P2_SHIFT) & MDIV_P2_MASK;
356 *mdiv_p1 = (p2 >> MDIV_P1_SHIFT) & MDIV_P1_MASK;
370 pmap->p2 = args[2];
382 args[2] = pmap->p2;
695 brcm_avs_parse_p2(pmap.p2,
[all...]
/linux-master/scripts/dtc/
H A Dsrcpos.c60 char *p1, *p2, *prevslash1 = NULL; local
63 for (p1 = fname, p2 = initial_path; *p1 && *p2; p1++, p2++) {
64 if (*p1 != *p2)
/linux-master/drivers/thermal/qcom/
H A Dtsens.c74 int tsens_read_calibration(struct tsens_priv *priv, int shift, u32 *p1, u32 *p2, bool backup) argument
127 ret = nvmem_cell_read_variable_le_u32(priv->dev, name, &p2[i]);
140 p2[i] = (p2[i] + base2) << shift;
151 p2[i] = 780;
159 p2[i] += priv->sensor[i].p2_calib_offset;
172 u32 p1[MAX_SENSORS], p2[MAX_SENSORS]; local
175 mode = tsens_read_calibration(priv, shift, p1, p2, false);
179 compute_intercept_slope(priv, p1, p2, mode);
208 u32 *p1, u32 *p2,
206 tsens_read_calibration_legacy(struct tsens_priv *priv, const struct tsens_legacy_calibration_format *format, u32 *p1, u32 *p2, u32 *cdata0, u32 *cdata1) argument
259 compute_intercept_slope(struct tsens_priv *priv, u32 *p1, u32 *p2, u32 mode) argument
[all...]
/linux-master/drivers/net/wireless/ath/
H A Ddfs_pri_detector.c230 struct pulse_elem *p2; local
253 p2 = p;
257 list_for_each_entry_continue(p2, &pde->pulses, head) {
259 if (p2->ts < min_valid_ts)
263 factor = pde_get_multiple(ps.last_ts - p2->ts, ps.pri,
267 ps.first_ts = p2->ts;
/linux-master/sound/synth/emux/
H A Demux_oss.c324 short p2; local
335 p2 = *(short *) &event[6];
345 snd_emux_send_effect_oss(port, chan, p1, p2);
367 if (p2) {
395 port->ctrls[p1] = p2;
402 emu->ops.oss_ioctl(emu, cmd, p1, p2);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.h114 int8_t p1, int8_t p2);
117 int8_t p2, int usesnr);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c36 .p2 = {.dot_limit = 200000, .p2_slow = 10, .p2_fast = 5},
51 .p2 = {.dot_limit = 112000, .p2_slow = 14, .p2_fast = 7},
71 clock->p = clock->p1 * clock->p2;
174 switch (clock.p2) {
242 if (clock.p2 == 7)
345 clock.p2 = 14;
363 clock.p2 = 4;
365 clock.p2 = 2;
/linux-master/samples/bpf/
H A Dsampleip_user.c84 static int count_cmp(const void *p1, const void *p2) argument
86 return ((struct ipcount *)p1)->count - ((struct ipcount *)p2)->count;
/linux-master/drivers/auxdisplay/
H A Dht16k33.c224 uint8_t *p1, *p2; local
228 p2 = fbdev->buffer;
232 if (*(p1++) - *(p2++))
243 p2 = fbdev->buffer + HT16K33_FB_SIZE - 1;
247 if (*(p1--) - *(p2--))
253 p2 = fbdev->buffer + first;
254 if (!i2c_smbus_write_i2c_block_data(priv->client, first, len, p2))
255 memcpy(p1, p2, len);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_event.c50 struct vmci_subscription *cur, *p2; local
51 list_for_each_entry_safe(cur, p2, &subscriber_array[e], node) {

Completed in 437 milliseconds

1234567891011>>