Searched refs:pi433_tx_cfg (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/staging/pi433/ |
D | pi433_if.h | 65 struct pi433_tx_cfg { struct 145 …PI433_IOC_RD_TX_CFG _IOR(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)]) 146 …PI433_IOC_WR_TX_CFG _IOW(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)])
|
D | pi433_if.c | 120 struct pi433_tx_cfg tx_cfg; 293 rf69_set_tx_cfg(struct pi433_device *dev, struct pi433_tx_cfg *tx_cfg) in rf69_set_tx_cfg() 574 struct pi433_tx_cfg tx_cfg; in pi433_tx_thread() 893 struct pi433_tx_cfg tx_cfg; in pi433_ioctl() 909 sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 913 if (copy_from_user(&tx_cfg, argp, sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 916 memcpy(&instance->tx_cfg, &tx_cfg, sizeof(struct pi433_tx_cfg)); in pi433_ioctl()
|
/Linux-v4.19/drivers/staging/pi433/Documentation/ |
D | pi433.txt | 72 The tx configuration is transferred via struct pi433_tx_cfg, the parameterset for transmission.
|