Searched defs:content (Results 1 - 20 of 20) sorted by relevance

/drivers/s390/char/
H A Dhmcdrv_cache.c24 * @content: kernel-space buffer, 4k aligned
25 * @len: size of @content cache (0 if caching disabled)
26 * @ofs: start of content within file (-1 if no cached content)
32 * read/dir requests. But content is cached only under some preconditions.
33 * Uncached content is signalled by a negative value of @ofs.
41 void *content; member in struct:hmcdrv_cache_entry
55 * hmcdrv_cache_get() - looks for file data/content in read cache
59 * in content cache (for the file/cmd specified in @ftp)
73 if ((hmcdrv_cache_file.ofs < 0) || /* has content
[all...]
/drivers/char/
H A Dbfin-otp.c43 u64 content; local
59 ret = bfrom_OtpRead(page, flags, &content);
65 if (copy_to_user(buff + bytes_done, &content, sizeof(content))) {
71 bytes_done += sizeof(content);
72 *pos += sizeof(content);
124 u64 content; local
151 if (copy_from_user(&content, buff + bytes_done, sizeof(content))) {
155 ret = bfrom_OtpWrite(page, flags, &content);
[all...]
/drivers/staging/rtl8188eu/hal/
H A Drf_cfg.c190 u32 content = 0x1000; /*RF Content: radio_a_txt*/ local
191 u32 maskforphyset = (u32)(content & 0xE000);
/drivers/usb/storage/
H A Dsddr55.c525 unsigned char *content = us->iobuf; local
539 DMA_FROM_DEVICE, content, 4);
544 *manufacturerID = content[0];
545 *deviceID = content[1];
547 if (content[0] != 0xff) {
549 DMA_FROM_DEVICE, content, 2);
H A Dsddr09.c1055 unsigned char *content,
1062 CONTROL_SHIFT, content, use_sg);
1078 unsigned char *content = us->iobuf; local
1090 content, 64, NULL);
1093 deviceID[i] = content[i];
1052 sddr09_read_control(struct us_data *us, unsigned long address, unsigned int blocks, unsigned char *content, int use_sg) argument
H A Dshuttle_usbat.c233 unsigned char *content)
241 content,
251 unsigned char content)
257 short_pack(reg, content),
230 usbat_read(struct us_data *us, unsigned char access, unsigned char reg, unsigned char *content) argument
248 usbat_write(struct us_data *us, unsigned char access, unsigned char reg, unsigned char content) argument
/drivers/macintosh/
H A Dmediabay.c51 u8 (*content)(struct media_bay_info *bay); member in struct:mb_ops
134 * Functions for polling content of media bay
354 int id = bay->ops->content(bay);
604 bay->last_value = bay->ops->content(bay);
642 /* We re-enable the bay using it's previous content
650 if (bay->ops->content(bay) != bay->content_id) {
675 .content = ohare_mb_content,
684 .content = heathrow_mb_content,
694 .content = keylargo_mb_content,
/drivers/net/wireless/rtlwifi/
H A Dcore.c421 u8 content[MAX_WOL_PATTERN_SIZE] = {0}; local
440 "pattern content\n", pattern_os,
443 "mask content\n", mask_os, mask_len);
503 content[len] = pattern_os[j];
509 "pattern to hw\n", content, len);
511 rtl_pattern.crc = _calculate_wol_pattern_crc(content, len);
/drivers/staging/rtl8188eu/core/
H A Drtw_efuse.c137 /* 2. Read real efuse content. Filter PG header and every section data. */
222 u8 *content, /* buffer to store efuse physical map */
223 u16 *size /* for efuse content: the max byte to read. will update to byte read */
234 u8 *pos = content;
277 pos = content+count;
282 pos = content+count;
288 pos = content+count;
986 * Overview: Read All Efuse content
1002 * Overview: Transfer current EFUSE content to shadow init and modify map.
219 efuse_read_phymap_from_txpktbuf( struct adapter *adapter, int bcnhead, u8 *content, u16 *size ) argument
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h425 struct pf_vf_bulletin_content content; member in union:pf_vf_bulletin
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dhw.c120 u32 count = 0, isr_regaddr, content; local
153 content = rtl_read_dword(rtlpriv, isr_regaddr);
154 while (!(content & IMR_CPWM) && (count < 500)) {
157 content = rtl_read_dword(rtlpriv, isr_regaddr);
160 if (content & IMR_CPWM) {
H A Dphy.c339 u32 content = 0x1000; /*RF Content: radio_a_txt*/ local
340 u32 maskforphyset = (u32)(content & 0xE000);
/drivers/net/wireless/rtlwifi/rtl8192de/
H A Dhw.c1684 u8 *content)
1688 u8 macphy_crvalue = content[EEPROM_MAC_FUNCTION];
1702 u8 *content)
1704 _rtl92de_read_macphymode_from_prom(hw, content);
2261 "Pairwise Key content",
1683 _rtl92de_read_macphymode_from_prom(struct ieee80211_hw *hw, u8 *content) argument
1701 _rtl92de_read_macphymode_and_bandtype(struct ieee80211_hw *hw, u8 *content) argument
H A Dphy.c787 enum rf_content content,
817 if ((content == radiob_txt) && (rfpath == RF90_PATH_A)) {
786 rtl92d_phy_config_rf_with_headerfile(struct ieee80211_hw *hw, enum rf_content content, enum radio_path rfpath) argument
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dhw.c122 u32 count = 0, isr_regaddr, content; local
157 content = rtl_read_dword(rtlpriv, isr_regaddr);
158 while (!(content & IMR_CPWM) && (count < 500)) {
161 content = rtl_read_dword(rtlpriv, isr_regaddr);
164 if (content & IMR_CPWM) {
H A Dphy.c366 u32 content = 0x1000; /*RF Content: radio_a_txt*/ local
367 u32 maskforphyset = (u32)(content & 0xE000);
376 u32 content = 0x1001; /*RF Content: radio_b_txt*/ local
377 u32 maskforphyset = (u32)(content & 0xE000);
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dhw.c125 u32 count = 0, isr_regaddr, content; local
159 content = rtl_read_dword(rtlpriv, isr_regaddr);
160 while (!(content & IMR_CPWM) && (count < 500)) {
163 content = rtl_read_dword(rtlpriv, isr_regaddr);
166 if (content & IMR_CPWM) {
H A Dphy.c201 u32 content = 0x1000; /*RF Content: radio_a_txt*/ local
202 u32 maskforphyset = (u32)(content & 0xE000);
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dhw.c122 u32 count = 0, isr_regaddr, content; local
157 content = rtl_read_dword(rtlpriv, isr_regaddr);
158 while (!(content & IMR_CPWM) && (count < 500)) {
161 content = rtl_read_dword(rtlpriv, isr_regaddr);
164 if (content & IMR_CPWM) {
H A Dphy.c710 u32 content = 0x1000; /*RF Content: radio_a_txt*/ local
711 u32 maskforphyset = (u32)(content & 0xE000);
720 u32 content = 0x1001; /*RF Content: radio_b_txt*/ local
721 u32 maskforphyset = (u32)(content & 0xE000);

Completed in 293 milliseconds