Searched refs:send_cmd_with_idx (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/nci/ |
H A D | nci_dev.c | 240 static int send_cmd_with_idx(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd_with_idx() function 255 rc = send_cmd_with_idx(sd, fid, pid, NFC_CMD_GET_DEVICE, dev_id); in get_nci_devid() 443 rc = send_cmd_with_idx(self->sd, self->fid, self->pid, in FIXTURE_SETUP() 513 rc = send_cmd_with_idx(self->sd, self->fid, self->pid, in FIXTURE_TEARDOWN() 616 rc = send_cmd_with_idx(sd, fid, pid, in stop_polling() 879 rc = send_cmd_with_idx(self->sd, self->fid, self->pid, in TEST_F() 899 rc = send_cmd_with_idx(self->sd, self->fid, self->pid, in TEST_F()
|