pdh               931 drivers/media/pci/saa7164/saa7164-api.c 	struct tmComResProcDescrHeader *pdh;
pdh              1166 drivers/media/pci/saa7164/saa7164-api.c 			pdh = (struct tmComResProcDescrHeader *)(buf + idx);
pdh              1169 drivers/media/pci/saa7164/saa7164-api.c 				pdh->unitid);
pdh              1171 drivers/media/pci/saa7164/saa7164-api.c 				pdh->sourceid);
pdh              1173 drivers/media/pci/saa7164/saa7164-api.c 				pdh->controlsize);
pdh              1174 drivers/media/pci/saa7164/saa7164-api.c 			if (pdh->controlsize == 0x04) {
pdh              1179 drivers/media/pci/saa7164/saa7164-api.c 				memcpy(&encport->vidproc, pdh,
pdh               101 include/linux/sunrpc/rpc_pipe_fs.h extern void rpc_init_pipe_dir_head(struct rpc_pipe_dir_head *pdh);
pdh               106 include/linux/sunrpc/rpc_pipe_fs.h 		struct rpc_pipe_dir_head *pdh,
pdh               109 include/linux/sunrpc/rpc_pipe_fs.h 		struct rpc_pipe_dir_head *pdh,
pdh               113 include/linux/sunrpc/rpc_pipe_fs.h 		struct rpc_pipe_dir_head *pdh,
pdh               863 net/sunrpc/rpc_pipe.c void rpc_init_pipe_dir_head(struct rpc_pipe_dir_head *pdh)
pdh               865 net/sunrpc/rpc_pipe.c 	INIT_LIST_HEAD(&pdh->pdh_entries);
pdh               866 net/sunrpc/rpc_pipe.c 	pdh->pdh_dentry = NULL;
pdh               888 net/sunrpc/rpc_pipe.c 		struct rpc_pipe_dir_head *pdh,
pdh               893 net/sunrpc/rpc_pipe.c 	if (pdh->pdh_dentry)
pdh               894 net/sunrpc/rpc_pipe.c 		ret = pdo->pdo_ops->create(pdh->pdh_dentry, pdo);
pdh               896 net/sunrpc/rpc_pipe.c 		list_add_tail(&pdo->pdo_head, &pdh->pdh_entries);
pdh               902 net/sunrpc/rpc_pipe.c 		struct rpc_pipe_dir_head *pdh,
pdh               905 net/sunrpc/rpc_pipe.c 	if (pdh->pdh_dentry)
pdh               906 net/sunrpc/rpc_pipe.c 		pdo->pdo_ops->destroy(pdh->pdh_dentry, pdo);
pdh               919 net/sunrpc/rpc_pipe.c 		struct rpc_pipe_dir_head *pdh,
pdh               928 net/sunrpc/rpc_pipe.c 		ret = rpc_add_pipe_dir_object_locked(net, pdh, pdo);
pdh               944 net/sunrpc/rpc_pipe.c 		struct rpc_pipe_dir_head *pdh,
pdh               951 net/sunrpc/rpc_pipe.c 		rpc_remove_pipe_dir_object_locked(net, pdh, pdo);
pdh               968 net/sunrpc/rpc_pipe.c 		struct rpc_pipe_dir_head *pdh,
pdh               977 net/sunrpc/rpc_pipe.c 	list_for_each_entry(pdo, &pdh->pdh_entries, pdo_head) {
pdh               985 net/sunrpc/rpc_pipe.c 	rpc_add_pipe_dir_object_locked(net, pdh, pdo);
pdh               993 net/sunrpc/rpc_pipe.c rpc_create_pipe_dir_objects(struct rpc_pipe_dir_head *pdh)
pdh               996 net/sunrpc/rpc_pipe.c 	struct dentry *dir = pdh->pdh_dentry;
pdh               998 net/sunrpc/rpc_pipe.c 	list_for_each_entry(pdo, &pdh->pdh_entries, pdo_head)
pdh              1003 net/sunrpc/rpc_pipe.c rpc_destroy_pipe_dir_objects(struct rpc_pipe_dir_head *pdh)
pdh              1006 net/sunrpc/rpc_pipe.c 	struct dentry *dir = pdh->pdh_dentry;
pdh              1008 net/sunrpc/rpc_pipe.c 	list_for_each_entry(pdo, &pdh->pdh_entries, pdo_head)