Searched refs:pi433_tx_cfg (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/pi433/ |
D | pi433_if.h | 55 struct pi433_tx_cfg { struct 142 _IOR(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)]) 144 _IOW(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)])
|
D | pi433_if.c | 110 struct pi433_tx_cfg tx_cfg; 283 rf69_set_tx_cfg(struct pi433_device *dev, struct pi433_tx_cfg *tx_cfg) in rf69_set_tx_cfg() 560 struct pi433_tx_cfg tx_cfg; in pi433_tx_thread() 876 struct pi433_tx_cfg tx_cfg; in pi433_ioctl() 892 sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 896 if (copy_from_user(&tx_cfg, argp, sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 899 memcpy(&instance->tx_cfg, &tx_cfg, sizeof(struct pi433_tx_cfg)); in pi433_ioctl()
|
/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 72 The tx configuration is transferred via struct pi433_tx_cfg, the parameterset for transmission.
|