Home
last modified time | relevance | path

Searched defs:core (Results 1 – 153 of 153) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dsi476x-i2c.c45 static int si476x_core_config_pinmux(struct si476x_core *core) in si476x_core_config_pinmux()
107 static inline void si476x_core_schedule_polling_work(struct si476x_core *core) in si476x_core_schedule_polling_work()
136 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start()
230 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop()
274 int si476x_core_set_power_state(struct si476x_core *core, in si476x_core_set_power_state()
339 static inline void si476x_core_report_drainer_stop(struct si476x_core *core) in si476x_core_report_drainer_stop()
352 static inline void si476x_core_start_rds_drainer_once(struct si476x_core *core) in si476x_core_start_rds_drainer_once()
372 struct si476x_core *core = container_of(work, struct si476x_core, in si476x_core_drain_rds_fifo() local
412 static void si476x_core_pronounce_dead(struct si476x_core *core) in si476x_core_pronounce_dead()
443 int si476x_core_i2c_xfer(struct si476x_core *core, in si476x_core_i2c_xfer()
[all …]
Dsi476x-cmd.c180 static int si476x_core_parse_and_nag_about_error(struct si476x_core *core) in si476x_core_parse_and_nag_about_error()
266 static int si476x_core_send_command(struct si476x_core *core, in si476x_core_send_command()
356 static int si476x_cmd_clear_stc(struct si476x_core *core) in si476x_cmd_clear_stc()
381 static int si476x_cmd_tune_seek_freq(struct si476x_core *core, in si476x_cmd_tune_seek_freq()
413 int si476x_core_cmd_func_info(struct si476x_core *core, in si476x_core_cmd_func_info()
444 int si476x_core_cmd_set_property(struct si476x_core *core, in si476x_core_cmd_set_property()
471 int si476x_core_cmd_get_property(struct si476x_core *core, u16 property) in si476x_core_cmd_get_property()
529 int si476x_core_cmd_dig_audio_pin_cfg(struct si476x_core *core, in si476x_core_cmd_dig_audio_pin_cfg()
578 int si476x_core_cmd_zif_pin_cfg(struct si476x_core *core, in si476x_core_cmd_zif_pin_cfg()
635 int si476x_core_cmd_ic_link_gpo_ctl_pin_cfg(struct si476x_core *core, in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg()
[all …]
Dsi476x-prop.c53 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, in si476x_core_is_valid_property_a10()
94 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, in si476x_core_is_valid_property_a20()
115 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, in si476x_core_is_valid_property_a30()
143 static bool si476x_core_is_valid_property(struct si476x_core *core, in si476x_core_is_valid_property()
158 static bool si476x_core_is_readonly_property(struct si476x_core *core, in si476x_core_is_readonly_property()
182 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_readable_register() local
192 struct si476x_core *core = i2c_get_clientdata(client); in si476x_core_regmap_writable_register() local
208 struct si476x_core *core = context; in si476x_core_regmap_read() local
236 struct regmap *devm_regmap_init_si476x(struct si476x_core *core) in devm_regmap_init_si476x()
Dwl1273-core.c35 static int wl1273_fm_read_reg(struct wl1273_core *core, u8 reg, u16 *value) in wl1273_fm_read_reg()
52 static int wl1273_fm_write_cmd(struct wl1273_core *core, u8 cmd, u16 param) in wl1273_fm_write_cmd()
67 static int wl1273_fm_write_data(struct wl1273_core *core, u8 *data, u16 len) in wl1273_fm_write_data()
94 static int wl1273_fm_set_audio(struct wl1273_core *core, unsigned int new_mode) in wl1273_fm_set_audio()
155 static int wl1273_fm_set_volume(struct wl1273_core *core, unsigned int volume) in wl1273_fm_set_volume()
186 struct wl1273_core *core; in wl1273_core_probe() local
/linux-4.1.27/drivers/bcma/
Dmain.c32 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show() local
39 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show() local
46 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show() local
53 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show() local
86 struct bcma_device *core; in bcma_find_core_unit() local
96 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, in bcma_wait_value()
117 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev() local
138 struct bcma_device *core) in bcma_of_find_child_device()
158 struct bcma_device *core, in bcma_of_irq_parse()
179 struct bcma_device *core, int num) in bcma_of_get_irq()
[all …]
Dcore.c12 static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_core_wait_value()
31 bool bcma_core_is_enabled(struct bcma_device *core) in bcma_core_is_enabled()
42 void bcma_core_disable(struct bcma_device *core, u32 flags) in bcma_core_disable()
59 int bcma_core_enable(struct bcma_device *core, u32 flags) in bcma_core_enable()
78 void bcma_core_set_clockmode(struct bcma_device *core, in bcma_core_set_clockmode()
109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl()
140 u32 bcma_core_dma_translation(struct bcma_device *core) in bcma_core_dma_translation()
Dhost_pci.c14 static void bcma_host_pci_switch_core(struct bcma_device *core) in bcma_host_pci_switch_core()
28 static u16 bcma_host_pci_provide_access_to_core(struct bcma_device *core) in bcma_host_pci_provide_access_to_core()
42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8()
48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16()
54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32()
60 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8()
67 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16()
74 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32()
82 static void bcma_host_pci_block_read(struct bcma_device *core, void *buffer, in bcma_host_pci_block_read()
105 static void bcma_host_pci_block_write(struct bcma_device *core, in bcma_host_pci_block_write()
[all …]
Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8()
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16()
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32()
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8()
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16()
43 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32()
50 static void bcma_host_soc_block_read(struct bcma_device *core, void *buffer, in bcma_host_soc_block_read()
93 static void bcma_host_soc_block_write(struct bcma_device *core, in bcma_host_soc_block_write()
138 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32()
145 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
Ddriver_mips.c168 struct bcma_device *core; in bcma_core_mips_set_irq() local
192 struct bcma_device *core; in bcma_core_mips_set_irq_name() local
217 struct bcma_device *core; in bcma_core_mips_dump_irq() local
242 struct bcma_device *core; in bcma_boot_dev() local
380 struct bcma_device *core; in bcma_core_mips_init() local
Dscan.c252 struct bcma_device *core; in bcma_find_core_by_index() local
263 struct bcma_device *core; in bcma_find_core_reverse() local
276 struct bcma_device *core) in bcma_get_next_core()
483 struct bcma_device *core = kzalloc(sizeof(*core), GFP_KERNEL); in bcma_bus_scan() local
Ddriver_pci.c153 struct bcma_device *core = pc->core; in bcma_core_pci_fixcfg() local
/linux-4.1.27/drivers/media/pci/cx88/
Dcx88-cards.c53 #define info_printk(core, fmt, arg...) \ argument
56 #define warn_printk(core, fmt, arg...) \ argument
59 #define err_printk(core, fmt, arg...) \ argument
2827 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data) in leadtek_eeprom()
2855 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) in hauppauge_eeprom()
2954 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data) in gdi_eeprom()
2969 static int cx88_dvico_xc2028_callback(struct cx88_core *core, in cx88_dvico_xc2028_callback()
3001 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core, in cx88_xc3028_geniatech_tuner_callback()
3028 static int cx88_xc3028_winfast1800h_callback(struct cx88_core *core, in cx88_xc3028_winfast1800h_callback()
3045 static int cx88_xc4000_winfast2000h_plus_callback(struct cx88_core *core, in cx88_xc4000_winfast2000h_plus_callback()
[all …]
Dcx88-tvaudio.c104 static void set_audio_registers(struct cx88_core *core, const struct rlist *l) in set_audio_registers()
125 static void set_audio_start(struct cx88_core *core, u32 mode) in set_audio_start()
136 static void set_audio_finish(struct cx88_core *core, u32 ctl) in set_audio_finish()
171 static void set_audio_standard_BTSC(struct cx88_core *core, unsigned int sap, in set_audio_standard_BTSC()
281 static void set_audio_standard_NICAM(struct cx88_core *core, u32 mode) in set_audio_standard_NICAM()
382 static void set_audio_standard_A2(struct cx88_core *core, u32 mode) in set_audio_standard_A2()
648 static void set_audio_standard_EIAJ(struct cx88_core *core) in set_audio_standard_EIAJ()
662 static void set_audio_standard_FM(struct cx88_core *core, in set_audio_standard_FM()
732 static int cx88_detect_nicam(struct cx88_core *core) in cx88_detect_nicam()
755 void cx88_set_tvaudio(struct cx88_core *core) in cx88_set_tvaudio()
[all …]
Dcx88-video.c298 int cx88_video_mux(struct cx88_core *core, unsigned int input) in cx88_video_mux()
363 struct cx88_core *core = dev->core; in start_video_dma() local
400 struct cx88_core *core = dev->core; in stop_video_dma() local
418 struct cx88_core *core = dev->core; in restart_video_queue() local
439 struct cx88_core *core = dev->core; in queue_setup() local
450 struct cx88_core *core = dev->core; in buffer_prepare() local
516 struct cx88_core *core = dev->core; in buffer_queue() local
555 struct cx88_core *core = dev->core; in stop_streaming() local
588 struct cx88_core *core = dev->core; in radio_open() local
621 struct cx88_core *core = in cx8800_s_vid_ctrl() local
[all …]
Dcx88-input.c39 struct cx88_core *core; member
78 struct cx88_core *core = ir->core; in cx88_ir_handle_key() local
188 struct cx88_core *core = priv; in __cx88_ir_start() local
213 struct cx88_core *core = priv; in __cx88_ir_stop() local
229 int cx88_ir_start(struct cx88_core *core) in cx88_ir_start()
237 void cx88_ir_stop(struct cx88_core *core) in cx88_ir_stop()
245 struct cx88_core *core = rc->priv; in cx88_ir_open() local
253 struct cx88_core *core = rc->priv; in cx88_ir_close() local
262 int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) in cx88_ir_init()
508 int cx88_ir_fini(struct cx88_core *core) in cx88_ir_fini()
[all …]
Dcx88-core.c333 int cx88_sram_channel_setup(struct cx88_core *core, in cx88_sram_channel_setup()
412 void cx88_sram_channel_dump(struct cx88_core *core, in cx88_sram_channel_dump()
499 int cx88_core_irq(struct cx88_core *core, u32 status) in cx88_core_irq()
514 void cx88_wakeup(struct cx88_core *core, in cx88_wakeup()
526 void cx88_shutdown(struct cx88_core *core) in cx88_shutdown()
550 int cx88_reset(struct cx88_core *core) in cx88_reset()
657 int cx88_set_scale(struct cx88_core *core, unsigned int width, unsigned int height, in cx88_set_scale()
728 static int set_pll(struct cx88_core *core, int prescale, u32 ofreq) in set_pll()
765 int cx88_start_audio_dma(struct cx88_core *core) in cx88_start_audio_dma()
791 int cx88_stop_audio_dma(struct cx88_core *core) in cx88_stop_audio_dma()
[all …]
Dcx88-vp3054-i2c.c43 struct cx88_core *core = dev->core; in vp3054_bit_setscl() local
60 struct cx88_core *core = dev->core; in vp3054_bit_setsda() local
77 struct cx88_core *core = dev->core; in vp3054_bit_getscl() local
87 struct cx88_core *core = dev->core; in vp3054_bit_getsda() local
109 struct cx88_core *core = dev->core; in vp3054_i2c_probe() local
Dcx88-blackbird.c181 static void host_setup(struct cx88_core *core) in host_setup()
215 static int wait_ready_gpio0_bit1(struct cx88_core *core, u32 state) in wait_ready_gpio0_bit1()
231 static int memory_write(struct cx88_core *core, u32 address, u32 value) in memory_write()
247 static int memory_read(struct cx88_core *core, u32 address, u32 *value) in memory_read()
273 static int register_write(struct cx88_core *core, u32 address, u32 value) in register_write()
289 static int register_read(struct cx88_core *core, u32 address, u32 *value) in register_read()
518 struct cx88_core *core = dev->core; in blackbird_codec_settings() local
532 struct cx88_core *core = dev->core; in blackbird_initialize_codec() local
587 struct cx88_core *core = dev->core; in blackbird_start_codec() local
774 struct cx88_core *core = dev->core; in vidioc_querycap() local
[all …]
Dcx88-i2c.c58 struct cx88_core *core = data; in cx8800_bit_setscl() local
70 struct cx88_core *core = data; in cx8800_bit_setsda() local
82 struct cx88_core *core = data; in cx8800_bit_getscl() local
91 struct cx88_core *core = data; in cx8800_bit_getsda() local
136 int cx88_i2c_init(struct cx88_core *core, struct pci_dev *pci) in cx88_i2c_init()
Dcx88-mpeg.c93 struct cx88_core *core = dev->core; in cx8802_start_dma() local
191 struct cx88_core *core = dev->core; in cx8802_stop_dma() local
314 struct cx88_core *core = dev->core; in cx8802_mpeg_irq() local
360 struct cx88_core *core = dev->core; in cx8802_irq() local
393 struct cx88_core *core = dev->core; in cx8802_init_common() local
448 struct cx88_core *core = dev->core; in cx8802_suspend_common() local
474 struct cx88_core *core = dev->core; in cx8802_resume_common() local
526 struct cx88_core *core = drv->core; in cx8802_request_acquire() local
565 struct cx88_core *core = drv->core; in cx8802_request_release() local
713 struct cx88_core *core; in cx8802_probe() local
Dcx88-alsa.c72 struct cx88_core *core; member
141 struct cx88_core *core=chip->core; in _cx88_start_audio_dma() local
186 struct cx88_core *core=chip->core; in _cx88_stop_audio_dma() local
226 struct cx88_core *core = chip->core; in cx8801_aud_irq() local
263 struct cx88_core *core = chip->core; in cx8801_irq() local
650 struct cx88_core *core=chip->core; in snd_cx88_volume_get() local
665 struct cx88_core *core = chip->core; in snd_cx88_wm8775_volume_put() local
687 struct cx88_core *core=chip->core; in snd_cx88_volume_put() local
737 struct cx88_core *core = chip->core; in snd_cx88_switch_get() local
748 struct cx88_core *core = chip->core; in snd_cx88_switch_put() local
[all …]
Dcx88-dvb.c199 static void cx88_dvb_gate_ctrl(struct cx88_core *core, int open) in cx88_dvb_gate_ctrl()
390 struct cx88_core *core = dev->core; in lgdt330x_pll_rf_set() local
455 struct cx88_core *core = dev->core; in kworld_dvbs_100_set_voltage() local
471 struct cx88_core *core = dev->core; in geniatech_dvbs_set_voltage() local
487 struct cx88_core *core = dev->core; in tevii_dvbs_set_voltage() local
511 struct cx88_core *core = dev->core; in vp1027_set_voltage() local
709 struct cx88_core *core = dev->core; in cx24116_reset_device() local
791 struct cx88_core *core = dev->core; in cx8802_alloc_frontends() local
903 struct cx88_core *core = dev->core; in samsung_smt_7020_set_tone() local
925 struct cx88_core *core = dev->core; in samsung_smt_7020_set_voltage() local
[all …]
Dcx88-vbi.c50 struct cx88_core *core = dev->core; in cx8800_start_vbi_dma() local
80 struct cx88_core *core = dev->core; in cx8800_stop_vbi_dma() local
207 struct cx88_core *core = dev->core; in stop_streaming() local
Dcx88-dsp.c155 static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 x[], u32 N) in detect_a2_a2m_eiaj()
219 static s32 detect_btsc(struct cx88_core *core, s16 x[], u32 N) in detect_btsc()
231 static s16 *read_rds_samples(struct cx88_core *core, u32 *N) in read_rds_samples()
271 s32 cx88_dsp_detect_stereo_sap(struct cx88_core *core) in cx88_dsp_detect_stereo_sap()
Dcx88.h425 #define call_hw(core, grpid, o, f, args...) \ argument
436 #define call_all(core, o, f, args...) call_hw(core, 0, o, f, ##args) argument
440 #define wm8775_s_ctrl(core, id, val) \ argument
453 #define wm8775_g_ctrl(core, id) \ argument
476 struct cx88_core *core; member
517 struct cx88_core *core; member
546 struct cx88_core *core; member
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Dhdmi4_core.c42 static inline void __iomem *hdmi_av_base(struct hdmi_core_data *core) in hdmi_av_base()
47 static int hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
89 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, in hdmi_core_ddc_edid()
171 int hdmi4_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi4_read_edid()
211 static void hdmi_core_powerdown_disable(struct hdmi_core_data *core) in hdmi_core_powerdown_disable()
217 static void hdmi_core_swreset_release(struct hdmi_core_data *core) in hdmi_core_swreset_release()
223 static void hdmi_core_swreset_assert(struct hdmi_core_data *core) in hdmi_core_swreset_assert()
230 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
273 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
291 static void hdmi_core_av_packet_config(struct hdmi_core_data *core, in hdmi_core_av_packet_config()
[all …]
Dhdmi5_core.c50 static void hdmi_core_ddc_init(struct hdmi_core_data *core) in hdmi_core_ddc_init()
129 static void hdmi_core_ddc_uninit(struct hdmi_core_data *core) in hdmi_core_ddc_uninit()
139 static int hdmi_core_ddc_edid(struct hdmi_core_data *core, u8 *pedid, u8 ext) in hdmi_core_ddc_edid()
199 int hdmi5_read_edid(struct hdmi_core_data *core, u8 *edid, int len) in hdmi5_read_edid()
230 void hdmi5_core_dump(struct hdmi_core_data *core, struct seq_file *s) in hdmi5_core_dump()
317 static void hdmi_core_video_config(struct hdmi_core_data *core, in hdmi_core_video_config()
382 static void hdmi_core_config_video_packetizer(struct hdmi_core_data *core) in hdmi_core_config_video_packetizer()
403 static void hdmi_core_config_csc(struct hdmi_core_data *core) in hdmi_core_config_csc()
411 static void hdmi_core_config_video_sampler(struct hdmi_core_data *core) in hdmi_core_config_video_sampler()
419 static void hdmi_core_write_avi_infoframe(struct hdmi_core_data *core, in hdmi_core_write_avi_infoframe()
[all …]
Dcore.c47 } core; variable
Dhdmi.h347 struct hdmi_core_data core; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
[all …]
Dmain.c597 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing() local
682 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits() local
751 struct bcma_device *core = wlc_hw->d11core; in brcms_b_core_ioctl() local
1032 struct bcma_device *core; in brcms_b_txstatus() local
1506 struct bcma_device *core = wlc_hw->d11core; in brcms_b_set_addrmatch() local
1529 struct bcma_device *core = wlc_hw->d11core; in brcms_b_write_template_ram() local
2085 struct bcma_device *core = wlc_hw->d11core; in brcms_b_corerev_fifofixup() local
2145 struct bcma_device *core = wlc_hw->d11core; in brcms_b_switch_macfreq() local
2262 struct bcma_device *core = wlc_hw->d11core; in brcms_ucode_write() local
2340 struct bcma_device *core = wlc_hw->d11core; in brcms_b_fifoerrors() local
[all …]
Ddebug.c79 struct bcma_device *core = hw->d11core; in brcms_debugfs_hardware_read() local
Dpmu.c121 struct bcma_device *core; in si_pmu_measure_alpclk() local
Dmac80211_if.c529 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_config() local
585 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_bss_info_changed() local
741 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_configure_filter() local
Ddma.c212 struct bcma_device *core; member
554 struct bcma_device *core = wlc->hw->d11core; in dma_attach() local
Dampdu.c184 struct bcma_device *core = wlc->hw->d11core; in brcms_c_ampdu_set() local
Dmain.h471 struct brcms_core *core; member
Dd11.h1550 #define M_PWRIND_MAP(core) (M_PWRIND_BLKS + ((core)<<1)) argument
/linux-4.1.27/drivers/media/radio/
Dradio-wl1273.c89 struct wl1273_core *core; member
107 static int wl1273_fm_write_fw(struct wl1273_core *core, in wl1273_fm_write_fw()
145 struct wl1273_core *core = radio->core; in wl1273_fm_rds() local
233 struct wl1273_core *core = radio->core; in wl1273_fm_irq_thread_handler() local
348 struct wl1273_core *core = radio->core; in wl1273_fm_set_tx_freq() local
408 struct wl1273_core *core = radio->core; in wl1273_fm_set_rx_freq() local
467 struct wl1273_core *core = radio->core; in wl1273_fm_get_freq() local
503 struct wl1273_core *core = radio->core; in wl1273_fm_upload_firmware_patch() local
544 struct wl1273_core *core = radio->core; in wl1273_fm_stop() local
570 struct wl1273_core *core = radio->core; in wl1273_fm_start() local
[all …]
Dradio-si476x.c311 struct si476x_core *core; member
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-gpio.c84 int bttv_sub_add_device(struct bttv_core *core, char *name) in bttv_sub_add_device()
109 int bttv_sub_del_devices(struct bttv_core *core) in bttv_sub_del_devices()
141 void bttv_gpio_inout(struct bttv_core *core, u32 mask, u32 outbits) in bttv_gpio_inout()
155 u32 bttv_gpio_read(struct bttv_core *core) in bttv_gpio_read()
164 void bttv_gpio_write(struct bttv_core *core, u32 value) in bttv_gpio_write()
171 void bttv_gpio_bits(struct bttv_core *core, u32 mask, u32 bits) in bttv_gpio_bits()
Dbttv.h334 struct bttv_core *core; member
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-alsa.c78 struct tm6000_core *core = chip->core; in _tm6000_start_audio_dma() local
95 struct tm6000_core *core = chip->core; in _tm6000_stop_audio_dma() local
199 struct tm6000_core *core = chip->core; in snd_tm6000_close() local
209 static int tm6000_fillbuf(struct tm6000_core *core, char *buf, int size) in tm6000_fillbuf()
302 struct tm6000_core *core = chip->core; in snd_tm6000_hw_free() local
332 struct tm6000_core *core = container_of(work, struct tm6000_core, in audio_trigger() local
348 struct tm6000_core *core = chip->core; in snd_tm6000_card_trigger() local
Dtm6000.h157 struct tm6000_core *core; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c245 struct brcmf_core *core) in brcmf_chip_sb_corerev()
253 static bool brcmf_chip_sb_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_sb_iscoreup()
267 static bool brcmf_chip_ai_iscoreup(struct brcmf_core_priv *core) in brcmf_chip_ai_iscoreup()
283 static void brcmf_chip_sb_coredisable(struct brcmf_core_priv *core, in brcmf_chip_sb_coredisable()
353 static void brcmf_chip_ai_coredisable(struct brcmf_core_priv *core, in brcmf_chip_ai_coredisable()
387 static void brcmf_chip_sb_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_sb_resetcore()
437 static void brcmf_chip_ai_resetcore(struct brcmf_core_priv *core, u32 prereset, in brcmf_chip_ai_resetcore()
476 struct brcmf_core_priv *core; in brcmf_chip_add_core() local
494 struct brcmf_core_priv *core; in brcmf_chip_cores_check() local
533 static u32 brcmf_chip_core_read32(struct brcmf_core_priv *core, u16 reg) in brcmf_chip_core_read32()
[all …]
Dpcie.c419 struct brcmf_core *core; in brcmf_pcie_select_core() local
528 struct brcmf_core *core; in brcmf_pcie_exit_download_state() local
Dsdio.c746 struct brcmf_core *core; in r_sdreg32() local
757 struct brcmf_core *core; in w_sdreg32() local
3795 struct brcmf_core *core; in brcmf_sdio_buscore_activate() local
/linux-4.1.27/arch/mips/kernel/
Dsmp-cps.c33 static unsigned core_vpe_count(unsigned core) in core_vpe_count()
191 static void boot_core(unsigned core) in boot_core()
230 unsigned core = cpu_data[cpu].core; in cps_boot_secondary() local
330 unsigned cpu, core; in play_dead() local
387 unsigned core = cpu_data[cpu].core; in cps_cpu_die() local
Dsmp-gic.c25 unsigned int core = cpu_data[cpu].core; in gic_send_ipi_single() local
Dmips-cpc.c64 void mips_cpc_lock_other(unsigned int core) in mips_cpc_lock_other()
Dpm-cps.c122 unsigned core = current_cpu_data.core; in cps_pm_enter_state() local
626 unsigned core = cpu_data[cpu].core; in cps_gen_core_entries() local
/linux-4.1.27/drivers/media/i2c/
Dmt9v011.c175 struct mt9v011 *core = to_mt9v011(sd); in set_balance() local
201 struct mt9v011 *core = to_mt9v011(sd); in calc_fps() local
231 struct mt9v011 *core = to_mt9v011(sd); in calc_speed() local
271 struct mt9v011 *core = to_mt9v011(sd); in set_res() local
300 struct mt9v011 *core = to_mt9v011(sd); in set_read_mode() local
390 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_s_mbus_fmt() local
426 struct mt9v011 *core = in mt9v011_s_ctrl() local
493 struct mt9v011 *core; in mt9v011_probe() local
563 struct mt9v011 *core = to_mt9v011(sd); in mt9v011_remove() local
Dtvp5150.c1102 struct tvp5150 *core; in tvp5150_probe() local
/linux-4.1.27/sound/soc/codecs/
Dwl1273.c39 struct wl1273_core *core; member
43 static int snd_wl1273_fm_set_i2s_mode(struct wl1273_core *core, in snd_wl1273_fm_set_i2s_mode()
143 static int snd_wl1273_fm_set_channel_number(struct wl1273_core *core, in snd_wl1273_fm_set_channel_number()
341 struct wl1273_core *core = wl1273->core; in wl1273_hw_params() local
453 struct wl1273_core **core = codec->dev->platform_data; in wl1273_probe() local
Dsi476x.c77 struct si476x_core *core = i2c_mfd_cell_to_core(codec_dai->dev); in si476x_codec_set_dai_fmt() local
161 struct si476x_core *core = i2c_mfd_cell_to_core(dai->dev); in si476x_codec_hw_params() local
Dwmfw.h22 u8 core; member
101 __be32 core; member
Dwm8997.c36 struct arizona_priv core; member
Dwm5110.c39 struct arizona_priv core; member
Dwm5102.c38 struct arizona_priv core; member
/linux-4.1.27/arch/mips/include/asm/netlogic/xlp-hal/
Dsys.h121 #define SYS_CPU_PLL_CTRL0(core) (0x1c0 + (core * 4)) argument
122 #define SYS_CPU_PLL_CTRL1(core) (0x1c1 + (core * 4)) argument
123 #define SYS_CPU_PLL_CTRL2(core) (0x1c2 + (core * 4)) argument
124 #define SYS_CPU_PLL_CTRL3(core) (0x1c3 + (core * 4)) argument
155 #define SYS_9XX_CPU_PLL_CTRL0(core) (0xc0 + (core * 4)) argument
156 #define SYS_9XX_CPU_PLL_CTRL1(core) (0xc1 + (core * 4)) argument
157 #define SYS_9XX_CPU_PLL_CTRL2(core) (0xc2 + (core * 4)) argument
158 #define SYS_9XX_CPU_PLL_CTRL3(core) (0xc3 + (core * 4)) argument
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphyreg_n.h157 #define NPHY_IqestIqAccLo(core) ((core == 0) ? 0x12c : 0x134) argument
159 #define NPHY_IqestIqAccHi(core) ((core == 0) ? 0x12d : 0x135) argument
161 #define NPHY_IqestipwrAccLo(core) ((core == 0) ? 0x12e : 0x136) argument
163 #define NPHY_IqestipwrAccHi(core) ((core == 0) ? 0x12f : 0x137) argument
165 #define NPHY_IqestqpwrAccLo(core) ((core == 0) ? 0x130 : 0x138) argument
167 #define NPHY_IqestqpwrAccHi(core) ((core == 0) ? 0x131 : 0x139) argument
Dphy_n.c36 #define READ_RADIO_REG2(pi, radio_type, jspace, core, reg_name) \ argument
42 #define WRITE_RADIO_REG2(pi, radio_type, jspace, core, reg_name, value) \ argument
51 #define READ_RADIO_REG3(pi, radio_type, jspace, core, reg_name) \ argument
56 #define WRITE_RADIO_REG3(pi, radio_type, jspace, core, reg_name, value) \ argument
62 #define READ_RADIO_REG4(pi, radio_type, jspace, core, reg_name) \ argument
67 #define WRITE_RADIO_REG4(pi, radio_type, jspace, core, reg_name, value) \ argument
15093 uint core; in wlc_phy_adjust_lnagaintbl_nphy() local
15155 wlc_phy_war_force_trsw_to_R_cliplo_nphy(struct brcms_phy *pi, u8 core) in wlc_phy_war_force_trsw_to_R_cliplo_nphy()
17164 u8 core; in wlc_phy_ipa_internal_tssi_setup_nphy() local
17674 u8 core; in wlc_phy_txpwrctrl_pwr_setup_nphy() local
[all …]
Dphy_cmn.c996 struct bcma_device *core = pi->d11core; in wlc_phy_do_dummy_tx() local
2249 u8 idx, core; in wlc_phy_noise_read_shmem() local
2514 void wlc_phy_compute_dB(u32 *cmplx_pwr, s8 *p_cmplx_pwr_dB, u8 core) in wlc_phy_compute_dB()
/linux-4.1.27/drivers/misc/sgi-gru/
Dgrufile.c326 int core; in gru_chiplet_cpu_to_mmr() local
373 int ret, core; in gru_chiplet_setup_tlb_irq() local
403 int core, irq = IRQ_GRU + chiplet; in gru_chiplet_teardown_tlb_irq() local
422 int irq, core; in gru_chiplet_setup_tlb_irq() local
449 int irq, core; in gru_chiplet_teardown_tlb_irq() local
/linux-4.1.27/include/linux/bcma/
Dbcma.h280 static inline void *bcma_get_drvdata(struct bcma_device *core) in bcma_get_drvdata()
284 static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) in bcma_set_drvdata()
352 static inline u32 bcma_read8(struct bcma_device *core, u16 offset) in bcma_read8()
356 static inline u32 bcma_read16(struct bcma_device *core, u16 offset) in bcma_read16()
360 static inline u32 bcma_read32(struct bcma_device *core, u16 offset) in bcma_read32()
365 void bcma_write8(struct bcma_device *core, u16 offset, u32 value) in bcma_write8()
370 void bcma_write16(struct bcma_device *core, u16 offset, u32 value) in bcma_write16()
375 void bcma_write32(struct bcma_device *core, u16 offset, u32 value) in bcma_write32()
380 static inline void bcma_block_read(struct bcma_device *core, void *buffer, in bcma_block_read()
385 static inline void bcma_block_write(struct bcma_device *core, in bcma_block_write()
[all …]
Dbcma_driver_mips.h37 struct bcma_device *core; member
Dbcma_driver_gmac_cmn.h81 struct bcma_device *core; member
Dbcma_driver_pcie2.h145 struct bcma_device *core; member
Dbcma_driver_pci.h225 struct bcma_device *core; member
Dbcma_driver_chipcommon.h615 struct bcma_device *core; member
648 struct bcma_device *core; member
/linux-4.1.27/arch/mips/netlogic/xlp/
Dwakeup.c53 static int xlp_wakeup_core(uint64_t sysbase, int node, int core) in xlp_wakeup_core()
114 int core, n, cpu, ncores; in xlp_enable_secondary_cores() local
Dnlm_hal.c226 static unsigned int nlm_xlp2_get_core_frequency(int node, int core) in nlm_xlp2_get_core_frequency()
272 static unsigned int nlm_xlp_get_core_frequency(int node, int core) in nlm_xlp_get_core_frequency()
293 unsigned int nlm_get_core_frequency(int node, int core) in nlm_get_core_frequency()
/linux-4.1.27/drivers/watchdog/
Docteon-wdt-main.c252 unsigned int core = cvmx_get_core_num(); in octeon_wdt_poke_irq() local
379 unsigned int core; in octeon_wdt_disable_interrupt() local
399 unsigned int core; in octeon_wdt_setup_interrupt() local
636 int core = cpu2core(cpu); in octeon_wdt_cleanup() local
/linux-4.1.27/drivers/spi/
Dspi-bcm53xx.c18 struct bcma_device *core; member
223 static int bcm53xxspi_bcma_probe(struct bcma_device *core) in bcm53xxspi_bcma_probe()
260 static void bcm53xxspi_bcma_remove(struct bcma_device *core) in bcm53xxspi_bcma_remove()
/linux-4.1.27/include/linux/mfd/
Dsi476x-core.h179 static inline void si476x_core_lock(struct si476x_core *core) in si476x_core_lock()
188 static inline void si476x_core_unlock(struct si476x_core *core) in si476x_core_unlock()
195 static inline u16 hz_to_si476x(struct si476x_core *core, int freq) in hz_to_si476x()
212 static inline int si476x_to_hz(struct si476x_core *core, u16 freq) in si476x_to_hz()
242 static inline u16 v4l2_to_si476x(struct si476x_core *core, int freq) in v4l2_to_si476x()
247 static inline int si476x_to_v4l2(struct si476x_core *core, u16 freq) in si476x_to_v4l2()
/linux-4.1.27/drivers/net/wireless/b43/
Dphy_ht.c53 int core; in b43_radio_2059_channel_setup() local
449 int core; in b43_phy_ht_rssi_select() local
592 int core; in b43_phy_ht_tx_power_ctl_idle_tssi() local
625 int core; in b43_phy_ht_tssi_setup() local
749 struct bcma_device *core = dev->dev->bdev; in b43_phy_ht_spur_avoid() local
Dphy_n.c155 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev19()
163 u16 value, u8 core, bool off, in b43_nphy_rf_ctl_override_rev7()
211 u16 value, u8 core, bool off) in b43_nphy_rf_ctl_override_one_to_many()
254 u16 value, u8 core, bool off) in b43_nphy_rf_ctl_override()
333 int core; in b43_nphy_rf_ctl_intc_override_rev7() local
400 u16 value, u8 core) in b43_nphy_rf_ctl_intc_override()
1667 s8 offset, u8 core, in b43_nphy_scale_offset_rssi()
2090 int core, i, j, vcm; in b43_nphy_rev3_rssi_cal() local
2313 u8 core; in b43_nphy_rev2_rssi_cal() local
2737 u8 core; in b43_nphy_workarounds_rev7plus() local
[all …]
Dbus.c88 struct b43_bus_dev *b43_bus_dev_bcma_init(struct bcma_device *core) in b43_bus_dev_bcma_init()
Dtables_nphy.c3497 int core, offset, i; in b43_nphy_tables_init_rev7_volatile() local
Dmain.c5659 static int b43_bcma_probe(struct bcma_device *core) in b43_bcma_probe()
5697 static void b43_bcma_remove(struct bcma_device *core) in b43_bcma_remove()
/linux-4.1.27/arch/x86/kernel/
Dlivepatch.c44 unsigned long core = (unsigned long)mod->module_core; in klp_write_module_reloc() local
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c29 static bool bgmac_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bgmac_wait_value()
737 struct bcma_device *core; in bgmac_phy_read() local
786 struct bcma_device *core; in bgmac_phy_write() local
984 struct bcma_device *core = bgmac->core; in bgmac_miiconfig() local
1010 struct bcma_device *core = bgmac->core; in bgmac_chip_reset() local
1546 static int bgmac_probe(struct bcma_device *core) in bgmac_probe()
1686 static void bgmac_remove(struct bcma_device *core) in bgmac_remove()
Dbgmac.h438 struct bcma_device *core; member
/linux-4.1.27/drivers/edac/
Docteon_edac-pc.c45 unsigned int core = cvmx_get_core_num(); in co_cache_error_event() local
/linux-4.1.27/drivers/cpuidle/
Dcpuidle-cps.c121 int err, cpu, core, i; in cps_cpuidle_init() local
/linux-4.1.27/arch/powerpc/include/asm/
Dcputhreads.h71 static inline int cpu_first_thread_of_core(int core) { return core; } in cpu_first_thread_of_core()
Dps3.h377 struct device core; member
391 struct device_driver core; member
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Dperf.h10 u32 core; member
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dsmp.c437 register long cpuid, core, node, count; in loongson3a_play_dead() local
499 register long cpuid, core, node, count; in loongson3b_play_dead() local
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-l2c.c49 int cvmx_l2c_get_core_way_partition(uint32_t core) in cvmx_l2c_get_core_way_partition()
84 int cvmx_l2c_set_core_way_partition(uint32_t core, uint32_t mask) in cvmx_l2c_set_core_way_partition()
628 uint64_t core = cvmx_get_core_num(); in __read_l2_tag() local
Dcvmx-pko.c417 int core, port; in cvmx_pko_show_queue_map() local
/linux-4.1.27/drivers/crypto/qce/
Dcore.h45 struct clk *core, *iface, *bus; member
/linux-4.1.27/drivers/ps3/
Dvuart.h45 struct ps3_system_bus_driver core; member
/linux-4.1.27/sound/pcmcia/vx/
Dvxpocket.h31 struct vx_core core; member
/linux-4.1.27/arch/arm/kernel/
Datags_parse.c42 struct tag_core core; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgt215.c432 struct gt215_clk_info *core = &priv->eng[nv_clk_src_core]; in gt215_clk_calc() local
459 struct gt215_clk_info *core = &priv->eng[nv_clk_src_core]; in gt215_clk_prog() local
Dmcp77.c204 const int core = cstate->domain[nv_clk_src_core]; in mcp77_clk_calc() local
Dnv50.c369 const int core = cstate->domain[nv_clk_src_core]; in nv50_clk_calc() local
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c164 struct hdmi_v13_core_regs core; member
169 struct hdmi_v14_core_regs core; member
1419 const struct hdmi_v13_core_regs *core = in hdmi_v13_mode_apply() local
1503 const struct hdmi_v14_core_regs *core = in hdmi_v14_mode_apply() local
1795 struct hdmi_v13_core_regs *core = &hdata->mode_conf.conf.v13_conf.core; in hdmi_v13_mode_set() local
1893 struct hdmi_v14_core_regs *core = in hdmi_v14_mode_set() local
/linux-4.1.27/arch/arm64/kernel/
Dtopology.c48 static int __init parse_core(struct device_node *core, int cluster_id, in parse_core()
/linux-4.1.27/drivers/base/regmap/
Dregmap-spi.c20 struct regmap_async core; member
/linux-4.1.27/drivers/clk/
Dclk.c84 struct clk_core *core; member
807 struct clk_core *core = hw->core, *parent, *best_parent = NULL; in clk_mux_determine_rate_flags() local
852 struct clk_core *core = clk_core_lookup(name); in __clk_lookup() local
1493 static void __clk_set_parent_after(struct clk_core *core, in __clk_set_parent_after()
2044 struct clk_core *core, *parent_core; in clk_has_parent() local
2737 struct clk_core *core = !clk ? NULL : clk->core; in __clk_get() local
/linux-4.1.27/drivers/hwmon/
Dk8temp.c117 int core = attr->nr; in show_temp() local
/linux-4.1.27/drivers/net/wireless/cw1200/
Dmain.c515 struct cw1200_common **core, in cw1200_core_probe()
Dcw1200_spi.c40 struct cw1200_common *core; member
Dcw1200_sdio.c49 struct cw1200_common *core; member
/linux-4.1.27/sound/pci/vx222/
Dvx222.h28 struct vx_core core; member
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h106 uint8_t core; member
112 #define ADRENO_REV(core, major, minor, patchid) \ argument
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispresizer.h74 u8 core; /* core offset. */ member
/linux-4.1.27/drivers/net/dsa/
Dbcm_sf2.h55 void __iomem *core; member
/linux-4.1.27/drivers/media/common/siano/
Dsmscoreapi.c401 void smscore_set_board_id(struct smscore_device_t *core, int id) in smscore_set_board_id()
406 int smscore_led_state(struct smscore_device_t *core, int led) in smscore_led_state()
414 int smscore_get_board_id(struct smscore_device_t *core) in smscore_get_board_id()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfalcon.h38 struct nvkm_gpuobj *core; member
/linux-4.1.27/arch/avr32/include/asm/
Dsetup.h106 struct tag_core core; member
/linux-4.1.27/arch/arc/kernel/
Dsetup.c144 struct bcr_identity *core = &cpu->core; in arc_cpu_mumbojumbo() local
Dunwind.c121 } core, init; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dsdio.c55 struct platform_device *core; member
Dspi.c83 struct platform_device *core; member
Dconf.h1388 struct wlcore_conf core; member
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dhelpers.h97 int core; member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-cmd-queue.h225 int core = queue_id & 0xf; in __cvmx_cmd_queue_get_index() local
Dcvmx-pko.h497 static inline int cvmx_pko_get_base_queue_per_core(int port, int core) in cvmx_pko_get_base_queue_per_core()
/linux-4.1.27/arch/mips/mti-malta/
Dmalta-int.c426 static char *core[8] = { variable
/linux-4.1.27/drivers/macintosh/
Dwindfarm_smu_sat.c212 u8 chip, core; in wf_sat_probe() local
Dwindfarm_pm112.c128 int core = cpu & 1; in create_cpu_loop() local
/linux-4.1.27/drivers/md/
Ddm-log.c280 static void header_to_disk(struct log_header_core *core, struct log_header_disk *disk) in header_to_disk()
287 static void header_from_disk(struct log_header_core *core, struct log_header_disk *disk) in header_from_disk()
Ddm-era-target.c351 static void ws_pack(const struct writeset_metadata *core, struct writeset_disk *disk) in ws_pack()
357 static void ws_unpack(const struct writeset_disk *disk, struct writeset_metadata *core) in ws_unpack()
/linux-4.1.27/arch/mips/include/asm/
Dcpu-info.h67 int core; /* physical core number */ member
/linux-4.1.27/sound/pci/hda/
Dhda_codec.h76 struct hdac_bus core; member
124 struct hdac_driver core; member
209 struct hdac_device core; member
/linux-4.1.27/arch/arm/mach-omap2/
Dcm2xxx.c373 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) in omap2xxx_cm_set_mod_dividers()
/linux-4.1.27/arch/mips/bcm63xx/
Dreset.c212 void bcm63xx_core_set_reset(enum bcm63xx_core_reset core, int reset) in bcm63xx_core_set_reset()
/linux-4.1.27/include/crypto/
Ddrbg.h123 const struct drbg_core *core; member
/linux-4.1.27/arch/s390/kernel/
Dtopology.c82 unsigned int core; in add_cpus_to_mask() local
/linux-4.1.27/arch/mips/bcm47xx/
Dsprom.c702 struct bcma_device *core; in bcm47xx_get_sprom_bcma() local
/linux-4.1.27/arch/arm/include/uapi/asm/
Dsetup.h149 struct tag_core core; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h47 const struct nv50_disp_mthd_chan *core; member
/linux-4.1.27/arch/frv/kernel/
Dsetup.c121 uint8_t xbus, sdram, corebus, core, dsu; member
/linux-4.1.27/arch/powerpc/kernel/
Dsmp.c581 int cpu_first_thread_of_core(int core) in cpu_first_thread_of_core()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c616 cpumask_t *core = NULL; in cfs_cpt_choose_ncpus() local
/linux-4.1.27/include/net/
Dnet_namespace.h87 struct netns_core core; member
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1423 static struct kvmppc_vcore *kvmppc_vcore_create(struct kvm *kvm, int core) in kvmppc_vcore_create()
1604 int core; in kvmppc_core_vcpu_create_hv() local
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c857 struct unw_table_entry tmp, *e1, *e2, *core, *init; in register_unwind_table() local
/linux-4.1.27/include/linux/
Dclk-provider.h233 struct clk_core *core; member
/linux-4.1.27/crypto/
Ddrbg.c1893 const struct drbg_core *core, int pr) in drbg_fill_array()
/linux-4.1.27/arch/arc/include/asm/
Darcregs.h321 struct bcr_identity core; member
/linux-4.1.27/drivers/media/usb/dvb-usb/
Ddvb-usb.h288 struct dvb_rc core; member
/linux-4.1.27/sound/soc/sh/
Dfsi.c300 const struct fsi_core *core; member
1924 const struct fsi_core *core; in fsi_probe() local
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c277 nv50_core_create(struct nvif_object *disp, u64 syncbuf, struct nv50_mast *core) in nv50_core_create()
382 struct nvif_object core; member
/linux-4.1.27/drivers/spmi/
Dspmi-pmic-arb.c786 void __iomem *core; in spmi_pmic_arb_probe() local
/linux-4.1.27/include/media/
Dv4l2-subdev.h541 const struct v4l2_subdev_core_ops *core; member
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mr.c528 int i, core; in qlafx00_soc_cpu_reset() local
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.c650 static void print_core(struct nes_cm_core *core) in print_core()
/linux-4.1.27/include/scsi/
Dlibsas.h399 struct scsi_core core; member
/linux-4.1.27/mm/
Dpage_alloc.c5493 static int __init cmdline_parse_core(char *p, unsigned long *core) in cmdline_parse_core()