Searched refs:pb (Results 76 - 93 of 93) sorted by relevance

1234

/linux-master/fs/xfs/scrub/
H A Dagheader.c679 const void *pb)
682 const xfs_agblock_t *b = pb;
677 xchk_agblock_cmp( const void *pa, const void *pb) argument
/linux-master/drivers/staging/ks7010/
H A Dks_hostif.c859 unsigned char *pb; local
870 pb = (unsigned char *)(assoc_resp + 1);
878 pbuf += sprintf(pbuf, "%02x", *(pb + i));
885 pb += le16_to_cpu(assoc_req->req_ies_size);
887 pbuf += sprintf(pbuf, "%02x", *(pb + i));
/linux-master/sound/soc/sof/
H A Dtopology.c1329 char **pb; local
1352 pb = kmemdup(pin_binding, num_pins * sizeof(char *), GFP_KERNEL);
1353 if (!pb) {
1358 swidget->input_pin_binding = pb;
1360 swidget->output_pin_binding = pb;
/linux-master/net/bluetooth/
H A Diso.c2096 __u16 pb, ts, len; local
2101 pb = hci_iso_flags_pb(flags);
2104 BT_DBG("conn %p len %d pb 0x%x ts 0x%x", conn, skb->len, pb, ts);
2106 switch (pb) {
2152 if (pb == ISO_SINGLE) {
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c4491 struct bchannel *pb; local
4542 pb = hc->chan[i].bch;
4545 mISDN_freebchannel(pb);
4546 kfree(pb);
4565 pb = hc->chan[ci - 2].bch;
4568 mISDN_freebchannel(pb);
4569 kfree(pb);
4579 pb = hc->chan[ci - 1].bch;
4582 mISDN_freebchannel(pb);
4583 kfree(pb);
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdspm.c1145 /* for each output channel (chan) I have an Input (in) and Playback (pb) Fader
1159 unsigned int pb)
1161 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS)
1163 return hdspm->mixer->ch[chan].pb[pb];
1180 unsigned int pb, unsigned short data)
1182 if (chan >= HDSPM_MIXER_CHANNELS || pb >= HDSPM_MIXER_CHANNELS)
1187 ((64 + pb + 128 * chan) * sizeof(u32)),
1188 (hdspm->mixer->ch[chan].pb[pb]
1158 hdspm_read_pb_gain(struct hdspm * hdspm, unsigned int chan, unsigned int pb) argument
1179 hdspm_write_pb_gain(struct hdspm *hdspm, unsigned int chan, unsigned int pb, unsigned short data) argument
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6asm.c147 u8 pb; member in struct:asm_alac_fmt_blk_v2
1286 fmt->pb = cfg->pb;
H A Dq6asm-dai.c817 alac_cfg.pb = alac->pb;
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c211 struct priv pb; local
212 struct priv *p = &pb;
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c656 struct plane_state *pb = (struct plane_state *)b; local
657 return pa->state->base.normalized_zpos - pb->state->base.normalized_zpos;
/linux-master/drivers/misc/
H A Dfastrpc.c528 struct fastrpc_buf_overlap *pb = (struct fastrpc_buf_overlap *)b; local
530 int st = CMP(pa->start, pb->start);
532 int ed = CMP(pb->end, pa->end);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c2522 struct iwl_scan_probe_params_v4 *pb = &scan_p->probe_params; local
2559 pb->preq = params->preq;
2566 iwl_mvm_umac_scan_fill_6g_chan_list(mvm, params, pb);
2570 pb, cp, vif->type,
/linux-master/include/net/bluetooth/
H A Dhci.h2903 #define hci_iso_flags_pack(pb, ts) ((pb & 0x03) | ((ts & 0x01) << 2))
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c3622 /* Enable Security TX Buffer IFG for multiple pb */
5126 * @pb: packet buffer to calculate
5128 static int ixgbe_hpbthresh(struct ixgbe_adapter *adapter, int pb) argument
5142 (pb == ixgbe_fcoe_get_tc(adapter)))
5165 rx_pba = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(pb)) >> 10;
5176 "Decrease MTU or number of traffic classes\n", pb);
5187 * @pb: packet buffer to calculate
5189 static int ixgbe_lpbthresh(struct ixgbe_adapter *adapter, int pb) argument
5203 (pb == netdev_get_prio_tc_map(dev, adapter->fcoe.up)))
/linux-master/net/sched/
H A Dsch_cake.c1458 u32 pb = cake_heap_get_backlog(q, p); local
1460 if (ib > pb) {
/linux-master/kernel/sched/
H A Dcore.c186 int pa = __task_prio(a), pb = __task_prio(b); local
188 if (-pa < -pb)
191 if (-pb < -pa)
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5443 u8 *pb; local
5447 pb = (u8 *) n;
5452 ckSum = ckSum + pb[len];
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h4164 MLXSW_ITEM32(reg, qeec, pb, 0x0C, 28, 1);

Completed in 536 milliseconds

1234