Searched refs:pi433_tx_cfg (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/pi433/ |
H 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)])
|
H A D | TODO | 4 * Change (struct pi433_tx_cfg)->bit_rate to be a u32 so that we can support
|
H A D | pi433_if.c | 112 struct pi433_tx_cfg tx_cfg; 288 rf69_set_tx_cfg(struct pi433_device *dev, struct pi433_tx_cfg *tx_cfg) in rf69_set_tx_cfg() 562 struct pi433_tx_cfg tx_cfg; in pi433_tx_thread() 887 struct pi433_tx_cfg tx_cfg; in pi433_ioctl() 903 sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 907 if (copy_from_user(&tx_cfg, argp, sizeof(struct pi433_tx_cfg))) in pi433_ioctl() 910 memcpy(&instance->tx_cfg, &tx_cfg, sizeof(struct pi433_tx_cfg)); in pi433_ioctl()
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 72 The tx configuration is transferred via struct pi433_tx_cfg, the parameterset for transmission.
|