Searched refs:sp (Results 101 - 125 of 162) sorted by relevance

1234567

/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1955 struct sk_buff **sp = NULL; local
1968 sp = &dch->tx_skb;
1973 sp = &bch->tx_skb;
1976 if (*sp)
1977 len = (*sp)->len;
2142 d = (*sp)->data + i;
2169 dev_kfree_skb(*sp);
2172 len = (*sp)->len;
2176 len = (*sp)->len;
2200 struct sk_buff *skb, **sp local
[all...]
/drivers/net/wireless/libertas/
H A Dcmd.h92 struct sleep_params *sp);
/drivers/scsi/csiostor/
H A Dcsio_attr.c65 struct csio_service_parms *sp; local
91 sp = &rn->rn_sparm;
92 rport->maxframe_size = ntohs(sp->csp.sp_bb_data);
93 if (ntohs(sp->clsp[2].cp_class) & FC_CPC_VALID)
/drivers/gpu/host1x/
H A Dcdma.c229 struct host1x_syncpt *sp = local
233 if (!host1x_syncpt_is_expired(sp, job->syncpt_end)) {
/drivers/input/touchscreen/
H A Datmel-wm97xx.c73 #define WM_READS(sp) ((sp / HZ) + 1)
/drivers/mailbox/
H A Dmailbox.c385 const struct of_phandle_args *sp)
387 int ind = sp->args[0];
384 of_mbox_index_xlate(struct mbox_controller *mbox, const struct of_phandle_args *sp) argument
/drivers/usb/serial/
H A Dsafe_serial.c181 * @sp: pointer to buffer
188 static __u16 __inline__ fcs_compute10(unsigned char *sp, int len, __u16 fcs) argument
190 for (; len-- > 0; fcs = CRC10_FCS(fcs, *sp++));
/drivers/firewire/
H A Dcore-device.c522 u32 sp, key; local
590 sp = 0;
591 stack[sp++] = 0xc0000005;
592 while (sp > 0) {
599 key = stack[--sp];
652 stack[sp++] = i + rom[i];
/drivers/usb/host/whci/
H A Dqset.c361 dma_addr_t sp, ep; local
371 sp = dma_addr & ~(WHCI_PAGE_SIZE-1);
373 std->num_pointers = DIV_ROUND_UP(ep - sp, WHCI_PAGE_SIZE);
449 dma_addr_t sp, ep; local
504 sp = dma_addr & ~(WHCI_PAGE_SIZE-1);
506 num_pointers = DIV_ROUND_UP(ep - sp, WHCI_PAGE_SIZE);
/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c977 struct pvr2_stream *sp; local
979 sp = pvr2_ioread_get_stream(fhp->rhp);
980 if (sp) pvr2_stream_set_callback(sp,NULL,NULL);
1122 struct pvr2_stream *sp; local
1147 sp = fh->pdi->stream->stream;
1148 pvr2_stream_set_callback(sp,(pvr2_stream_callback)pvr2_v4l2_notify,fh);
/drivers/gpu/drm/radeon/
H A Dradeon_cp.c1148 struct radeon_surface *sp = &dev_priv->surfaces[i]; local
1149 if (sp->refcount)
1158 sp->refcount = 1;
1159 sp->lower = vp->lower;
1160 sp->upper = vp->upper;
1161 sp->flags = 0;
1163 RADEON_WRITE(RADEON_SURFACE0_INFO + 16 * i, sp->flags);
1164 RADEON_WRITE(RADEON_SURFACE0_LOWER_BOUND + 16 * i, sp->lower);
1165 RADEON_WRITE(RADEON_SURFACE0_UPPER_BOUND + 16 * i, sp->upper);
H A Dradeon_state.c3131 drm_radeon_setparam_t *sp = data; local
3134 switch (sp->param) {
3138 sp->value;
3141 if (sp->value == 0) {
3147 } else if (sp->value == 1) {
3156 dev_priv->pcigart_offset = sp->value;
3160 dev_priv->new_memmap = sp->value;
3163 dev_priv->gart_info.table_size = sp->value;
3168 return radeon_vblank_crtc_set(dev, sp->value);
3171 DRM_DEBUG("Invalid parameter %d\n", sp
[all...]
/drivers/char/ipmi/
H A Dipmi_devintf.c799 struct ipmi_req_settime sp; local
801 if (get_compat_ipmi_req_settime(&sp, compat_ptr(arg)))
804 return handle_send_req(priv->user, &sp.req,
805 sp.retries, sp.retry_time_ms);
/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c851 smc_t __iomem *sp; local
856 sp = pinfo->smcp;
894 out_be16(&sp->smc_smcmr, smcr_mk_clen(9) | SMCMR_SM_UART);
897 out_8(&sp->smc_smcm, 0);
898 out_8(&sp->smc_smce, 0xff);
900 setbits16(&sp->smc_smcmr, SMCMR_REN | SMCMR_TEN);
/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_null.c60 void null_encode_sec_part(struct lustre_msg *msg, enum lustre_sec_part sp) argument
62 msg->lm_secflvr |= (((__u32) sp) & 0xFF) << 24;
H A Dsec.c1279 enum lustre_sec_part sp)
1314 sec->ps_part = sp;
1401 enum lustre_sec_part sp; local
1426 sp = imp->imp_obd->u.cli.cl_sp_me;
1435 sp = sptlrpc_target_sec_part(imp->imp_obd);
1469 newsec = sptlrpc_sec_create(imp, svc_ctx, &sf, sp);
1276 sptlrpc_sec_create(struct obd_import *imp, struct ptlrpc_svc_ctx *svc_ctx, struct sptlrpc_flavor *sf, enum lustre_sec_part sp) argument
/drivers/scsi/
H A Dips.c1279 ips_stat_t *sp; local
1303 sp = &ha->sp;
1318 scb = (ips_scb_t *) sp->scb_addr;
1343 ips_stat_t *sp; local
1367 sp = &ha->sp;
1388 scb = (ips_scb_t *) sp->scb_addr;
3265 ips_map_status(ips_ha_t * ha, ips_scb_t * scb, ips_stat_t * sp) argument
3471 char *sp; local
3853 ips_stat_t *sp; local
[all...]
H A Deata_generic.h361 struct eata_sp sp; /* status packet */ member in struct:hstd
/drivers/net/ppp/
H A Dppp_async.c840 unsigned char *sp; local
897 sp = skb_put(skb, n);
898 memcpy(sp, buf, n);
900 sp[0] ^= PPP_TRANS;
/drivers/scsi/aacraid/
H A Daachba.c440 char *sp = get_name_reply->data; local
441 sp[sizeof(((struct aac_get_name_resp *)NULL)->data)-1] = '\0';
442 while (*sp == ' ')
443 ++sp;
444 if (*sp) {
450 *dp++ = (*sp) ? *sp++ : ' ';
838 char sp[13]; local
840 sp[0] = INQD_PDT_DA;
841 sp[
[all...]
/drivers/tty/serial/
H A Dmsm_serial.c701 unsigned char *sp = (unsigned char *)&slop; local
705 c = sp[sizeof(slop) - count];
718 c = sp[0];
730 c = sp[0];
/drivers/scsi/libfc/
H A Dfc_rport.c652 * @sp: The sequence that the FLOGI was on
656 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, argument
866 * @sp: The sequence the PLOGI is on
874 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, argument
985 * @sp: The sequence the PRLI response was on
993 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, argument
1140 * @sp: The sequence the RTV was on
1150 static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp, argument
1237 * @sp: The sequence the LOGO was on
1241 static void fc_rport_logo_resp(struct fc_seq *sp, struc argument
1285 fc_rport_adisc_resp(struct fc_seq *sp, struct fc_frame *fp, void *rdata_arg) argument
[all...]
H A Dfc_disc.c502 * @sp: The sequence that the GPN_FT response was received on
509 static void fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp, argument
575 * @sp: The sequence the GPN_ID is on
581 static void fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp, argument
/drivers/isdn/hisax/
H A Dl3dss1.c1233 u_char *sp; local
1315 sp = msn;
1316 while (*sp) {
1317 if ('.' == *sp) {
1318 sub = sp;
1319 *sp = 0;
1321 sp++;
1345 sp = teln;
1346 while (*sp) {
1347 if ('.' == *sp) {
[all...]
/drivers/staging/octeon/
H A Dethernet-tx.c388 secpath_put(skb->sp);
389 skb->sp = NULL;

Completed in 1746 milliseconds

1234567