bind_args          36 drivers/pps/kc.c int pps_kc_bind(struct pps_device *pps, struct pps_bind_args *bind_args)
bind_args          41 drivers/pps/kc.c 	if (bind_args->edge == 0)
bind_args          57 drivers/pps/kc.c 			pps_kc_hardpps_mode = bind_args->edge;
bind_args          61 drivers/pps/kc.c 				"edge=0x%x\n", bind_args->edge);
bind_args          17 drivers/pps/kc.h 		struct pps_bind_args *bind_args);
bind_args          26 drivers/pps/kc.h 		struct pps_bind_args *bind_args) { return -EOPNOTSUPP; }
bind_args         207 drivers/pps/pps.c 		struct pps_bind_args bind_args;
bind_args         215 drivers/pps/pps.c 		if (copy_from_user(&bind_args, uarg,
bind_args         220 drivers/pps/pps.c 		if ((bind_args.edge & ~pps->info.mode) != 0) {
bind_args         222 drivers/pps/pps.c 					bind_args.edge);
bind_args         227 drivers/pps/pps.c 		if (bind_args.tsformat != PPS_TSFMT_TSPEC ||
bind_args         228 drivers/pps/pps.c 				(bind_args.edge & ~PPS_CAPTUREBOTH) != 0 ||
bind_args         229 drivers/pps/pps.c 				bind_args.consumer != PPS_KC_HARDPPS) {
bind_args         231 drivers/pps/pps.c 					" parameters (%x)\n", bind_args.edge);
bind_args         235 drivers/pps/pps.c 		err = pps_kc_bind(pps, &bind_args);