Home
last modified time | relevance | path

Searched refs:flash_w (Results 1 – 25 of 34) sorted by relevance

12

/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-properties-dialog.c365 GtkWidget *flash_w = NULL; in photos_properties_dialog_constructed() local
575 flash_w = gtk_label_new (_("Flash")); in photos_properties_dialog_constructed()
576 gtk_widget_set_halign (flash_w, GTK_ALIGN_END); in photos_properties_dialog_constructed()
577 context = gtk_widget_get_style_context (flash_w); in photos_properties_dialog_constructed()
579 gtk_container_add (GTK_CONTAINER (self->grid), flash_w); in photos_properties_dialog_constructed()
715 if (flash_w != NULL) in photos_properties_dialog_constructed()
734 gtk_grid_attach_next_to (GTK_GRID (self->grid), flash_data, flash_w, GTK_POS_RIGHT, 2, 1); in photos_properties_dialog_constructed()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Ddgpix.cpp203 void flash_w(offs_t offset, u32 data, u32 mem_mask = ~0);
275 void dgpix_state::flash_w(offs_t offset, u32 data, u32 mem_mask) in flash_w() function in dgpix_state
360 map(0xe0000000, 0xe1ffffff).rw(FUNC(dgpix_state::flash_r), FUNC(dgpix_state::flash_w)); in mem_map()
361 map(0xe2000000, 0xe3ffffff).rw(FUNC(dgpix_state::flash_r), FUNC(dgpix_state::flash_w)); in mem_map()
H A Dcmmb.cpp89 void flash_w(offs_t offset, uint8_t data);
142 void cmmb_state::flash_w(offs_t offset, uint8_t data) in flash_w() function in cmmb_state
226 map(0x8000, 0xffff).rw(FUNC(cmmb_state::flash_r), FUNC(cmmb_state::flash_w)); in bnk2000_map()
H A Dngp.cpp191 template <int Which> void flash_w(offs_t offset, uint8_t data);
333 template <int Which> void ngp_state::flash_w(offs_t offset, uint8_t data) in flash_w() function in ngp_state
546 flash_w<0>(offset, data); in flash0_w()
552 flash_w<1>(offset, data); in flash1_w()
H A Dkonamigv.cpp198 void flash_w(offs_t offset, uint16_t data);
222 map(0x1f680080, 0x1f68008f).rw(FUNC(simpbowl_state::flash_r), FUNC(simpbowl_state::flash_w)); in simpbowl_map()
480 void simpbowl_state::flash_w(offs_t offset, uint16_t data) in flash_w() function in simpbowl_state
H A Dfunkball.cpp116 void flash_w (offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
260 void funkball_state::flash_w(offs_t offset, uint32_t data, uint32_t mem_mask) in flash_w() function in funkball_state
357 map(0x0360, 0x0363).w(FUNC(funkball_state::flash_w)); in funkball_io()
H A Dpockstat.cpp178 void flash_w(offs_t offset, uint32_t data, uint32_t mem_mask = ~0);
808 void pockstat_state::flash_w(offs_t offset, uint32_t data, uint32_t mem_mask) in flash_w() function in pockstat_state
855 map(0x08000000, 0x0801ffff).rw(FUNC(pockstat_state::flash_r), FUNC(pockstat_state::flash_w)); in mem_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Ddgpix.cpp203 void flash_w(offs_t offset, u32 data, u32 mem_mask = ~0);
275 void dgpix_state::flash_w(offs_t offset, u32 data, u32 mem_mask) in flash_w() function in dgpix_state
360 map(0xe0000000, 0xe1ffffff).rw(FUNC(dgpix_state::flash_r), FUNC(dgpix_state::flash_w)); in mem_map()
361 map(0xe2000000, 0xe3ffffff).rw(FUNC(dgpix_state::flash_r), FUNC(dgpix_state::flash_w)); in mem_map()
H A Dcmmb.cpp89 void flash_w(offs_t offset, uint8_t data);
142 void cmmb_state::flash_w(offs_t offset, uint8_t data) in flash_w() function in cmmb_state
226 map(0x8000, 0xffff).rw(FUNC(cmmb_state::flash_r), FUNC(cmmb_state::flash_w)); in bnk2000_map()
H A Dngp.cpp191 template <int Which> void flash_w(offs_t offset, uint8_t data);
333 template <int Which> void ngp_state::flash_w(offs_t offset, uint8_t data) in flash_w() function in ngp_state
546 flash_w<0>(offset, data); in flash0_w()
552 flash_w<1>(offset, data); in flash1_w()
H A Dkonamigv.cpp198 void flash_w(offs_t offset, uint16_t data);
222 map(0x1f680080, 0x1f68008f).rw(FUNC(simpbowl_state::flash_r), FUNC(simpbowl_state::flash_w)); in simpbowl_map()
480 void simpbowl_state::flash_w(offs_t offset, uint16_t data) in flash_w() function in simpbowl_state
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-picolcd.h147 struct hid_report *flash_r, struct hid_report *flash_w,
163 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
H A Dhid-picolcd_debugfs.c839 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
864 (flash_w ? S_IWUSR : 0) | (flash_r ? S_IRUSR : 0), in picolcd_init_devfs()
866 } else if (flash_r || flash_w) in picolcd_init_devfs()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-picolcd.h147 struct hid_report *flash_r, struct hid_report *flash_w,
163 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
H A Dhid-picolcd_debugfs.c839 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
864 (flash_w ? S_IWUSR : 0) | (flash_r ? S_IRUSR : 0), in picolcd_init_devfs()
866 } else if (flash_r || flash_w) in picolcd_init_devfs()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-picolcd.h147 struct hid_report *flash_r, struct hid_report *flash_w,
163 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
H A Dhid-picolcd_debugfs.c839 struct hid_report *flash_r, struct hid_report *flash_w, in picolcd_init_devfs() argument
864 (flash_w ? S_IWUSR : 0) | (flash_r ? S_IRUSR : 0), in picolcd_init_devfs()
866 } else if (flash_r || flash_w) in picolcd_init_devfs()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/arm7/
H A Dlpc210x.cpp22 …map(0x00000000, 0x00007fff).rw(FUNC(lpc210x_device::flash_r), FUNC(lpc210x_device::flash_w)); // 3… in lpc2103_map()
64 void lpc210x_device::flash_w(offs_t offset, uint32_t data) in flash_w() function in lpc210x_device
H A Dlpc210x.h28 void flash_w(offs_t offset, uint32_t data);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/arm7/
H A Dlpc210x.cpp22 …map(0x00000000, 0x00007fff).rw(FUNC(lpc210x_device::flash_r), FUNC(lpc210x_device::flash_w)); // 3… in lpc2103_map()
64 void lpc210x_device::flash_w(offs_t offset, uint32_t data) in flash_w() function in lpc210x_device
H A Dlpc210x.h28 void flash_w(offs_t offset, uint32_t data);
/dports/emulators/mess/mame-mame0226/src/devices/bus/ecbbus/
H A Dgrip.h108 void flash_w(uint8_t data);
H A Dgrip.cpp149 map(0x16, 0x16).w(FUNC(ecb_grip21_device::flash_w)); in grip_io()
655 void ecb_grip21_device::flash_w(uint8_t data) in flash_w() function in ecb_grip21_device
/dports/emulators/mame/mame-mame0226/src/devices/bus/ecbbus/
H A Dgrip.h108 void flash_w(uint8_t data);
H A Dgrip.cpp149 map(0x16, 0x16).w(FUNC(ecb_grip21_device::flash_w)); in grip_io()
655 void ecb_grip21_device::flash_w(uint8_t data) in flash_w() function in ecb_grip21_device

12