Home
last modified time | relevance | path

Searched refs:privsize (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dvidmode.c283 rep.privsize = 0; in ProcVidModeGetModeLine()
299 swapl(&rep.privsize); in ProcVidModeGetModeLine()
316 .privsize = rep.privsize in ProcVidModeGetModeLine()
388 .privsize = 0 in ProcVidModeGetAllModeLines()
402 swapl(&mdinf.privsize); in ProcVidModeGetAllModeLines()
416 .privsize = mdinf.privsize in ProcVidModeGetAllModeLines()
487 stuff->privsize = oldstuff->privsize; in ProcVidModeAddModeLine()
518 if (len != stuff->privsize) in ProcVidModeAddModeLine()
576 if (stuff->privsize) in ProcVidModeAddModeLine()
657 stuff->privsize = oldstuff->privsize; in ProcVidModeDeleteModeLine()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_npiv.c21 struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize) in libfc_vport_create() argument
27 vn_port = libfc_host_alloc(shost->hostt, privsize); in libfc_vport_create()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhosts.c377 struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) in scsi_host_alloc() argument
383 if (sht->unchecked_isa_dma && privsize) in scsi_host_alloc()
386 shost = kzalloc(sizeof(struct Scsi_Host) + privsize, gfp_mask); in scsi_host_alloc()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dhdlcdrv.c682 unsigned int privsize, const char *ifname, in hdlcdrv_register() argument
690 if (privsize < sizeof(struct hdlcdrv_state)) in hdlcdrv_register()
691 privsize = sizeof(struct hdlcdrv_state); in hdlcdrv_register()
693 dev = alloc_netdev(privsize, ifname, NET_NAME_UNKNOWN, hdlcdrv_setup); in hdlcdrv_register()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_hash.c679 .privsize = nft_rhash_privsize,
701 .privsize = nft_hash_privsize,
720 .privsize = nft_hash_privsize,
H A Dnft_set_bitmap.c300 .privsize = nft_bitmap_privsize,
H A Dnft_set_rbtree.c614 .privsize = nft_rbtree_privsize,
H A Dnft_set_pipapo.c2224 .privsize = nft_pipapo_privsize,
2246 .privsize = nft_pipapo_privsize,
H A Dnf_tables_api.c4267 if (ops->privsize != NULL) in nf_tables_newset()
4268 size = ops->privsize(nla, &desc); in nf_tables_newset()
/OK3568_Linux_fs/kernel/include/media/
H A Dvideobuf-core.h98 int privsize; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdlcdrv.h267 unsigned int privsize, const char *ifname,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c923 int privsize, len, ret = -ENODEV; in fs_enet_probe() local
977 privsize = sizeof(*fep) + in fs_enet_probe()
982 ndev = alloc_etherdev(privsize); in fs_enet_probe()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddomain.c340 struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize) in tb_domain_alloc() argument
352 tb = kzalloc(sizeof(*tb) + privsize, GFP_KERNEL); in tb_domain_alloc()
H A Dtb.h608 struct tb *tb_domain_alloc(struct tb_nhi *nhi, size_t privsize);
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfc.h902 struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize);
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dscsi_mid_low_api.rst422 * @privsize: extra bytes to allocate in hostdata array (which is the
440 int privsize)
480 * @privsize: extra bytes to allocate in hostdata array (which is the
495 int privsize)
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h378 u64 (*privsize)(const struct nlattr * const nla[], member