Home
last modified time | relevance | path

Searched refs:fixed (Results 1 – 25 of 74) sorted by relevance

123

/drivers/net/wireless/ti/wlcore/
Dio.h59 bool fixed) in wlcore_raw_write() argument
68 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
77 bool fixed) in wlcore_raw_read() argument
86 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
95 bool fixed) in wlcore_raw_read_data() argument
97 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data()
102 bool fixed) in wlcore_raw_write_data() argument
104 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data()
132 void *buf, size_t len, bool fixed) in wlcore_read() argument
138 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read()
[all …]
Dspi.c204 void *buf, size_t len, bool fixed) in wl12xx_spi_raw_read() argument
226 if (fixed) in wl12xx_spi_raw_read()
261 if (!fixed) in wl12xx_spi_raw_read()
271 void *buf, size_t len, bool fixed) in wl12xx_spi_raw_write() argument
298 if (fixed) in wl12xx_spi_raw_write()
309 if (!fixed) in wl12xx_spi_raw_write()
Dsdio.c76 void *buf, size_t len, bool fixed) in wl12xx_sdio_raw_read() argument
96 if (fixed) in wl12xx_sdio_raw_read()
114 void *buf, size_t len, bool fixed) in wl12xx_sdio_raw_write() argument
137 if (fixed) in wl12xx_sdio_raw_write()
Dwlcore_i.h194 size_t len, bool fixed);
196 size_t len, bool fixed);
/drivers/clk/
Dclk-fixed-rate.c63 struct clk_fixed_rate *fixed; in clk_register_fixed_rate_with_accuracy() local
68 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in clk_register_fixed_rate_with_accuracy()
69 if (!fixed) { in clk_register_fixed_rate_with_accuracy()
81 fixed->fixed_rate = fixed_rate; in clk_register_fixed_rate_with_accuracy()
82 fixed->fixed_accuracy = fixed_accuracy; in clk_register_fixed_rate_with_accuracy()
83 fixed->hw.init = &init; in clk_register_fixed_rate_with_accuracy()
86 clk = clk_register(dev, &fixed->hw); in clk_register_fixed_rate_with_accuracy()
88 kfree(fixed); in clk_register_fixed_rate_with_accuracy()
DMakefile6 obj-$(CONFIG_COMMON_CLK) += clk-fixed-factor.o
7 obj-$(CONFIG_COMMON_CLK) += clk-fixed-rate.o
DKconfig57 multi-function devices have two fixed-rate oscillators,
86 (S2MPS11, S5M8767) fixed-rate oscillators, clocked at 32KHz each.
/drivers/clk/sunxi/
Dclk-a10-hosc.c29 struct clk_fixed_rate *fixed; in sun4i_osc_clk_setup() local
38 fixed = kzalloc(sizeof(struct clk_fixed_rate), GFP_KERNEL); in sun4i_osc_clk_setup()
39 if (!fixed) in sun4i_osc_clk_setup()
51 fixed->fixed_rate = rate; in sun4i_osc_clk_setup()
56 &fixed->hw, &clk_fixed_rate_ops, in sun4i_osc_clk_setup()
71 kfree(fixed); in sun4i_osc_clk_setup()
Dclk-sunxi.c898 u8 fixed; /* is it a fixed divisor? if not... */ member
926 { .fixed = 2 }, /* P, other */
1000 if (data->div[i].fixed) { in sunxi_divs_clk_setup()
1006 fix_factor->div = data->div[i].fixed; in sunxi_divs_clk_setup()
/drivers/base/
Ddma-contiguous.c112 bool fixed = false; in dma_contiguous_reserve() local
121 fixed = true; in dma_contiguous_reserve()
141 fixed); in dma_contiguous_reserve()
164 bool fixed) in dma_contiguous_reserve_area() argument
168 ret = cma_declare_contiguous(base, size, limit, 0, 0, fixed, res_cma); in dma_contiguous_reserve_area()
/drivers/gpu/drm/i2c/
Dch7006_priv.h35 typedef int64_t fixed; typedef
50 fixed vrefresh;
55 fixed subc_freq;
56 fixed black_level;
68 fixed subc_coeff;
163 static inline int32_t round_fixed(fixed x) in round_fixed()
/drivers/infiniband/hw/ipath/
Dipath_stats.c205 static u32 fixed; in ipath_chk_errormask() local
217 fixed++; in ipath_chk_errormask()
233 fixed, errormask, (unsigned long)dd->ipath_errormask, in ipath_chk_errormask()
237 fixed, errormask, in ipath_chk_errormask()
/drivers/media/v4l2-core/
DKconfig20 bool "Enable old-style fixed minor ranges on drivers/video devices"
23 Say Y here to enable the old-style fixed-range minor assignments.
/drivers/staging/rtl8723au/core/
Drtw_mlme.c111 pnetwork->fixed = false; in rtw_alloc_network()
126 if (pnetwork->fixed == true) in _rtw_free_network23a()
346 if (pwlan->fixed != true) { in rtw_get_oldest_wlan_network23a()
486 pnetwork->fixed = false; in rtw_update_scanned_network()
745 pnetwork->fixed = false; in free_scanqueue()
798 pwlan->fixed = false; in rtw_free_assoc_resources23a()
1140 pcur_wlan->fixed = false; in rtw_joinbss_event_prehandle23a()
1154 ptarget_wlan->fixed = in rtw_joinbss_event_prehandle23a()
1166 ptarget_wlan->fixed = true; in rtw_joinbss_event_prehandle23a()
1323 ptarget_wlan->fixed = true; in rtw_stassoc_event_callback23a()
[all …]
/drivers/usb/serial/
DMakefile-keyspan_pda_fw3 # insisting upon fixed suffixes for the input and output files,
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c150 pnetwork->fixed = false; in _rtw_alloc_network()
172 if (pnetwork->fixed) in _rtw_free_network()
196 if (pnetwork->fixed) in _rtw_free_network_nolock()
375 if (!pwlan->fixed) { in rtw_get_oldest_wlan_network()
474 pnetwork->fixed = false; in rtw_update_scanned_network()
802 pwlan->fixed = false; in rtw_free_assoc_resources()
1065 pcur_wlan->fixed = false; in rtw_joinbss_event_prehandle()
1077 ptarget_wlan->fixed = true; in rtw_joinbss_event_prehandle()
1084 ptarget_wlan->fixed = true; in rtw_joinbss_event_prehandle()
1249 ptarget_wlan->fixed = true; in rtw_stassoc_event_callback()
[all …]
/drivers/regulator/
DMakefile6 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
8 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
/drivers/clk/tegra/
DMakefile12 obj-y += clk-tegra-fixed.o
/drivers/clk/ti/
DMakefile4 fixed-factor.o mux.o apll.o
/drivers/net/wireless/
Dzd1201.c1169 iwe.u.bitrate.fixed = 0; in zd1201_get_scan()
1261 if (!rrq->fixed) { /* Also enable all lower bitrates */ in zd1201_set_rate()
1299 rrq->fixed = 0; in zd1201_get_rate()
1312 if (rts->disabled || !rts->fixed) in zd1201_set_rts()
1337 rts->fixed = 1; in zd1201_get_rts()
1349 if (frag->disabled || !frag->fixed) in zd1201_set_frag()
1375 frag->fixed = 1; in zd1201_get_frag()
1633 rrq->fixed = 1; in zd1201_get_hostauth()
1683 rrq->fixed = 1; in zd1201_get_maxassoc()
/drivers/staging/rtl8723au/include/
Dwlan_bssdef.h116 int fixed; member
/drivers/staging/rtl8712/
Drtl871x_mlme.c113 if (pnetwork->fixed == true) in _free_network()
133 if (pnetwork->fixed == true) in _free_network_nolock()
324 if (pwlan->fixed != true) { in r8712_get_oldest_wlan_network()
663 pwlan->fixed = false; in r8712_free_assoc_resources()
790 pcur_wlan->fixed = false; in r8712_joinbss_event_callback()
806 ptarget_wlan->fixed = true; in r8712_joinbss_event_callback()
813 ptarget_wlan->fixed = true; in r8712_joinbss_event_callback()
997 pwlan->fixed = false; in r8712_stadel_event_callback()
Drtl871x_ioctl_linux.c270 iwe.u.bitrate.fixed = 0; in translate_scan()
887 wrqu->sens.fixed = 0; /* no auto select */ in r8711_wx_get_sens()
1358 u32 fixed = wrqu->bitrate.fixed; in r8711_wx_set_rate() local
1414 if (fixed == 0) in r8711_wx_set_rate()
1460 wrqu->bitrate.fixed = 0; /* no auto select */ in r8711_wx_get_rate()
1488 wrqu->rts.fixed = 0; /* no auto select */ in r8711_wx_get_rts()
1516 wrqu->frag.fixed = 0; /* no auto select */ in r8711_wx_get_frag()
1525 wrqu->retry.fixed = 0; /* no auto select */ in r8711_wx_get_retry()
1694 wrqu->power.fixed = 0; /* no auto select */ in r8711_wx_get_power()
/drivers/parisc/
DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/drivers/net/phy/
DMakefile20 obj-$(CONFIG_FIXED_PHY) += fixed.o

123