Home
last modified time | relevance | path

Searched +defs:dev +defs:mode (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mknodat.c74 dev_t dev; in ATF_TC_BODY() local
75 mode_t mode = S_IFCHR|0600; in ATF_TC_BODY() local
96 dev_t dev; in ATF_TC_BODY() local
97 mode_t mode = S_IFCHR|0600; in ATF_TC_BODY() local
116 dev_t dev; in ATF_TC_BODY() local
117 mode_t mode = S_IFCHR|0600; in ATF_TC_BODY() local
132 dev_t dev; in ATF_TC_BODY() local
133 mode_t mode = S_IFCHR|0600; in ATF_TC_BODY() local
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c47 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline()
83 struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, in drm_cvt_mode()
297 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, in drm_gtf_mode_complex()
481 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode()
498 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name()
543 int drm_mode_width(const struct drm_display_mode *mode) in drm_mode_width()
564 int drm_mode_height(const struct drm_display_mode *mode) in drm_mode_height()
578 int drm_mode_hsync(const struct drm_display_mode *mode) in drm_mode_hsync()
612 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh()
725 struct drm_display_mode *drm_mode_duplicate(struct drm_device *dev, in drm_mode_duplicate()
[all …]
H A Ddrm_crtc_helper.c51 void drm_helper_move_panel_connectors_to_head(struct drm_device *dev) in drm_helper_move_panel_connectors_to_head()
75 struct drm_display_mode *mode; in drm_mode_validate_flag() local
116 struct drm_device *dev = connector->dev; in drm_helper_probe_single_connector_modes() local
117 struct drm_display_mode *mode; in drm_helper_probe_single_connector_modes() local
221 struct drm_device *dev = encoder->dev; in drm_helper_encoder_in_use() local
244 struct drm_device *dev = crtc->dev; in drm_helper_crtc_in_use() local
274 void drm_helper_disable_unused_functions(struct drm_device *dev) in drm_helper_disable_unused_functions()
319 struct drm_device *dev; in drm_encoder_crtc_ok() local
345 drm_crtc_prepare_encoders(struct drm_device *dev) in drm_crtc_prepare_encoders()
386 struct drm_display_mode *mode, in drm_crtc_helper_set_mode()
[all …]
H A Ddrm_crtc.c221 static int drm_mode_object_get(struct drm_device *dev, in drm_mode_object_get()
246 static void drm_mode_object_put(struct drm_device *dev, in drm_mode_object_put()
253 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find()
279 int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb, in drm_framebuffer_init()
312 struct drm_device *dev = fb->dev; in drm_framebuffer_unreference() local
343 struct drm_device *dev = fb->dev; in drm_framebuffer_cleanup() local
369 struct drm_device *dev = fb->dev; in drm_framebuffer_remove() local
420 int drm_crtc_init(struct drm_device *dev, struct drm_crtc *crtc, in drm_crtc_init()
459 struct drm_device *dev = crtc->dev; in drm_crtc_cleanup() local
481 struct drm_display_mode *mode) in drm_mode_probed_add()
[all …]
H A Ddrm_agpsupport.c51 int drm_agp_info(struct drm_device *dev, struct drm_agp_info *info) in drm_agp_info()
75 int drm_agp_info_ioctl(struct drm_device *dev, void *data, in drm_agp_info_ioctl()
97 int drm_agp_acquire(struct drm_device * dev) in drm_agp_acquire()
126 int drm_agp_acquire_ioctl(struct drm_device *dev, void *data, in drm_agp_acquire_ioctl()
140 int drm_agp_release(struct drm_device * dev) in drm_agp_release()
150 int drm_agp_release_ioctl(struct drm_device *dev, void *data, in drm_agp_release_ioctl()
166 int drm_agp_enable(struct drm_device * dev, struct drm_agp_mode mode) in drm_agp_enable()
179 int drm_agp_enable_ioctl(struct drm_device *dev, void *data, in drm_agp_enable_ioctl()
182 struct drm_agp_mode *mode = data; in drm_agp_enable_ioctl() local
199 int drm_agp_alloc(struct drm_device *dev, struct drm_agp_buffer *request) in drm_agp_alloc()
[all …]
/freebsd/sys/dev/ata/chipsets/
H A Data-acard.c66 ata_acard_probe(device_t dev) in ata_acard_probe()
89 ata_acard_chipinit(device_t dev) in ata_acard_chipinit()
110 ata_acard_ch_attach(device_t dev) in ata_acard_ch_attach()
124 ata_acard_status(device_t dev) in ata_acard_status()
149 ata_acard_850_setmode(device_t dev, int target, int mode) in ata_acard_850_setmode()
173 ata_acard_86X_setmode(device_t dev, int target, int mode) in ata_acard_86X_setmode()
H A Data-highpoint.c69 ata_highpoint_probe(device_t dev) in ata_highpoint_probe()
107 ata_highpoint_chipinit(device_t dev) in ata_highpoint_chipinit()
140 ata_highpoint_ch_attach(device_t dev) in ata_highpoint_ch_attach()
156 ata_highpoint_setmode(device_t dev, int target, int mode) in ata_highpoint_setmode()
195 ata_highpoint_check_80pin(device_t dev, int mode) in ata_highpoint_check_80pin()
H A Data-via.c86 ata_via_probe(device_t dev) in ata_via_probe()
145 ata_via_chipinit(device_t dev) in ata_via_chipinit()
207 ata_via_ch_attach(device_t dev) in ata_via_ch_attach()
264 ata_via_ch_detach(device_t dev) in ata_via_ch_detach()
289 ata_via_reset(device_t dev) in ata_via_reset()
305 ata_via_status(device_t dev) in ata_via_status()
313 ata_via_new_setmode(device_t dev, int target, int mode) in ata_via_new_setmode()
342 ata_via_old_setmode(device_t dev, int target, int mode) in ata_via_old_setmode()
374 ata_via_southbridge_fixup(device_t dev) in ata_via_southbridge_fixup()
402 ata_via_sata_ch_attach(device_t dev) in ata_via_sata_ch_attach()
[all …]
H A Data-ite.c62 ata_ite_probe(device_t dev) in ata_ite_probe()
83 ata_ite_chipinit(device_t dev) in ata_ite_chipinit()
113 ata_ite_ch_attach(device_t dev) in ata_ite_ch_attach()
125 ata_ite_821x_setmode(device_t dev, int target, int mode) in ata_ite_821x_setmode()
171 ata_ite_8213_setmode(device_t dev, int target, int mode) in ata_ite_8213_setmode()
H A Data-netcell.c61 ata_netcell_probe(device_t dev) in ata_netcell_probe()
74 ata_netcell_chipinit(device_t dev) in ata_netcell_chipinit()
87 ata_netcell_ch_attach(device_t dev) in ata_netcell_ch_attach()
103 ata_netcell_setmode(device_t dev, int target, int mode) in ata_netcell_setmode()
H A Data-cypress.c60 ata_cypress_probe(device_t dev) in ata_cypress_probe()
82 ata_cypress_chipinit(device_t dev) in ata_cypress_chipinit()
94 ata_cypress_setmode(device_t dev, int target, int mode) in ata_cypress_setmode()
H A Data-siliconimage.c73 ata_sii_probe(device_t dev) in ata_sii_probe()
103 ata_sii_chipinit(device_t dev) in ata_sii_chipinit()
175 ata_cmd_ch_attach(device_t dev) in ata_cmd_ch_attach()
193 ata_cmd_status(device_t dev) in ata_cmd_status()
208 ata_cmd_setmode(device_t dev, int target, int mode) in ata_cmd_setmode()
242 ata_sii_ch_attach(device_t dev) in ata_sii_ch_attach()
297 ata_sii_ch_detach(device_t dev) in ata_sii_ch_detach()
305 ata_sii_status(device_t dev) in ata_sii_status()
324 ata_sii_reset(device_t dev) in ata_sii_reset()
343 ata_sii_setmode(device_t dev, int target, int mode) in ata_sii_setmode()
H A Data-jmicron.c61 ata_jmicron_probe(device_t dev) in ata_jmicron_probe()
90 ata_jmicron_chipinit(device_t dev) in ata_jmicron_chipinit()
129 ata_jmicron_ch_attach(device_t dev) in ata_jmicron_ch_attach()
140 ata_jmicron_setmode(device_t dev, int target, int mode) in ata_jmicron_setmode()
H A Data-national.c61 ata_national_probe(device_t dev) in ata_national_probe()
75 ata_national_chipinit(device_t dev) in ata_national_chipinit()
88 ata_national_ch_attach(device_t dev) in ata_national_ch_attach()
98 ata_national_setmode(device_t dev, int target, int mode) in ata_national_setmode()
H A Data-cyrix.c61 ata_cyrix_probe(device_t dev) in ata_cyrix_probe()
74 ata_cyrix_chipinit(device_t dev) in ata_cyrix_chipinit()
86 ata_cyrix_ch_attach(device_t dev) in ata_cyrix_ch_attach()
96 ata_cyrix_setmode(device_t dev, int target, int mode) in ata_cyrix_setmode()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_eeprom.c12 mt76x02_efuse_read(struct mt76x02_dev *dev, u16 addr, u8 *data, in mt76x02_efuse_read()
13 enum mt76x02_eeprom_modes mode) in mt76x02_efuse_read()
45 int mt76x02_eeprom_copy(struct mt76x02_dev *dev, in mt76x02_eeprom_copy()
57 int mt76x02_get_efuse_data(struct mt76x02_dev *dev, u16 base, void *buf, in mt76x02_get_efuse_data()
58 int len, enum mt76x02_eeprom_modes mode) in mt76x02_get_efuse_data()
72 void mt76x02_eeprom_parse_hw_cap(struct mt76x02_dev *dev) in mt76x02_eeprom_parse_hw_cap()
91 bool mt76x02_ext_pa_enabled(struct mt76x02_dev *dev, enum nl80211_band band) in mt76x02_ext_pa_enabled()
102 void mt76x02_get_rx_gain(struct mt76x02_dev *dev, enum nl80211_band band, in mt76x02_get_rx_gain()
130 u8 mt76x02_get_lna_gain(struct mt76x02_dev *dev, in mt76x02_get_lna_gain()
/freebsd/sys/dev/ipmi/
H A Dipmi_isa.c78 ipmi_isa_probe(device_t dev) in ipmi_isa_probe()
98 ipmi_hint_identify(device_t dev, struct ipmi_get_info *info) in ipmi_hint_identify()
100 const char *mode, *name; in ipmi_hint_identify() local
171 ipmi_isa_attach(device_t dev) in ipmi_isa_attach()
175 const char *mode; in ipmi_isa_attach() local
/freebsd/sys/arm/allwinner/
H A Daw_usb3phy.c89 int mode; member
113 device_t dev; in awusb3phy_phy_enable() local
176 awusb3phy_get_mode(struct phynode *phynode, int *mode) in awusb3phy_get_mode()
179 device_t dev; in awusb3phy_get_mode() local
190 awusb3phy_set_mode(struct phynode *phynode, int mode) in awusb3phy_set_mode()
192 device_t dev; in awusb3phy_set_mode() local
207 awusb3phy_probe(device_t dev) in awusb3phy_probe()
220 awusb3phy_attach(device_t dev) in awusb3phy_attach()
/freebsd/sys/arm64/rockchip/
H A Drk_usbphy.c77 device_t dev; member
83 int mode; member
108 rk_phynode_get_mode(struct phynode *phynode, int *mode) in rk_phynode_get_mode()
118 rk_phynode_set_mode(struct phynode *phynode, int mode) in rk_phynode_set_mode()
247 rk_usbphy_probe(device_t dev) in rk_usbphy_probe()
261 rk_usbphy_attach(device_t dev) in rk_usbphy_attach()
285 rk_usbphy_detach(device_t dev) in rk_usbphy_detach()
H A Drk_usb2phy.c89 device_t dev; member
93 int mode; member
121 device_t dev; in rk_usb2phy_enable() local
150 rk_usb2phy_get_mode(struct phynode *phynode, int *mode) in rk_usb2phy_get_mode()
154 device_t dev; in rk_usb2phy_get_mode() local
169 rk_usb2phy_set_mode(struct phynode *phynode, int mode) in rk_usb2phy_set_mode()
173 device_t dev; in rk_usb2phy_set_mode() local
195 rk_usb2phy_clk_init(struct clknode *clk, device_t dev) in rk_usb2phy_clk_init()
328 rk_usb2phy_probe(device_t dev) in rk_usb2phy_probe()
342 rk_usb2phy_attach(device_t dev) in rk_usb2phy_attach()
/freebsd/sys/dev/ppc/
H A Dppc.c71 #define DEVTOSOFTC(dev) ((struct ppc_data *)device_get_softc(dev)) argument
130 ppc_ecp_sync(device_t dev) in ppc_ecp_sync()
309 ppc_generic_setmode(struct ppc_data *ppc, int mode) in ppc_generic_setmode()
354 ppc_smclike_setmode(struct ppc_data *ppc, int mode) in ppc_smclike_setmode()
1254 int i, mode; in ppc_detect() local
1312 ppc_exec_microseq(device_t dev, struct ppb_microseq **p_msq) in ppc_exec_microseq()
1611 ppc_read(device_t dev, char *buf, int len, int mode) in ppc_read()
1617 ppc_write(device_t dev, char *buf, int len, int how) in ppc_write()
1623 ppc_reset_epp(device_t dev) in ppc_reset_epp()
1634 ppc_setmode(device_t dev, int mode) in ppc_setmode()
[all …]
/freebsd/sys/dev/tpm/
H A Dtpm20.c67 tpm20_read(struct cdev *dev, struct uio *uio, int flags) in tpm20_read()
99 tpm20_write(struct cdev *dev, struct uio *uio, int flags) in tpm20_write()
166 tpm20_open(struct cdev *dev, int flag, int mode, struct thread *td) in tpm20_open()
173 tpm20_close(struct cdev *dev, int flag, int mode, struct thread *td) in tpm20_close()
180 tpm20_ioctl(struct cdev *dev, u_long cmd, caddr_t data, in tpm20_ioctl()
246 tpm20_suspend(device_t dev) in tpm20_suspend()
252 tpm20_shutdown(device_t dev) in tpm20_shutdown()
311 tpm20_save_state(device_t dev, bool suspend) in tpm20_save_state()
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_serdes.c51 enum alpine_serdes_eth_mode mode; member
86 al_serdes_probe(device_t dev) in al_serdes_probe()
101 al_serdes_attach(device_t dev) in al_serdes_attach()
127 al_serdes_detach(device_t dev) in al_serdes_detach()
160 alpine_serdes_eth_mode_set(uint32_t group, enum alpine_serdes_eth_mode mode) in alpine_serdes_eth_mode_set()
/freebsd/sys/kern/
H A Dsubr_log.c103 logopen(struct cdev *dev, int flags, int mode, struct thread *td) in logopen()
127 logclose(struct cdev *dev, int flag, int mode, struct thread *td) in logclose()
143 logread(struct cdev *dev, struct uio *uio, int flag) in logread()
178 logpoll(struct cdev *dev, int events, struct thread *td) in logpoll()
194 logkqfilter(struct cdev *dev, struct knote *kn) in logkqfilter()
252 logioctl(struct cdev *dev, u_long com, caddr_t data, int flag, struct thread *td) in logioctl()
/freebsd/sys/dev/agp/
H A Dagp.c91 agp_find_caps(device_t dev) in agp_find_caps()
107 device_t bus, dev = 0; in agp_find_display() local
134 agp_alloc_gatt(device_t dev) in agp_alloc_gatt()
195 agp_set_aperture_resource(device_t dev, int rid) in agp_set_aperture_resource()
203 agp_generic_attach(device_t dev) in agp_generic_attach()
279 agp_free_cdev(device_t dev) in agp_free_cdev()
289 agp_free_res(device_t dev) in agp_free_res()
300 agp_generic_detach(device_t dev) in agp_generic_detach()
313 agp_generic_get_aperture(device_t dev) in agp_generic_get_aperture()
325 agp_generic_set_aperture(device_t dev, u_int32_t aperture) in agp_generic_set_aperture()
[all …]

12345678910>>...15