Searched refs:pi433_tx_cfg (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/staging/pi433/ |
A D | pi433_if.h | 52 struct pi433_tx_cfg { struct 139 _IOR(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)]) 141 _IOW(PI433_IOC_MAGIC, PI433_TX_CFG_IOCTL_NR, char[sizeof(struct pi433_tx_cfg)])
|
A D | TODO | 4 * Change (struct pi433_tx_cfg)->bit_rate to be a u32 so that we can support
|
A D | pi433_if.c | 113 struct pi433_tx_cfg tx_cfg; 289 rf69_set_tx_cfg(struct pi433_device *dev, struct pi433_tx_cfg *tx_cfg) in rf69_set_tx_cfg() 563 struct pi433_tx_cfg tx_cfg; in pi433_tx_thread() 888 struct pi433_tx_cfg tx_cfg; in pi433_ioctl() 904 sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 908 if (copy_from_user(&tx_cfg, argp, sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 911 memcpy(&instance->tx_cfg, &tx_cfg, sizeof(struct pi433_tx_cfg)); in pi433_ioctl()
|
/linux-6.3-rc2/drivers/staging/pi433/Documentation/ |
A D | pi433.txt | 72 The tx configuration is transferred via struct pi433_tx_cfg, the parameterset for transmission.
|
Completed in 7 milliseconds